mirror of
https://github.com/status-im/EIPs.git
synced 2025-03-03 16:10:58 +00:00
Automatically merged updates to draft EIP(s) 1767
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
06480720ae
commit
a510ac916c
@ -96,7 +96,7 @@ type Transaction {
|
|||||||
# Nonce is the nonce of the account this transaction was generated with.
|
# Nonce is the nonce of the account this transaction was generated with.
|
||||||
nonce: Long!
|
nonce: Long!
|
||||||
# Index is the index of this transaction in the parent block. This will
|
# Index is the index of this transaction in the parent block. This will
|
||||||
# be null if the transaction has not yet beenn mined.
|
# be null if the transaction has not yet been mined.
|
||||||
index: Int
|
index: Int
|
||||||
# From is the account that sent this transaction - this will always be
|
# From is the account that sent this transaction - this will always be
|
||||||
# an externally owned account.
|
# an externally owned account.
|
||||||
@ -238,7 +238,7 @@ input CallData {
|
|||||||
data: Bytes
|
data: Bytes
|
||||||
}
|
}
|
||||||
|
|
||||||
# CallResult is the result of a local call operationn.
|
# CallResult is the result of a local call operation.
|
||||||
type CallResult {
|
type CallResult {
|
||||||
# Data is the return data of the called contract.
|
# Data is the return data of the called contract.
|
||||||
data: Bytes!
|
data: Bytes!
|
||||||
@ -306,7 +306,7 @@ type Query {
|
|||||||
call(data: CallData!, blockNumber: Long): CallResult
|
call(data: CallData!, blockNumber: Long): CallResult
|
||||||
# EstimateGas estimates the amount of gas that will be required for
|
# EstimateGas estimates the amount of gas that will be required for
|
||||||
# successful execution of a transaction. If blockNumber is not specified,
|
# successful execution of a transaction. If blockNumber is not specified,
|
||||||
# it defaults ot the most recent known block.
|
# it defaults to the most recent known block.
|
||||||
estimateGas(data: CallData!, blockNumber: Long): Long!
|
estimateGas(data: CallData!, blockNumber: Long): Long!
|
||||||
# Logs returns log entries matching the provided filter.
|
# Logs returns log entries matching the provided filter.
|
||||||
logs(filter: FilterCriteria!): [Log!]!
|
logs(filter: FilterCriteria!): [Log!]!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user