@meshsdk/core 1.6.0-alpha.11 → 1.6.0-alpha.12
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/core/CPS0009.d.ts +1 -1
- package/dist/core.cjs +1 -1
- package/dist/core.js +4 -2
- package/package.json +1 -1
package/dist/core.js
CHANGED
|
@@ -17862,7 +17862,8 @@ var Cs = ra.default = Ar;
|
|
|
17862
17862
|
const js = Cs, Bs = (d, i) => {
|
|
17863
17863
|
const t = Qs(d), w = t.derive(Gr + 1852).derive(Gr + 1815).derive(Gr + i), u = w.derive(0).derive(0).to_raw_key(), h = w.derive(2).derive(0).to_raw_key();
|
|
17864
17864
|
return w.free(), t.free(), { paymentKey: u, stakeKey: h };
|
|
17865
|
-
}
|
|
17865
|
+
};
|
|
17866
|
+
function Es(d, i, t) {
|
|
17866
17867
|
const w = new Map(i);
|
|
17867
17868
|
w.set("lovelace", String(Number(w.get("lovelace")) + Number(t)));
|
|
17868
17869
|
const u = /* @__PURE__ */ new Map();
|
|
@@ -17953,7 +17954,8 @@ const js = Cs, Bs = (d, i) => {
|
|
|
17953
17954
|
m && Y.push(m);
|
|
17954
17955
|
}
|
|
17955
17956
|
return Y;
|
|
17956
|
-
}
|
|
17957
|
+
}
|
|
17958
|
+
const Ss = (d, i) => {
|
|
17957
17959
|
for (const t of d.output.amount)
|
|
17958
17960
|
if (t.unit == i)
|
|
17959
17961
|
return t.quantity;
|
package/package.json
CHANGED