CardanoShelleyPublicKeys class

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

Constructors

CardanoShelleyPublicKeys({required Bip32PublicKey pubAddrKey, required Bip32PublicKey pubSkKey, required BipCoinConfig 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 BipCoinConfig
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
toAddress String
Converts the public address key to a Cardano Shelley address.
no setter
toRewardAddress String
Converts the public staking key to a reward address.
no setter
toStakingAddress String
Converts the public staking key to a staking address.
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