watcher-ts/packages/eden-watcher/test/queries/producerEpoch.gql

13 lines
247 B
Plaintext
Raw Normal View History

query producerEpoch($id: String!, $block: Block_height){
producerEpoch(id: $id, block: $block){
id
address
epoch{
id
}
totalRewards
blocksProduced
blocksProducedRatio
}
}