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