package keymanager
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DecryptedExtPrivKey(xprv: ExtPrivateKey, creationTime: Instant, backupTimeOpt: Option[Instant], imported: Boolean) extends DecryptedSeedState with Product with Serializable
- case class DecryptedMnemonic(mnemonicCode: MnemonicCode, creationTime: Instant, backupTimeOpt: Option[Instant], imported: Boolean) extends DecryptedSeedState with Product with Serializable
- sealed trait DecryptedSeedState extends SeedState
- case class EncryptedSeed(value: AesEncryptedData, salt: AesSalt, creationTime: Instant, backupTimeOpt: Option[Instant], imported: Boolean) extends SeedState with Product with Serializable
- sealed trait ReadMnemonicError extends AnyRef
- sealed trait SeedState extends AnyRef
Value Members
- object ReadMnemonicError
- object WalletStorage extends KeyManagerLogger