ToplAddress constructor
ToplAddress(
- List<
int> bytes, { - NetworkId networkId = valhallaPrefix,
- PropositionType proposition = const PropositionType('PublicKeyEd25519', defaultPropositionPrefix),
A Topl address from the raw address bytes
Implementation
ToplAddress(List<int> bytes,
{this.networkId = valhallaPrefix,
this.proposition =
const PropositionType('PublicKeyEd25519', defaultPropositionPrefix)})
: super(bytes);