CardanoShelleyPublicKeys constructor
CardanoShelleyPublicKeys({
- required Bip32PublicKey pubAddrKey,
- required Bip32PublicKey pubSkKey,
- required BipCoinConfig coinConf,
Constructor to create a Cardano Shelley Public Keys instance.
Parameters:
pubAddrKey
: The public address key.pubSkKey
: The public spending key.coinConf
: The configuration for the associated coin.
Implementation
CardanoShelleyPublicKeys(
{required this.pubAddrKey,
required this.pubSkKey,
required this.coinConf});