Swift Protocol
protocol ClientSDK
var authManager: AuthManager { get }
var crossmintService: CrossmintService { get }
func crossmintWallets() -> CrossmintWallets
Was this page helpful?