Skip to content
On this page

requestPermissions

Requests permissions for a wallet.

Usage

ts
import { walletClient } from '.'
 
const permissions = await walletClient.requestPermissions({ eth_accounts: {} }) 

Returns

WalletPermission[]

The wallet permissions.

Released under the MIT License.