ToplSigningKey constructor
ToplSigningKey(
- Bip32SigningKey privateKey,
- NetworkId network,
- PropositionType propositionType
Creates a Topl Signing Key from a Bip32SigningKey
Implementation
ToplSigningKey(this.privateKey, this.network, this.propositionType);