CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
SignerJsonRpcHandlerConfig
Type Alias SignerJsonRpcHandlerConfig
type
SignerJsonRpcHandlerConfig
=
{
getSigner
:
()
=>
Signer
|
undefined
;
getSignerMetadata
?:
()
=>
Pick
<
SignerJsonRpcInfo
,
"name"
|
"icon"
>
;
connect
:
(
networkId
:
string
)
=>
Promise
<
Signer
>
;
confirmRequest
:
(
request
:
SignerJsonRpcConfirmation
)
=>
Promise
<
boolean
>
;
}
Index
Properties
get
Signer
get
Signer
Metadata?
connect
confirm
Request
Properties
get
Signer
getSigner
:
()
=>
Signer
|
undefined
Optional
get
Signer
Metadata
getSignerMetadata
?:
()
=>
Pick
<
SignerJsonRpcInfo
,
"name"
|
"icon"
>
connect
connect
:
(
networkId
:
string
)
=>
Promise
<
Signer
>
Connects the requested network and returns its connected Signer.
confirm
Request
confirmRequest
:
(
request
:
SignerJsonRpcConfirmation
)
=>
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Signer
get
Signer
Metadata
connect
confirm
Request
GitHub
App
Docs
Playground
CCC Docs
Loading...
Connects the requested network and returns its connected Signer.