@dashevo/wasm-dpp2 3.1.0-dev.3 → 3.1.0-dev.5
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.d.ts
CHANGED
|
@@ -7242,7 +7242,6 @@ export interface InitOutput {
|
|
|
7242
7242
|
readonly shieldedwithdrawaltransition_toStateTransition: (a: number) => number;
|
|
7243
7243
|
readonly shieldedwithdrawaltransition_type_name: (a: number) => [number, number];
|
|
7244
7244
|
readonly shieldedwithdrawaltransition_unshielding_amount: (a: number) => bigint;
|
|
7245
|
-
readonly tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
|
|
7246
7245
|
readonly tokenconfigurationchangeitem_noChangeItem: () => number;
|
|
7247
7246
|
readonly tokenkeepshistoryrules_constructor: (a: any) => [number, number, number];
|
|
7248
7247
|
readonly tokenkeepshistoryrules_is_keeping_burning_history: (a: number) => number;
|
|
@@ -7312,6 +7311,7 @@ export interface InitOutput {
|
|
|
7312
7311
|
readonly tokenbasetransition_token_id: (a: number) => number;
|
|
7313
7312
|
readonly tokenbasetransition_type_name: (a: number) => [number, number];
|
|
7314
7313
|
readonly tokenbasetransition_using_group_info: (a: number) => number;
|
|
7314
|
+
readonly tokenconfigurationchangeitem_MainControlGroupItem: (a: number) => number;
|
|
7315
7315
|
readonly tokenstatus_is_paused: (a: number) => number;
|
|
7316
7316
|
readonly tokenstatus_struct_name: () => [number, number];
|
|
7317
7317
|
readonly tokenstatus_type_name: (a: number) => [number, number];
|