Skip to main content
Protocol
protocol CrossmintWallets : Sendable

Instance Methods

getOrCreateWallet(chain:signer:options:)

func getOrCreateWallet(chain: Chain, signer: any Signer, options: WalletOptions?) async throws(WalletError) -> Wallet

getOrCreateWallet(chain:signer:options:)

func getOrCreateWallet(chain: EVMChain, signer: EVMSigners, options: WalletOptions?) async throws(WalletError) -> Wallet

getOrCreateWallet(chain:signer:options:)

func getOrCreateWallet(chain: SolanaChain, signer: SolanaSigners, options: WalletOptions?) async throws(WalletError) -> Wallet