setTxMode

open fun setTxMode(value: TransactionMode): Ethereum.SigningInput.Builder
Transaction version selector: Legacy or enveloped, has impact on fee structure.
Default is Legacy (value 0)
.TW.Ethereum.Proto.TransactionMode tx_mode = 3;

Return

This builder for chaining.

Parameters

value

The enum numeric value on the wire for txMode to set.