AddressGenerator constructor
AddressGenerator({
- required HdWallet derivator,
- NetworkId network = 0x10,
- PropositionType propositionType = const PropositionType('PublicKeyEd25519', 0x03),
Implementation
AddressGenerator(
{required HdWallet derivator,
this.network = 0x10,
this.propositionType = const PropositionType('PublicKeyEd25519', 0x03)})
: _derivator = derivator;