startSlot property

  1. @TagNumber(7)
Int64 get startSlot

The first slot of the epoch

Implementation

@$pb.TagNumber(7)
$fixnum.Int64 get startSlot => $_getI64(6);
  1. @TagNumber(7)
set startSlot (Int64 v)

Implementation

@$pb.TagNumber(7)
set startSlot($fixnum.Int64 v) { $_setInt64(6, v); }