CardanoShelleyPrivateKeys constructor
CardanoShelleyPrivateKeys({
- required Bip32PrivateKey privAddrKey,
- required Bip32PrivateKey privSkKey,
- required BipCoinConfig coinConf,
Constructor to create a Cardano Shelley Private Keys instance.
Parameters:
privAddrKey: The private address key.privSkKey: The private spending key.coinConf: The configuration for the associated coin.
Implementation
CardanoShelleyPrivateKeys(
{required this.privAddrKey,
required this.privSkKey,
required this.coinConf});