Optional
block8 bytes prefix of some block's ID
Optional
chainLast byte of genesis block ID
Optional
dependsThe ID of the transaction that this transaction depends on.
Optional
expirationThe expiration time of the transaction. The transaction will expire after the number of blocks specified by this value.
Optional
gasTransaction gas.
Optional
gasThe maximum amount of gas to allow this transaction to consume.
Optional
gasThe gas price to use for legacy transactions or transactions on legacy networks.
Most of the time the max*FeePerGas
is preferred.
Optional
gasCoefficient used to calculate the gas price for the transaction. Value must be between 0 and 255.
Optional
isWhether the transaction is delegated to another account for gas payment.
Optional
maxThe maximum fee per gas for the transaction.
Optional
maxThe maximum priority fee per gas for the transaction.
Optional
nonceNonce value for various purposes. Basic is to prevent replay attack by make transaction unique. Every transaction with same chainTag, blockRef, ... must have different nonce.
Options for
buildTransactionBody
method.