@solana/web3.js
Preparing search index...
RpcResponseAndContext
Type Alias RpcResponseAndContext<T>
RPC Response with extra contextual information
type
RpcResponseAndContext
<
T
>
=
{
context
:
Context
;
value
:
T
;
}
Type Parameters
T
Index
Properties
context
value
Properties
context
context
:
Context
response context
value
value
:
T
response value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
value
@solana/web3.js
Loading...
RPC Response with extra contextual information