gasPrice property

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

Implementation

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

Implementation

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