@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.
@@ -13680,7 +13680,7 @@ export class PlatformAddressSigner {
13680
13680
  * Creates a new empty PlatformAddressSigner.
13681
13681
  */
13682
13682
  constructor() {
13683
- const ret = wasm.identitysigner_constructor();
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.authorizedactiontakers_NoOne();
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.identitysigner_constructor();
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.authorizedactiontakers_NoOne();
18172
+ const ret = wasm.tokendistributionrecipient_ContractOwner();
18173
18173
  return TokenDistributionRecipient.__wrap(ret);
18174
18174
  }
18175
18175
  /**
Binary file