chainCode property
Bip32ChainCode
get
chainCode
Gets the chain code associated with the public key.
Implementation
Bip32ChainCode get chainCode {
return pubKey.chainCode;
}
Gets the chain code associated with the public key.
Bip32ChainCode get chainCode {
return pubKey.chainCode;
}