Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcGetTransactionResponseOther

    The other fields of getTransaction response.

    type RpcGetTransactionResponseOther = {
        response: {
            blockTime?: bigint;
            slot: bigint;
            version?: TransactionVersion;
        };
    }
    Index

    Properties

    Properties

    response: { blockTime?: bigint; slot: bigint; version?: TransactionVersion }