GetTransactionApiResponseJsonParsed

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

The shape of a non-null getTransaction response when called with encoding: 'jsonParsed'. Inner instructions and instruction data are parsed by the server when a parser is registered for the program.

Type Declaration

NameType
metaTransactionMetaBase & TransactionMetaInnerInstructionsParsed | null
transactionTransactionJsonParsed & TMaxSupportedTransactionVersion extends void ? Record<string, never> : TransactionAddressTableLookups

Type Parameters

Type ParameterDefault type
TMaxSupportedTransactionVersion extends TransactionVersion | voidvoid

On this page