Swift Protocol
protocol CrossmintWallets : Sendable
func getOrCreateWallet<C>(chain: C, signer: C.SpecificSigner, options: WalletOptions?) async throws(WalletError) -> Wallet where C : ChainWithSigners
func getOrCreateWallet(chain: Chain, signer: any Signer, options: WalletOptions?) async throws(WalletError) -> Wallet
Was this page helpful?