gasPrice property

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

gas price (uint256, serialized big endian)

Implementation

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

Implementation

@$pb.TagNumber(9)
set gasPrice($core.List<$core.int> value) => $_setBytes(8, value);