setGasPrice

open fun setGasPrice(value: ByteString): Harmony.TransactionMessage.Builder
Gas price (uint256, serialized little endian)
bytes gas_price = 2;

Return

This builder for chaining.

Parameters

value

The gasPrice to set.