Skip to content

getPermissions

Gets the wallets current permissions.

Usage

example.ts
import { walletClient } from './client'
 
const permissions = await walletClient.getPermissions() 

Returns

WalletPermission[]

The wallet permissions.

JSON-RPC Methods

wallet_getPermissions