getBytes method

List<int> getBytes()

Implementation

List<int> getBytes() {
  return BytesUtils.merge(
      [hash!.getBytes(), BytesUtils.longToBytes(height!)]);
}