Skip to main content
Protocol
protocol CrossmintWallets : Sendable

Instance Methods

getOrCreateWallet(chain:signer:options:)

func getOrCreateWallet<C>(chain: C, signer: C.SpecificSigner, options: WalletOptions?) async throws(WalletError) -> Wallet where C : ChainWithSigners

getOrCreateWallet(chain:signer:options:)

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