@cmts-dev/carmentis-sdk-core 1.2.2 → 1.2.3
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.
|
@@ -6905,7 +6905,7 @@ export declare const LockSchema: val.VariantSchema<"type", [val.ObjectSchema<{
|
|
|
6905
6905
|
}, undefined>;
|
|
6906
6906
|
}, undefined>], undefined>;
|
|
6907
6907
|
|
|
6908
|
-
export declare
|
|
6908
|
+
export declare enum LockType {
|
|
6909
6909
|
Escrow = 0,
|
|
6910
6910
|
Vesting = 1,
|
|
6911
6911
|
NodeStaking = 2
|
|
@@ -13789,7 +13789,7 @@ export declare const SectionSchema: val.VariantSchema<"type", [val.ObjectSchema<
|
|
|
13789
13789
|
}>]>;
|
|
13790
13790
|
}, undefined>], undefined>;
|
|
13791
13791
|
|
|
13792
|
-
export declare
|
|
13792
|
+
export declare enum SectionType {
|
|
13793
13793
|
AUXILIARY_SIGNATURE = 126,
|
|
13794
13794
|
SIGNATURE = 127,
|
|
13795
13795
|
ALLOWED_ADDITIONAL_WRITER = 128,
|