@dashevo/wasm-dpp2 3.1.0-dev.5 → 3.1.0-dev.7
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,6 +7242,7 @@ 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;
|
|
7245
7246
|
readonly tokenconfigurationchangeitem_noChangeItem: () => number;
|
|
7246
7247
|
readonly tokenkeepshistoryrules_constructor: (a: any) => [number, number, number];
|
|
7247
7248
|
readonly tokenkeepshistoryrules_is_keeping_burning_history: (a: number) => number;
|
|
@@ -7311,7 +7312,6 @@ export interface InitOutput {
|
|
|
7311
7312
|
readonly tokenbasetransition_token_id: (a: number) => number;
|
|
7312
7313
|
readonly tokenbasetransition_type_name: (a: number) => [number, number];
|
|
7313
7314
|
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];
|