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

The other fields of getTransaction response.

Type declaration

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

Generated using TypeDoc