KeyStore class

Properties

entropy String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mnemonic String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed String?
getter/setter pair

Methods

deriveAddressesByRange(int left, int right) Future<List<Address?>>
findAddress(Address address, int numOfAddresses) Future<FindResponse?>
getKeyPair([int index = 0]) KeyPair
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEntropy(String entropy) → void
setMnemonic(String mnemonic) → void
setSeed(String seed) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newRandom() Future<KeyStore>