TheArcadiaGroup / gosuto-wallet-desktop-svelte

Gosuto Desktop App, private repo for development, eventually publishes to "GosutoWallet" public repo.
Other
1 stars 0 forks source link

Validators #72

Closed gicharujohn closed 1 year ago

gicharujohn commented 2 years ago

Need a function that can fetch all validators but with a filter that only allows a select few of the validators on the casper chain to be shown or added to the list.

1nsane-dev commented 2 years ago

@gicharujohn would you elaborate about the filter in detail?

gicharujohn commented 2 years ago

So on Casper, we have several validators that users can stake with, however, while we can fetch the validators' details from the chain, we also need to pick and choose which ones to show. But in this case, just do a function that fetches the validators. I'll add the filter afterwards. @1nsane-dev