INPUT_OBJECT
EthereumTransactionInputRaw
A Raw Ethereum transaction input
link GraphQL Schema definition
- input EthereumTransactionInputRaw {
- # The address this transaction is directed to
- String! :
- # The value of ETH to send with this transation in WEI
- String! :
- # The chainId .e.g 1 for mainnet or 3 for ropsten
- Int! :
- # The number of transactions made by the sender prior to this one
- Int! :
- # Int (as String) of the gas provided for the transaction execution
- String! :
- # Int (as String) of the gasPrice used for each paid gas
- String! :
- # The address the transaction is sent from
- String! :
- # The compiled code of a contract OR the hash of the invoked method signature and
- # encoded parameters
- String :
- }
link Require by
This element is not required by anyone