sushiswap-watcher-ts/packages/route-processor-watcher/src/gql/queries/getStateByCID.gql
2024-06-06 18:24:45 +05:30

15 lines
257 B
GraphQL

query getStateByCID($cid: String!){
getStateByCID(cid: $cid){
block{
cid
hash
number
timestamp
parentHash
}
contractAddress
cid
kind
data
}
}