rewardKey property
Bip32PublicKey
get
rewardKey
Retrieves and returns the public key associated with the wallet's reward key.
Implementation
Bip32PublicKey get rewardKey {
return stakingKey;
}
Retrieves and returns the public key associated with the wallet's reward key.
Bip32PublicKey get rewardKey {
return stakingKey;
}