Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Protocol
protocol SecureWalletStorage : Sendable

Instance Methods

getPrivateKey(forEmail:)

func getPrivateKey(forEmail email: String) -> String?

savePrivateKey(_:forEmail:)

func savePrivateKey(_ privateKey: String, forEmail email: String)