GetTransactionApiResponseJson

type GetTransactionApiResponseJson<TMaxSupportedTransactionVersion> = GetTransactionApiResponseEnvelope<TMaxSupportedTransactionVersion> & object;

The shape of a non-null getTransaction response when called with encoding: 'json' (the default).

Type Declaration

NameType
metaTransactionMetaNotParsed<TMaxSupportedTransactionVersion>
transactionTransactionJson & TMaxSupportedTransactionVersion extends void ? Record<string, never> : TransactionAddressTableLookups

Type Parameters

Type ParameterDefault type
TMaxSupportedTransactionVersion extends TransactionVersion | voidvoid

On this page