Skip to main content
Class
final class KeychainSecureWalletStorage

Initializers

init(bundleId:)

init(bundleId: String)

Instance Methods

getPrivateKey(forEmail:)

Inherited from SecureWalletStorage.getPrivateKey(forEmail:).
func getPrivateKey(forEmail email: String) -> String?

savePrivateKey(_:forEmail:)

Inherited from SecureWalletStorage.savePrivateKey(_:forEmail:).
func savePrivateKey(_ privateKey: String, forEmail email: String)