Preparing search index...
The search index is not available
Elements Hooks
Elements Hooks
WalletClient
Interface WalletClient
Wallet client interface
interface
WalletClient
{
enable
:
(
(
chainIds
)
=>
Promise
<
void
>
)
;
getAccount
:
(
(
chainId
)
=>
Promise
<
Account
>
)
;
getSigner
:
(
(
chainId
)
=>
Promise
<
Signer
>
)
;
}
Index
Properties
enable
get
Account
get
Signer
Properties
enable
enable
:
(
(
chainIds
)
=>
Promise
<
void
>
)
Type declaration
(
chainIds
)
:
Promise
<
void
>
Parameters
chainIds
:
string
|
string
[]
Returns
Promise
<
void
>
get
Account
get
Account
:
(
(
chainId
)
=>
Promise
<
Account
>
)
Type declaration
(
chainId
)
:
Promise
<
Account
>
Parameters
chainId
:
string
Returns
Promise
<
Account
>
get
Signer
get
Signer
:
(
(
chainId
)
=>
Promise
<
Signer
>
)
Type declaration
(
chainId
)
:
Promise
<
Signer
>
Parameters
chainId
:
string
Returns
Promise
<
Signer
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
enable
get
Account
get
Signer
Elements Hooks
Loading...
Wallet client interface