rewardKey property

Bip32PrivateKey get rewardKey

Retrieves and returns the private key associated with the wallet's reward key.

Implementation

Bip32PrivateKey get rewardKey {
  return stakingKey;
}