Skip to content
On this page

getPermissions

Gets the wallets current permissions.

Usage

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

Returns

WalletPermission[]

The wallet permissions.

Released under the MIT License.