gasFeeCap property

  1. @TagNumber.new(6)
List<int> get gasFeeCap

Gas fee cap (uint256, serialized big endian)

Implementation

@$pb.TagNumber(6)
$core.List<$core.int> get gasFeeCap => $_getN(5);
  1. @TagNumber.new(6)
set gasFeeCap (List<int> v)

Implementation

@$pb.TagNumber(6)
set gasFeeCap($core.List<$core.int> v) {
  $_setBytes(5, v);
}