CardanoShelleyPublicKeys class

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

Constructors

CardanoShelleyPublicKeys({required Bip32PublicKey pubAddrKey, required Bip32PublicKey pubSkKey, required BaseBipCoinConfig<BaseCoinConfig> coinConf})
Constructor to create a Cardano Shelley Public Keys instance.

Properties

addressKey Bip32PublicKey
Retrieves and returns the public key associated with the wallet's address.
no setter
coinConf BaseBipCoinConfig<BaseCoinConfig>
final
hashCode int
The hash code for this object.
no setterinherited
pubAddrKey Bip32PublicKey
final
pubSkKey Bip32PublicKey
final
rewardKey Bip32PublicKey
Retrieves and returns the public key associated with the wallet's reward key.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakingKey Bip32PublicKey
Retrieves and returns the public 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
toAddress({ADANetwork? network}) String
Converts the public address key to a Cardano Shelley address.
toRewardAddress({ADANetwork? network}) String
Converts the public staking key to a reward address.
toStakingAddress({ADANetwork? network}) String
Converts the public staking key to a staking address.
toString() String
A string representation of this object.
inherited

Operators

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