Brad Larson
Results
2
issues of
Brad Larson
I have library with the following method signature: ``` const sessionValidators = await api.query.session.validators() ``` If I were to try to run the following code: ``` sessionValidators.forEach((validator) => console.log(validator.toHuman())) ```...
Right now, some contract calls (like `gov staker `), will output nested objects that don't correctly render. This ensures that all values are correctly rendered to the end user. Tested...