| Name | Type | Description | Notes |
|---|---|---|---|
| chainId | 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 | BigDecimal | [optional] | |
| maxFeePerGas | BigDecimal | [optional] | |
| maxPriorityFeePerGas | BigDecimal | [optional] | |
| nonce | BigDecimal | [optional] | |
| value | BigDecimal | [optional] |