| Name | Type | Description | Notes |
|---|---|---|---|
| chain_id | string | Indicates the chain that the transaction was compiled for (e.g., ropsten or mainnet). | [optional] |
| data | string | The transaction data | [optional] |
| from | string | The address expected to sign and submit the transaction | [optional] |
| to | string | The contract. This should match your provided value for `token_blockchain_identifier`. | [optional] |
| gas | float | [optional] | |
| max_fee_per_gas | float | [optional] | |
| max_priority_fee_per_gas | float | [optional] | |
| nonce | float | [optional] | |
| value | float | [optional] |