Skip to main content
Interface

Functions

addSigner

Adds a delegated signer to the current wallet on the given chain. Supported types: Email, Phone, ExternalWallet, Locator.

createWallet

Creates a new wallet on the specified chain with the given signer.
Creates a new EVM wallet on the specified chain with the given signer.
Creates a new Solana wallet with the given signer.
Creates a new Stellar wallet with the given signer.

getDeviceSignerSecurityLevel

Returns the hardware security level of the device signer key for the given wallet address. Possible values: “StrongBox”, “TEE”, “Hardware-backed”, “Software”, or null if not available.

getWallet

Fetches the wallet for the current user on the given chain.
Fetches the EVM wallet for the current user on the given chain.
Fetches the Solana wallet for the current user.
Fetches the Stellar wallet for the current user.

removeSigner

Removes a delegated signer from the current wallet on the given chain. Supported types: Email, Phone, ExternalWallet, Locator.