AddressGenerator class
Class that will be used by the Credential Manager to generate addresses
Constructors
- AddressGenerator({required HdWallet derivator, NetworkId network = 0x10, PropositionType propositionType = const PropositionType('PublicKeyEd25519', 0x03)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- network → NetworkId
-
final
- propositionType → PropositionType
-
final
- rootKey → Bip32VerifyKey?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generate(
List< int> idxs) → List<ToplAddress> - Uses the cached root public key to generate new addresses
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited