Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 910 Bytes

File metadata and controls

17 lines (14 loc) · 910 Bytes

# EthereumTransactionCompiledResponse

Properties

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]

[Back to Model list] [Back to API list] [Back to README]