chainCode property

Bip32ChainCode get chainCode

Gets the chain code associated with the private key.

Implementation

Bip32ChainCode get chainCode {
  return privKey.chainCode;
}