mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
graphql: indent
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
12ef276a7d
commit
4194da63d3
1 changed files with 34 additions and 34 deletions
|
|
@ -71,8 +71,8 @@ const schema string = `
|
||||||
transaction: Transaction!
|
transaction: Transaction!
|
||||||
}
|
}
|
||||||
|
|
||||||
#EIP-2718
|
# EIP-2718
|
||||||
type AccessTuple{
|
type AccessTuple {
|
||||||
address: Address!
|
address: Address!
|
||||||
storageKeys : [Bytes32!]!
|
storageKeys : [Bytes32!]!
|
||||||
}
|
}
|
||||||
|
|
@ -326,7 +326,7 @@ const schema string = `
|
||||||
}
|
}
|
||||||
|
|
||||||
# SyncState contains the current synchronisation state of the client.
|
# SyncState contains the current synchronisation state of the client.
|
||||||
type SyncState{
|
type SyncState {
|
||||||
# StartingBlock is the block number at which synchronisation started.
|
# StartingBlock is the block number at which synchronisation started.
|
||||||
startingBlock: Long!
|
startingBlock: Long!
|
||||||
# CurrentBlock is the point at which synchronisation has presently reached.
|
# CurrentBlock is the point at which synchronisation has presently reached.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue