lastBlockInPreviousSuperblock property

  1. @TagNumber(6)
Hash get lastBlockInPreviousSuperblock

Implementation

@TagNumber(6)
Hash get lastBlockInPreviousSuperblock => $_getN(5);
  1. @TagNumber(6)
set lastBlockInPreviousSuperblock (Hash v)

Implementation

@TagNumber(6)
set lastBlockInPreviousSuperblock(Hash v) {
  setField(6, v);
}