EncryptedWallet class

EncryptedWallet holds the encrypted wallet information which consists of:

  • source - which app the encrypted wallet came from
  • cipherText - the encrypted basic wallet json
  • address - the Base64 encoded address
  • salt - the salt used to encrypt the wallet

Constructors

EncryptedWallet(Source source, CipherText cipherText, Address address, Salt salt)
EncryptedWallet.fromJson(Map<String, dynamic> json)

Properties

address Address
final
cipherText CipherText
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt Salt
final
source Source
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited