This subquery indexes the least staking amount required for a validator to be elected.
This is an example of using @polkadot/api
in the mapping function. Proofs
- historical metadatas are correctly handled, registry, consts are swapped. (see maxNominatorRewardedPerValidator)
- Queries are restricted to the current processed block. (see validators and exposures)
- api.queryMulti is supported. (see activeEra, currentEra)
yarn
yarn codegen
yarn build
yarn start:docker