chainCode property

List<int> chainCode
inherited

Implementation

List<int> get chainCode {
    return this._chainCode;
}
void chainCode=(List<int> bytes)
inherited

Implementation

set chainCode(List<int> bytes) {
    this._chainCode = bytes;
}