height property
- @TagNumber.new(6)
The 1-based index of this block in the blockchain
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get height => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set height($fixnum.Int64 v) { $_setInt64(5, v); }