Initializers
init()
Instance Methods
getPrivateKey(forEmail:)
Inherited fromSecureWalletStorage.getPrivateKey(forEmail:).
savePrivateKey(_:forEmail:)
Inherited fromSecureWalletStorage.savePrivateKey(_:forEmail:).
Swift Structure
struct NoOpSecureWalletStorage
init()
SecureWalletStorage.getPrivateKey(forEmail:).
func getPrivateKey(forEmail email: String) -> String?
SecureWalletStorage.savePrivateKey(_:forEmail:).
func savePrivateKey(_ privateKey: String, forEmail email: String)
Was this page helpful?