Type alias RpcGetTransactionResponseOther
Rpc
Get
Transaction
Response
Other
: { response
: { blockTime
?: bigint; slot
: bigint; version
?: TransactionVersion; }; }
Type declaration
-
response: {
blockTime?: bigint;
slot: bigint;
version?: TransactionVersion;
}
-
Optional blockTime?: bigint
-
slot: bigint
-
The other fields of getTransaction response.