CardanoShelleyPrivateKeys class

A class that represents private keys associated with a Cardano Shelley wallet.

Constructors

CardanoShelleyPrivateKeys({required Bip32PrivateKey privAddrKey, required Bip32PrivateKey privSkKey, required BipCoinConfig coinConf})
Constructor to create a Cardano Shelley Private Keys instance.

Properties

addressKey Bip32PrivateKey
Retrieves and returns the private key associated with the wallet's address.
no setter
coinConf BipCoinConfig
final
hashCode int
The hash code for this object.
no setterinherited
privAddrKey Bip32PrivateKey
final
privSkKey Bip32PrivateKey
final
publicKeys CardanoShelleyPublicKeys
Retrieves and returns the corresponding public keys associated with the private keys.
no setter
rewardKey Bip32PrivateKey
Retrieves and returns the private key associated with the wallet's reward key.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakingKey Bip32PrivateKey
Retrieves and returns the private key associated with the wallet's staking key.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited