GetTransactionApiResponseJsonParsed
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
| Name | Type |
|---|---|
meta | TransactionMetaBase & TransactionMetaInnerInstructionsParsed | null |
transaction | TransactionJsonParsed & TMaxSupportedTransactionVersion extends void ? Record<string, never> : TransactionAddressTableLookups |
Type Parameters
| Type Parameter | Default type |
|---|---|
TMaxSupportedTransactionVersion extends TransactionVersion | void | void |