chainCode property

Bip32ChainCode get chainCode

Gets the chain code associated with the public key.

Implementation

Bip32ChainCode get chainCode {
  return pubKey.chainCode;
}