@dashevo/wasm-dpp2 4.2.0-dev.10 → 4.2.0-dev.11
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/dpp.compressed.js +1 -1
- package/dist/dpp.d.ts +1615 -1615
- package/dist/dpp.js +1 -1
- package/dist/raw/wasm_dpp2.d.ts +1615 -1615
- package/dist/raw/wasm_dpp2.js +1 -1
- package/dist/raw/wasm_dpp2.no_url.js +1 -1
- package/dist/raw/wasm_dpp2_bg.wasm +0 -0
- package/dist/raw/wasm_dpp2_bg.wasm.d.ts +1615 -1615
- package/package.json +1 -1
package/dist/raw/wasm_dpp2.js
CHANGED
|
@@ -22588,7 +22588,7 @@ export class VerifiedNextDistribution {
|
|
|
22588
22588
|
* @returns {Vote}
|
|
22589
22589
|
*/
|
|
22590
22590
|
get vote() {
|
|
22591
|
-
const ret = wasm.
|
|
22591
|
+
const ret = wasm.__wbg_get_verifiedmasternodevote_vote(this.__wbg_ptr);
|
|
22592
22592
|
return Vote.__wrap(ret);
|
|
22593
22593
|
}
|
|
22594
22594
|
/**
|
|
@@ -22588,7 +22588,7 @@ export class VerifiedNextDistribution {
|
|
|
22588
22588
|
* @returns {Vote}
|
|
22589
22589
|
*/
|
|
22590
22590
|
get vote() {
|
|
22591
|
-
const ret = wasm.
|
|
22591
|
+
const ret = wasm.__wbg_get_verifiedmasternodevote_vote(this.__wbg_ptr);
|
|
22592
22592
|
return Vote.__wrap(ret);
|
|
22593
22593
|
}
|
|
22594
22594
|
/**
|
|
Binary file
|