Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 812 Bytes

EthereumTransactionCompiledResponse.md

File metadata and controls

21 lines (13 loc) · 812 Bytes

EthereumTransactionCompiledResponse

Properties

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]