* 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>
8 lines
250 B
GraphQL
8 lines
250 B
GraphQL
query canReceive($blockHash: String!, $contractAddress: String!, $_recipient: String!){
|
|
canReceive(blockHash: $blockHash, contractAddress: $contractAddress, _recipient: $_recipient){
|
|
value
|
|
proof{
|
|
data
|
|
}
|
|
}
|
|
} |