You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a getDelegates RPC that supports this endpoint with following params: /chains/main/blocks/head/context/delegates?active=true&with_minimal_stake=true
Taquito has a getDelegates endpoint but it is required to put a target address.
Either:
Implement a new getDelegates method (with a slightly different name) or,
Modify the existing getDelegates method
The text was updated successfully, but these errors were encountered:
Implement a getDelegates RPC that supports this endpoint with following params:
/chains/main/blocks/head/context/delegates?active=true&with_minimal_stake=true
Taquito has a
getDelegates
endpoint but it is required to put a target address.Either:
The text was updated successfully, but these errors were encountered: