Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
JsonRpcResponse
Interface JsonRpcResponse
interface
JsonRpcResponse
{
error
?:
{
code
:
number
;
data
?:
any
;
message
:
string
;
}
;
id
:
number
;
jsonrpc
:
"2.0"
;
method
:
string
;
result
?:
any
;
}
Index
Properties
error?
id
jsonrpc
method
result?
Properties
Optional
error
error
?:
{
code
:
number
;
data
?:
any
;
message
:
string
;
}
id
id
:
number
jsonrpc
jsonrpc
method
method
:
string
Optional
result
result
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
method
result
@aeternity/aepp-sdk
Loading...