Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Class
final class DefaultCrossmintWallets

Initializers

init(service:secureWalletStorage:)

init(service: any SmartWalletService, secureWalletStorage: any SecureWalletStorage)

Instance Methods

createWallet(chain:recovery:options:)

Inherited from CrossmintWallets.createWallet(chain:recovery:options:).
func createWallet(chain: Chain, recovery: any Signer, options: WalletOptions? = nil) async throws(WalletError) -> Wallet

getWallet(chain:recovery:options:)

Inherited from CrossmintWallets.getWallet(chain:recovery:options:).
func getWallet(chain: Chain, recovery: any Signer, options: WalletOptions? = nil) async throws(WalletError) -> Wallet?