GetTransactionApiResponseBase58

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

The shape of a non-null getTransaction response when called with encoding: 'base58'.

Type Declaration

NameType
metaTransactionMetaNotParsed<TMaxSupportedTransactionVersion>
transactionBase58EncodedDataResponse

Type Parameters

Type ParameterDefault type
TMaxSupportedTransactionVersion extends TransactionVersion | voidvoid

On this page