Closed trevorbernard closed 5 months ago
The total stake for an account can be queried with the following GQL:
{ stakes(query:{epoch: 77}) { delegationTotals { totalDelegated } } }
Use total delegated rather than the balance
Relates to https://github.com/Granola-Team/mina-indexer/issues/890
The total stake for an account can be queried with the following GQL:
Use total delegated rather than the balance