blockMaxGas property

  1. @TagNumber(2)
Int64 blockMaxGas

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get blockMaxGas => $_getI64(1);
  1. @TagNumber(2)
void blockMaxGas=(Int64 v)

Implementation

@$pb.TagNumber(2)
set blockMaxGas($fixnum.Int64 v) { $_setInt64(1, v); }