gasPrice property
Gas price (uint256, serialized big endian) Relevant for legacy transactions only (disregarded for enveloped/EIP1559)
Implementation
@$pb.TagNumber(4)
$core.List<$core.int> get gasPrice => $_getN(3);
Gas price (uint256, serialized big endian) Relevant for legacy transactions only (disregarded for enveloped/EIP1559)
@$pb.TagNumber(4)
$core.List<$core.int> get gasPrice => $_getN(3);