Interfaces
CrossmintWallets
Kotlin Interface
Interface
Adds a delegated signer to the current wallet on the given chain. Supported types: Email, Phone, ExternalWallet, Locator.
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.
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.
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.
Removes a delegated signer from the current wallet on the given chain. Supported types: Email, Phone, ExternalWallet, Locator.

