maxInclusionFeePerGas property

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

Maximum optional inclusion fee (aka tip) (uint256, serialized big endian) Relevant for enveloped/EIP1559 transactions only, tx_mode=Enveloped, (disregarded for legacy)

Implementation

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

Implementation

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