gas property

  1. @TagNumber.new(6)
Int64 get gas

/ Maximum amount of gas allowed to pay for the transaction.

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get gas => $_getI64(5);
  1. @TagNumber.new(6)
set gas (Int64 value)

Implementation

@$pb.TagNumber(6)
set gas($fixnum.Int64 value) => $_setInt64(5, value);