GetTransactionApiResponseJson
The shape of a non-null getTransaction response when called with
encoding: 'json' (the default).
Type Declaration
| Name | Type |
|---|---|
meta | TransactionMetaNotParsed<TMaxSupportedTransactionVersion> |
transaction | TransactionJson & TMaxSupportedTransactionVersion extends void ? Record<string, never> : TransactionAddressTableLookups |
Type Parameters
| Type Parameter | Default type |
|---|---|
TMaxSupportedTransactionVersion extends TransactionVersion | void | void |