gasPrice property

  1. @TagNumber(9)
List<int> get gasPrice

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get gasPrice => $_getN(8);
  1. @TagNumber(9)
set gasPrice (List<int> v)

Implementation

@$pb.TagNumber(9)
set gasPrice($core.List<$core.int> v) {
  $_setBytes(8, v);
}