Preparing search index...
The search index is not available
eip1193-types
eip1193-types
JsonRpcResponse
Interface JsonRpcResponse
interface
JsonRpcResponse
{
error
?:
Error
;
id
:
undefined
|
string
;
jsonrpc
:
"2.0"
;
method
:
string
;
result
?:
unknown
;
}
Index
Properties
error?
id
jsonrpc
method
result?
Properties
Optional
error
error
?:
Error
id
id
:
undefined
|
string
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
result
result
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
method
result
eip1193-types
Loading...