InputGenerateTransactionOptions

data class InputGenerateTransactionOptions(val maxGasAmount: Long = DEFAULT_MAX_GAS_AMOUNT, val gasUnitPrice: Long? = null, val expireTimestamp: Long? = null, val accountSequenceNumber: Number? = null)

Optional options to set when generating a transaction

Constructors

Link copied to clipboard
constructor(maxGasAmount: Long = DEFAULT_MAX_GAS_AMOUNT, gasUnitPrice: Long? = null, expireTimestamp: Long? = null, accountSequenceNumber: Number? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val expireTimestamp: Long? = null
Link copied to clipboard
val gasUnitPrice: Long? = null
Link copied to clipboard