setGasPrice

open fun setGasPrice(value: ByteString): Nebulas.RawTransaction.Builder
gas price (uint256, serialized little endian)
bytes gas_price = 9;

Return

This builder for chaining.

Parameters

value

The gasPrice to set.