chainCode property
Gets the chain code associated with this key.
Implementation
@override
Bip32ChainCode get chainCode {
return publicKey.keyData.chainCode;
}
Gets the chain code associated with this key.
@override
Bip32ChainCode get chainCode {
return publicKey.keyData.chainCode;
}