Swift Protocol
protocol CrossmintWallets : Sendable
func getOrCreateWallet(chain: Chain, signer: any Signer, options: WalletOptions?) async throws(WalletError) -> Wallet
func getOrCreateWallet(chain: EVMChain, signer: EVMSigners, options: WalletOptions?) async throws(WalletError) -> Wallet
func getOrCreateWallet(chain: SolanaChain, signer: SolanaSigners, options: WalletOptions?) async throws(WalletError) -> Wallet
Was this page helpful?