ToplSigningKey constructor

ToplSigningKey(
  1. Bip32SigningKey privateKey,
  2. NetworkId network,
  3. PropositionType propositionType
)

Creates a Topl Signing Key from a Bip32SigningKey

Implementation

ToplSigningKey(this.privateKey, this.network, this.propositionType);