setGasPrice

open fun setGasPrice(value: ByteString): Ethereum.SigningInput.Builder
Gas price (uint256, serialized little endian)
Relevant for legacy transactions only (disregarded for enveloped/EIP1559)
bytes gas_price = 4;

Return

This builder for chaining.

Parameters

value

The gasPrice to set.