GetTransactionApiResponseBase58
The shape of a non-null getTransaction response when called with
encoding: 'base58'.
Type Declaration
| Name | Type |
|---|---|
meta | TransactionMetaNotParsed<TMaxSupportedTransactionVersion> |
transaction | Base58EncodedDataResponse |
Type Parameters
| Type Parameter | Default type |
|---|---|
TMaxSupportedTransactionVersion extends TransactionVersion | void | void |