azimuth-watcher-ts/packages/delegated-sending-watcher/src/gql/queries/canReceive.gql
Nabarun Gogoi e4cfdd62f1
Add watcher in eth_call mode for DelegatedSending contract (#10)
* Create watcher in eth_call mode for Delegated Sending contract

* Update readme about unhandled queries

* Add queries giving error to unsupported list

---------

Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-04-13 09:48:48 +05:30

8 lines
250 B
GraphQL

query canReceive($blockHash: String!, $contractAddress: String!, $_recipient: String!){
canReceive(blockHash: $blockHash, contractAddress: $contractAddress, _recipient: $_recipient){
value
proof{
data
}
}
}