@dashevo/wasm-dpp2 4.1.1 → 4.2.0-dev.2
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 +1280 -1280
- package/dist/dpp.js +1 -1
- package/dist/raw/wasm_dpp2.d.ts +1280 -1280
- package/dist/raw/wasm_dpp2.js +2 -2
- package/dist/raw/wasm_dpp2.no_url.js +2 -2
- package/dist/raw/wasm_dpp2_bg.wasm +0 -0
- package/dist/raw/wasm_dpp2_bg.wasm.d.ts +1280 -1280
- package/package.json +1 -1
package/dist/raw/wasm_dpp2.js
CHANGED
|
@@ -13680,7 +13680,7 @@ export class PlatformAddressSigner {
|
|
|
13680
13680
|
* Creates a new empty PlatformAddressSigner.
|
|
13681
13681
|
*/
|
|
13682
13682
|
constructor() {
|
|
13683
|
-
const ret = wasm.
|
|
13683
|
+
const ret = wasm.platformaddresssigner_constructor();
|
|
13684
13684
|
this.__wbg_ptr = ret >>> 0;
|
|
13685
13685
|
PlatformAddressSignerFinalization.register(this, this.__wbg_ptr, this);
|
|
13686
13686
|
return this;
|
|
@@ -18169,7 +18169,7 @@ export class TokenDistributionRecipient {
|
|
|
18169
18169
|
* @returns {TokenDistributionRecipient}
|
|
18170
18170
|
*/
|
|
18171
18171
|
static ContractOwner() {
|
|
18172
|
-
const ret = wasm.
|
|
18172
|
+
const ret = wasm.tokendistributionrecipient_ContractOwner();
|
|
18173
18173
|
return TokenDistributionRecipient.__wrap(ret);
|
|
18174
18174
|
}
|
|
18175
18175
|
/**
|
|
@@ -13680,7 +13680,7 @@ export class PlatformAddressSigner {
|
|
|
13680
13680
|
* Creates a new empty PlatformAddressSigner.
|
|
13681
13681
|
*/
|
|
13682
13682
|
constructor() {
|
|
13683
|
-
const ret = wasm.
|
|
13683
|
+
const ret = wasm.platformaddresssigner_constructor();
|
|
13684
13684
|
this.__wbg_ptr = ret >>> 0;
|
|
13685
13685
|
PlatformAddressSignerFinalization.register(this, this.__wbg_ptr, this);
|
|
13686
13686
|
return this;
|
|
@@ -18169,7 +18169,7 @@ export class TokenDistributionRecipient {
|
|
|
18169
18169
|
* @returns {TokenDistributionRecipient}
|
|
18170
18170
|
*/
|
|
18171
18171
|
static ContractOwner() {
|
|
18172
|
-
const ret = wasm.
|
|
18172
|
+
const ret = wasm.tokendistributionrecipient_ContractOwner();
|
|
18173
18173
|
return TokenDistributionRecipient.__wrap(ret);
|
|
18174
18174
|
}
|
|
18175
18175
|
/**
|
|
Binary file
|