Contract
ContractTransaction
When populating a transaction this type is returned.
Extends
QuaiPreparedTransactionRequest
Properties
Property | Type | Description | Overrides | Inherited from |
---|---|---|---|---|
accessList? | AccessList | The EIP-2930 access list. Storage slots included in the access list are warmed by pre-loading them, so their initial cost to fetch is guaranteed, but then each additional access is cheaper. | QuaiPreparedTransactionRequest.accessList | QuaiPreparedTransactionRequest.accessList |
blockTag? | BlockTag | When using call or estimateGas , this allows a specific block to be queried. Many backends do not support thisand when unsupported errors are silently squelched and "latest" is used. | QuaiPreparedTransactionRequest.blockTag | QuaiPreparedTransactionRequest.blockTag |
chainId? | bigint | The chain ID for the network this transaction is valid on. | QuaiPreparedTransactionRequest.chainId | QuaiPreparedTransactionRequest.chainId |
customData? | any | A custom object, which can be passed along for network-specific values. | QuaiPreparedTransactionRequest.customData | QuaiPreparedTransactionRequest.customData |
data | string | The transaction data. | QuaiPreparedTransactionRequest.data | QuaiPreparedTransactionRequest.data |
from | string | The from address, if any. | QuaiPreparedTransactionRequest.from | QuaiPreparedTransactionRequest.from |
gasLimit? | bigint | The maximum amount of gas to allow this transaction to consume. | QuaiPreparedTransactionRequest.gasLimit | QuaiPreparedTransactionRequest.gasLimit |
gasPrice? | bigint | The gas price to use for the transaction. | QuaiPreparedTransactionRequest.gasPrice | QuaiPreparedTransactionRequest.gasPrice |
minerTip? | bigint | The fee paid directly to the miner of the transaction. | QuaiPreparedTransactionRequest.minerTip | QuaiPreparedTransactionRequest.minerTip |
nonce? | number | The nonce of the transaction, used to prevent replay attacks. | QuaiPreparedTransactionRequest.nonce | QuaiPreparedTransactionRequest.nonce |
to | string | The target address. | QuaiPreparedTransactionRequest.to | QuaiPreparedTransactionRequest.to |
type? | number | The transaction type. | QuaiPreparedTransactionRequest.type | QuaiPreparedTransactionRequest.type |
value? | bigint | The transaction value (in wei). | QuaiPreparedTransactionRequest.value | QuaiPreparedTransactionRequest.value |
Was this page helpful?