slot property

  1. @TagNumber(7)
Int64 get slot

The time-slot in which the block producer created the block

Implementation

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

Implementation

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