stakingKey property

Bip32PrivateKey get stakingKey

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

Implementation

Bip32PrivateKey get stakingKey {
  return privSkKey;
}