Preparing search index...
The search index is not available
Documentation
Documentation
@ckb-cobuild/jsonrpc-client
JsonRpcErrorResponse
Interface JsonRpcErrorResponse
interface
JsonRpcErrorResponse
{
error
:
{
code
:
number
;
data
?:
any
;
message
:
string
;
}
;
id
?:
null
|
string
|
number
;
jsonrpc
:
"2.0"
;
}
Index
Properties
error
id?
jsonrpc
Properties
error
error
:
{
code
:
number
;
data
?:
any
;
message
:
string
;
}
Type declaration
code
:
number
Optional
data
?:
any
message
:
string
Optional
id
id
?:
null
|
string
|
number
jsonrpc
jsonrpc
:
"2.0"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
error
id
jsonrpc
Documentation
@ckb-cobuild
ckb-address
ckb-hasher
ckb-molecule-codecs
cobuild
hex-encoding
jsonrpc-client
molecule
Generated using
TypeDoc