ethereumStd property
Standard Ethereum Fee, supported by majority of forks and by Ethereum Mainnet before EIP-1559
Implementation
@$pb.TagNumber(1)
EthereumStdFees get ethereumStd => $_getN(0);
Implementation
@$pb.TagNumber(1)
set ethereumStd(EthereumStdFees value) => $_setField(1, value);