gasUnitPrice property
- @TagNumber.new(4)
Gas unit price - queried through API (uint64)
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get gasUnitPrice => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set gasUnitPrice($fixnum.Int64 v) {
$_setInt64(3, v);
}