AddressGenerator constructor

AddressGenerator({
  1. required HdWallet derivator,
  2. NetworkId network = 0x10,
  3. PropositionType propositionType = const PropositionType('PublicKeyEd25519', 0x03),
})

Implementation

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