Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 805 Bytes

EthereumTransactionCompiledResponse.md

File metadata and controls

17 lines (13 loc) · 805 Bytes

theblockchainapi.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 Number [optional]
maxFeePerGas Number [optional]
maxPriorityFeePerGas Number [optional]
nonce Number [optional]
value Number [optional]