gasPrice property
- @TagNumber.new(3)
Gas price
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get gasPrice => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set gasPrice($fixnum.Int64 v) {
$_setInt64(2, v);
}
Gas price
@$pb.TagNumber(3)
$fixnum.Int64 get gasPrice => $_getI64(2);
@$pb.TagNumber(3)
set gasPrice($fixnum.Int64 v) {
$_setInt64(2, v);
}