vocdoni / interoperability

Private repository to manage the interoperability between protocol, API, SDK, UIs and documentation
1 stars 0 forks source link

Return holder balance for Aragon Plugin #154

Closed lucasmenendez closed 4 months ago

lucasmenendez commented 4 months ago

Some flows of the Aragon Plugin needs to know the current balance of a DAO member. Right now Census3 has an endpoint that returns if an address holds tokens of a provided one, but it does not returns the balance of that address.

Changes to do:

  1. Change this behavior in Census3 to return, if the address is a holder of the token, its balance.
  2. Update the SDK to handle the new response of Census3.

Done: