CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
JsonRpcResponse
Type Alias JsonRpcResponse<Result, Error>
JsonRpcResponse
:
{
id
:
number
;
jsonrpc
:
"2.0"
}
&
(
|
{
result
:
Result
;
error
?:
never
}
|
{
result
?:
never
;
error
:
JsonRpcError
<
Error
>
}
)
Type Parameters
Result
=
unknown
Error
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...