It doesn't look like you can query the `wallets/search` api with `power` or `stakePower` params yet. https://github.com/compendia/core/blob/main/packages/core-api/src/handlers/wallets/schema.ts#L179 I could use this functionality if it worked similar to balance: ``` balance: Joi.object().keys({ from: Joi.number().integer(), to: Joi.number().integer(), }), ```
It doesn't look like you can query the
wallets/searchapi withpowerorstakePowerparams yet.https://github.com/compendia/core/blob/main/packages/core-api/src/handlers/wallets/schema.ts#L179
I could use this functionality if it worked similar to balance: