EvmEIP2930Transaction
No description
input EvmEIP2930Transaction {
from: String!
to: String
value: String!
chainId: String!
nonce: String!
gasLimit: String!
data: String
accessList: [AccessListItemInput!]!
gasPrice: String!
}
Fields
EvmEIP2930Transaction.from ● String! non-null scalar
Hex - From address
EvmEIP2930Transaction.to ● String scalar
Hex - To address
EvmEIP2930Transaction.value ● String! non-null scalar
Hex - The value of ETH to send with this transaction
EvmEIP2930Transaction.chainId ● String! non-null scalar
Hex - The chainId e.g. 1 for mainnet or 17000 for Holesky
EvmEIP2930Transaction.nonce ● String! non-null scalar
Hex - A counter for the number of transactions sent by the account
EvmEIP2930Transaction.gasLimit ● String! non-null scalar
Hex - Limit of gas used for the transaction execution (wei)
EvmEIP2930Transaction.data ● String scalar
Hex - compiled contract code for the transaction, valid values undefined, 0x, 0xdeadbeef etc
EvmEIP2930Transaction.accessList ● [AccessListItemInput!]! non-null input
Access list
EvmEIP2930Transaction.gasPrice ● String! non-null scalar
Hex - Gas price per unit consumed (wei)