@initia/initia.js 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -98805,7 +98805,8 @@ class vP extends Xe {
|
|
|
98805
98805
|
async pool(e = {}, t = {}) {
|
|
98806
98806
|
return this.c.get("/initia/mstaking/v1/pool", e, t).then((r) => ({
|
|
98807
98807
|
bonded_tokens: fe.fromData(r.pool.bonded_tokens),
|
|
98808
|
-
not_bonded_tokens: fe.fromData(r.pool.not_bonded_tokens)
|
|
98808
|
+
not_bonded_tokens: fe.fromData(r.pool.not_bonded_tokens),
|
|
98809
|
+
voting_power_weights: fe.fromData(r.pool.voting_power_weights)
|
|
98809
98810
|
}));
|
|
98810
98811
|
}
|
|
98811
98812
|
/**
|