CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc xverse
advanced
XverseA
RpcResult
Type Alias RpcResult<Method>
RpcResult
:
|
{
result
:
RpcSuccessResponse
<
Method
>
[
"result"
]
;
status
:
"success"
}
|
{
error
:
RpcErrorResponse
[
"error"
]
;
status
:
"error"
}
Type Parameters
Method
extends
keyof
Requests
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...