Skip to content

Instantly share code, notes, and snippets.

@m0ar
Created November 18, 2019 09:56
Show Gist options
  • Save m0ar/ad2a15b415e03d354a05c219270bab1a to your computer and use it in GitHub Desktop.
Save m0ar/ad2a15b415e03d354a05c219270bab1a to your computer and use it in GitHub Desktop.
query MyQuery {
allVatInits {
totalCount
nodes {
rawIlkByIlkId {
identifier
}
headerByHeaderId {
blockNumber
blockTimestamp
}
headerSyncLogByLogId {
txIndex
logIndex
}
}
}
allVatFrobs {
totalCount
nodes {
dink
v
w
rawUrnByUrnId {
identifier
rawIlkByIlkId {
identifier
}
}
headerByHeaderId {
blockNumber
blockTimestamp
}
headerSyncLogByLogId {
txIndex
logIndex
txHash
}
dart
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment