ToplSigningKey.fromHex constructor
ToplSigningKey.fromHex(
- String hex,
- NetworkId network,
- PropositionType propositionType
Parses a private key from the a hexadecimal representation
Implementation
ToplSigningKey.fromHex(String hex, this.network, this.propositionType)
: privateKey =
Bip32SigningKey.fromValidBytes(HexCoder.instance.decode(hex));