headerId property

  1. @TagNumber(12)
BlockId get headerId

The ID of this block header. This value is optional and its contents are not included in the signable or identifiable data. Clients which can verify this value should verify this value, but some clients may not be able to or need to, in which case this field acts as a convenience.

Implementation

@$pb.TagNumber(12)
$6.BlockId get headerId => $_getN(11);
  1. @TagNumber(12)
set headerId (BlockId v)

Implementation

@$pb.TagNumber(12)
set headerId($6.BlockId v) { setField(12, v); }