I'm trying to calculate the contract amount due in [Grid Proxy](https://github.com/threefoldtech/tfgrid-sdk-go/issues/1369), but I can't seem to find the contractPaymentState events indexed in GraphQL. ``` client.api.query.smartContractModule.contractPaymentState(contractID); ```
I'm trying to calculate the contract amount due in Grid Proxy, but I can't seem to find the contractPaymentState events indexed in GraphQL.