refBlockBytes property

List<int> refBlockBytes

Implementation

List<int> get refBlockBytes =>
    BigintUtils.toBytes(number, length: 8).sublist(6, 8);