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