Preparing search index...
The search index is not available
Solana Signer SDK Documentation
Solana Signer SDK Documentation
@neonevm/solana-sign
RPCResponse
Interface RPCResponse<T>
interface
RPCResponse
<
T
>
{
id
:
string
|
number
;
jsonrpc
:
string
;
result
:
T
;
}
Type Parameters
T
Index
Properties
id
jsonrpc
result
Properties
id
id
:
string
|
number
jsonrpc
jsonrpc
:
string
result
result
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
result
Solana Signer SDK Documentation
Loading...