Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Returning the bucket ID in bucketInfo query #293

Open
simonerom opened this issue Sep 12, 2020 · 0 comments
Open

Returning the bucket ID in bucketInfo query #293

simonerom opened this issue Sep 12, 2020 · 0 comments

Comments

@simonerom
Copy link
Member

bucketInfo is not returning the bucket ID/number: is there a different way to obtain it, or can it be added to the bucket info?

query {
  delegate(startEpoch: 12092, epochCount: 1, delegateName: "royalland") {
    bucketInfo {
      exist
      bucketInfoList(pagination: { skip: 0, first: 500 }) {
        count
        bucketInfo {
          voterIotexAddress
           voterEthAddress 
          votes
           weightedVotes 
          remainingDuration
           startTime 
          isNative
           decay 
        }
       } 
    }
   }  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant