Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
RpcContext
Interface RpcContext<T>
Solana RPC context wrapper — wraps a
value
with slot context.
Since
1.0.0
interface
RpcContext
<
T
>
{
context
:
{
apiVersion
?:
string
;
slot
:
Slot
;
}
;
value
:
T
;
}
Type Parameters
T
The inner value type.
Index
Properties
context
value
Properties
context
context
:
{
apiVersion
?:
string
;
slot
:
Slot
;
}
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
value
@oobe-protocol-labs/synapse-client-sdk
Loading...
Solana RPC context wrapper — wraps a
valuewith slot context.Since
1.0.0