@dashevo/wasm-dpp2 3.0.0-rc.2 → 3.0.0

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.
@@ -171,7 +171,7 @@ export type NetworkLike = Network | "mainnet" | "testnet" | "devnet" | "regtest"
171
171
  * A Platform address can be provided as:
172
172
  * - A PlatformAddress object
173
173
  * - A Uint8Array (21 bytes: type byte + 20-byte hash)
174
- * - A bech32m string (e.g., "dashevo1..." or "tdashevo1...")
174
+ * - A bech32m string (e.g., "evo1..." or "tevo1...")
175
175
  */
176
176
  export type PlatformAddressLike = PlatformAddress | Uint8Array | string;
177
177
 
@@ -1315,7 +1315,7 @@ export class PlatformAddress {
1315
1315
  /**
1316
1316
  * Creates a PlatformAddress from a bech32m-encoded string.
1317
1317
  *
1318
- * Accepts addresses with either mainnet ("dashevo") or testnet ("tdashevo") HRP.
1318
+ * Accepts addresses with either mainnet ("evo") or testnet ("tevo") HRP.
1319
1319
  */
1320
1320
  static fromBech32m(address: string): PlatformAddress;
1321
1321
  /**
@@ -1330,7 +1330,7 @@ export class PlatformAddress {
1330
1330
  * Creates a new PlatformAddress from various input types.
1331
1331
  *
1332
1332
  * Accepts:
1333
- * - A bech32m string (e.g., "dashevo1..." or "tdashevo1...")
1333
+ * - A bech32m string (e.g., "evo1..." or "tevo1...")
1334
1334
  * - A Uint8Array (21 bytes: type byte + 20-byte hash)
1335
1335
  * - An existing PlatformAddress object
1336
1336
  */
@@ -3541,7 +3541,7 @@ export interface InitOutput {
3541
3541
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
3542
3542
  readonly __externref_table_dealloc: (a: number) => void;
3543
3543
  readonly __externref_drop_slice: (a: number, b: number) => void;
3544
- readonly closure1353_externref_shim: (a: number, b: number, c: any, d: any) => void;
3544
+ readonly closure1347_externref_shim: (a: number, b: number, c: any, d: any) => void;
3545
3545
  readonly __wbindgen_start: () => void;
3546
3546
  }
3547
3547
 
@@ -258,7 +258,7 @@ function passArray32ToWasm0(arg, malloc) {
258
258
  return ptr;
259
259
  }
260
260
  function __wbg_adapter_1538(arg0, arg1, arg2, arg3) {
261
- wasm.closure1353_externref_shim(arg0, arg1, arg2, arg3);
261
+ wasm.closure1347_externref_shim(arg0, arg1, arg2, arg3);
262
262
  }
263
263
 
264
264
  /**
@@ -11596,7 +11596,7 @@ export class PlatformAddress {
11596
11596
  /**
11597
11597
  * Creates a PlatformAddress from a bech32m-encoded string.
11598
11598
  *
11599
- * Accepts addresses with either mainnet ("dashevo") or testnet ("tdashevo") HRP.
11599
+ * Accepts addresses with either mainnet ("evo") or testnet ("tevo") HRP.
11600
11600
  * @param {string} address
11601
11601
  * @returns {PlatformAddress}
11602
11602
  */
@@ -11641,7 +11641,7 @@ export class PlatformAddress {
11641
11641
  * Creates a new PlatformAddress from various input types.
11642
11642
  *
11643
11643
  * Accepts:
11644
- * - A bech32m string (e.g., "dashevo1..." or "tdashevo1...")
11644
+ * - A bech32m string (e.g., "evo1..." or "tevo1...")
11645
11645
  * - A Uint8Array (21 bytes: type byte + 20-byte hash)
11646
11646
  * - An existing PlatformAddress object
11647
11647
  * @param {PlatformAddress | Uint8Array | string} js_address
@@ -258,7 +258,7 @@ function passArray32ToWasm0(arg, malloc) {
258
258
  return ptr;
259
259
  }
260
260
  function __wbg_adapter_1538(arg0, arg1, arg2, arg3) {
261
- wasm.closure1353_externref_shim(arg0, arg1, arg2, arg3);
261
+ wasm.closure1347_externref_shim(arg0, arg1, arg2, arg3);
262
262
  }
263
263
 
264
264
  /**
@@ -11596,7 +11596,7 @@ export class PlatformAddress {
11596
11596
  /**
11597
11597
  * Creates a PlatformAddress from a bech32m-encoded string.
11598
11598
  *
11599
- * Accepts addresses with either mainnet ("dashevo") or testnet ("tdashevo") HRP.
11599
+ * Accepts addresses with either mainnet ("evo") or testnet ("tevo") HRP.
11600
11600
  * @param {string} address
11601
11601
  * @returns {PlatformAddress}
11602
11602
  */
@@ -11641,7 +11641,7 @@ export class PlatformAddress {
11641
11641
  * Creates a new PlatformAddress from various input types.
11642
11642
  *
11643
11643
  * Accepts:
11644
- * - A bech32m string (e.g., "dashevo1..." or "tdashevo1...")
11644
+ * - A bech32m string (e.g., "evo1..." or "tevo1...")
11645
11645
  * - A Uint8Array (21 bytes: type byte + 20-byte hash)
11646
11646
  * - An existing PlatformAddress object
11647
11647
  * @param {PlatformAddress | Uint8Array | string} js_address
Binary file
@@ -1533,5 +1533,5 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
1533
1533
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
1534
1534
  export const __externref_table_dealloc: (a: number) => void;
1535
1535
  export const __externref_drop_slice: (a: number, b: number) => void;
1536
- export const closure1353_externref_shim: (a: number, b: number, c: any, d: any) => void;
1536
+ export const closure1347_externref_shim: (a: number, b: number, c: any, d: any) => void;
1537
1537
  export const __wbindgen_start: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashevo/wasm-dpp2",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/dpp.js",
6
6
  "types": "./dist/dpp.d.ts",