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