GetTransactionApiResponseBase64

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

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

Type Declaration

NameType
metaTransactionMetaNotParsed<TMaxSupportedTransactionVersion>
transactionBase64EncodedDataResponse

Type Parameters

Type ParameterDefault type
TMaxSupportedTransactionVersion extends TransactionVersion | voidvoid

On this page