@bitgo-beta/sdk-coin-sui 3.0.3-beta.664 → 3.0.3-beta.666
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/CHANGELOG.md +4 -0
- package/dist/src/lib/iface.d.ts +18 -3
- package/dist/src/lib/iface.d.ts.map +1 -1
- package/dist/src/lib/iface.js +8 -1
- package/dist/src/lib/mystenlab/builder/Inputs.d.ts +2 -2
- package/dist/src/lib/mystenlab/types/objects.d.ts +4 -4
- package/dist/src/lib/mystenlab/types/transactions.d.ts +118 -118
- package/dist/src/lib/resources/walrusConfig.d.ts +22 -0
- package/dist/src/lib/resources/walrusConfig.d.ts.map +1 -0
- package/dist/src/lib/resources/walrusConfig.js +37 -0
- package/dist/src/lib/transaction.d.ts.map +1 -1
- package/dist/src/lib/transaction.js +4 -1
- package/dist/src/lib/transactionBuilderFactory.d.ts +4 -1
- package/dist/src/lib/transactionBuilderFactory.d.ts.map +1 -1
- package/dist/src/lib/transactionBuilderFactory.js +11 -1
- package/dist/src/lib/utils.d.ts +2 -1
- package/dist/src/lib/utils.d.ts.map +1 -1
- package/dist/src/lib/utils.js +27 -1
- package/dist/src/lib/walrusStakingBuilder.d.ts +66 -0
- package/dist/src/lib/walrusStakingBuilder.d.ts.map +1 -0
- package/dist/src/lib/walrusStakingBuilder.js +199 -0
- package/dist/src/lib/walrusStakingTransaction.d.ts +52 -0
- package/dist/src/lib/walrusStakingTransaction.d.ts.map +1 -0
- package/dist/src/lib/walrusStakingTransaction.js +269 -0
- package/package.json +8 -8
|
@@ -147,14 +147,14 @@ export declare const SuiCallArg: import("superstruct").Struct<{
|
|
|
147
147
|
type: "pure";
|
|
148
148
|
valueType?: string | undefined;
|
|
149
149
|
} | {
|
|
150
|
-
type: "object";
|
|
151
150
|
digest: string;
|
|
152
151
|
objectId: string;
|
|
153
152
|
version: number;
|
|
153
|
+
type: "object";
|
|
154
154
|
objectType: "immOrOwnedObject";
|
|
155
155
|
} | {
|
|
156
|
-
type: "object";
|
|
157
156
|
objectId: string;
|
|
157
|
+
type: "object";
|
|
158
158
|
objectType: "sharedObject";
|
|
159
159
|
initialSharedVersion: number;
|
|
160
160
|
mutable: boolean;
|
|
@@ -235,14 +235,14 @@ export declare const ProgrammableTransaction: import("superstruct").Struct<{
|
|
|
235
235
|
type: "pure";
|
|
236
236
|
valueType?: string | undefined;
|
|
237
237
|
} | {
|
|
238
|
-
type: "object";
|
|
239
238
|
digest: string;
|
|
240
239
|
objectId: string;
|
|
241
240
|
version: number;
|
|
241
|
+
type: "object";
|
|
242
242
|
objectType: "immOrOwnedObject";
|
|
243
243
|
} | {
|
|
244
|
-
type: "object";
|
|
245
244
|
objectId: string;
|
|
245
|
+
type: "object";
|
|
246
246
|
objectType: "sharedObject";
|
|
247
247
|
initialSharedVersion: number;
|
|
248
248
|
mutable: boolean;
|
|
@@ -390,14 +390,14 @@ export declare const ProgrammableTransaction: import("superstruct").Struct<{
|
|
|
390
390
|
type: "pure";
|
|
391
391
|
valueType?: string | undefined;
|
|
392
392
|
} | {
|
|
393
|
-
type: "object";
|
|
394
393
|
digest: string;
|
|
395
394
|
objectId: string;
|
|
396
395
|
version: number;
|
|
396
|
+
type: "object";
|
|
397
397
|
objectType: "immOrOwnedObject";
|
|
398
398
|
} | {
|
|
399
|
-
type: "object";
|
|
400
399
|
objectId: string;
|
|
400
|
+
type: "object";
|
|
401
401
|
objectType: "sharedObject";
|
|
402
402
|
initialSharedVersion: number;
|
|
403
403
|
mutable: boolean;
|
|
@@ -406,14 +406,14 @@ export declare const ProgrammableTransaction: import("superstruct").Struct<{
|
|
|
406
406
|
type: "pure";
|
|
407
407
|
valueType?: string | undefined;
|
|
408
408
|
} | {
|
|
409
|
-
type: "object";
|
|
410
409
|
digest: string;
|
|
411
410
|
objectId: string;
|
|
412
411
|
version: number;
|
|
412
|
+
type: "object";
|
|
413
413
|
objectType: "immOrOwnedObject";
|
|
414
414
|
} | {
|
|
415
|
-
type: "object";
|
|
416
415
|
objectId: string;
|
|
416
|
+
type: "object";
|
|
417
417
|
objectType: "sharedObject";
|
|
418
418
|
initialSharedVersion: number;
|
|
419
419
|
mutable: boolean;
|
|
@@ -522,14 +522,14 @@ export declare const SuiTransactionBlockKind: import("superstruct").Struct<{
|
|
|
522
522
|
type: "pure";
|
|
523
523
|
valueType?: string | undefined;
|
|
524
524
|
} | {
|
|
525
|
-
type: "object";
|
|
526
525
|
digest: string;
|
|
527
526
|
objectId: string;
|
|
528
527
|
version: number;
|
|
528
|
+
type: "object";
|
|
529
529
|
objectType: "immOrOwnedObject";
|
|
530
530
|
} | {
|
|
531
|
-
type: "object";
|
|
532
531
|
objectId: string;
|
|
532
|
+
type: "object";
|
|
533
533
|
objectType: "sharedObject";
|
|
534
534
|
initialSharedVersion: number;
|
|
535
535
|
mutable: boolean;
|
|
@@ -629,14 +629,14 @@ export declare const SuiTransactionBlockData: import("superstruct").Struct<{
|
|
|
629
629
|
type: "pure";
|
|
630
630
|
valueType?: string | undefined;
|
|
631
631
|
} | {
|
|
632
|
-
type: "object";
|
|
633
632
|
digest: string;
|
|
634
633
|
objectId: string;
|
|
635
634
|
version: number;
|
|
635
|
+
type: "object";
|
|
636
636
|
objectType: "immOrOwnedObject";
|
|
637
637
|
} | {
|
|
638
|
-
type: "object";
|
|
639
638
|
objectId: string;
|
|
639
|
+
type: "object";
|
|
640
640
|
objectType: "sharedObject";
|
|
641
641
|
initialSharedVersion: number;
|
|
642
642
|
mutable: boolean;
|
|
@@ -746,14 +746,14 @@ export declare const SuiTransactionBlockData: import("superstruct").Struct<{
|
|
|
746
746
|
type: "pure";
|
|
747
747
|
valueType?: string | undefined;
|
|
748
748
|
} | {
|
|
749
|
-
type: "object";
|
|
750
749
|
digest: string;
|
|
751
750
|
objectId: string;
|
|
752
751
|
version: number;
|
|
752
|
+
type: "object";
|
|
753
753
|
objectType: "immOrOwnedObject";
|
|
754
754
|
} | {
|
|
755
|
-
type: "object";
|
|
756
755
|
objectId: string;
|
|
756
|
+
type: "object";
|
|
757
757
|
objectType: "sharedObject";
|
|
758
758
|
initialSharedVersion: number;
|
|
759
759
|
mutable: boolean;
|
|
@@ -2026,14 +2026,14 @@ export declare const SuiTransactionBlock: import("superstruct").Struct<{
|
|
|
2026
2026
|
type: "pure";
|
|
2027
2027
|
valueType?: string | undefined;
|
|
2028
2028
|
} | {
|
|
2029
|
-
type: "object";
|
|
2030
2029
|
digest: string;
|
|
2031
2030
|
objectId: string;
|
|
2032
2031
|
version: number;
|
|
2032
|
+
type: "object";
|
|
2033
2033
|
objectType: "immOrOwnedObject";
|
|
2034
2034
|
} | {
|
|
2035
|
-
type: "object";
|
|
2036
2035
|
objectId: string;
|
|
2036
|
+
type: "object";
|
|
2037
2037
|
objectType: "sharedObject";
|
|
2038
2038
|
initialSharedVersion: number;
|
|
2039
2039
|
mutable: boolean;
|
|
@@ -2146,14 +2146,14 @@ export declare const SuiTransactionBlock: import("superstruct").Struct<{
|
|
|
2146
2146
|
type: "pure";
|
|
2147
2147
|
valueType?: string | undefined;
|
|
2148
2148
|
} | {
|
|
2149
|
-
type: "object";
|
|
2150
2149
|
digest: string;
|
|
2151
2150
|
objectId: string;
|
|
2152
2151
|
version: number;
|
|
2152
|
+
type: "object";
|
|
2153
2153
|
objectType: "immOrOwnedObject";
|
|
2154
2154
|
} | {
|
|
2155
|
-
type: "object";
|
|
2156
2155
|
objectId: string;
|
|
2156
|
+
type: "object";
|
|
2157
2157
|
objectType: "sharedObject";
|
|
2158
2158
|
initialSharedVersion: number;
|
|
2159
2159
|
mutable: boolean;
|
|
@@ -2263,14 +2263,14 @@ export declare const SuiTransactionBlock: import("superstruct").Struct<{
|
|
|
2263
2263
|
type: "pure";
|
|
2264
2264
|
valueType?: string | undefined;
|
|
2265
2265
|
} | {
|
|
2266
|
-
type: "object";
|
|
2267
2266
|
digest: string;
|
|
2268
2267
|
objectId: string;
|
|
2269
2268
|
version: number;
|
|
2269
|
+
type: "object";
|
|
2270
2270
|
objectType: "immOrOwnedObject";
|
|
2271
2271
|
} | {
|
|
2272
|
-
type: "object";
|
|
2273
2272
|
objectId: string;
|
|
2273
|
+
type: "object";
|
|
2274
2274
|
objectType: "sharedObject";
|
|
2275
2275
|
initialSharedVersion: number;
|
|
2276
2276
|
mutable: boolean;
|
|
@@ -2310,9 +2310,9 @@ export declare const SuiTransactionBlock: import("superstruct").Struct<{
|
|
|
2310
2310
|
}>;
|
|
2311
2311
|
export type SuiTransactionBlock = Infer<typeof SuiTransactionBlock>;
|
|
2312
2312
|
export declare const SuiObjectChangePublished: import("superstruct").Struct<{
|
|
2313
|
-
type: "published";
|
|
2314
2313
|
digest: string;
|
|
2315
2314
|
version: number;
|
|
2315
|
+
type: "published";
|
|
2316
2316
|
modules: string[];
|
|
2317
2317
|
packageId: string;
|
|
2318
2318
|
}, {
|
|
@@ -2324,10 +2324,10 @@ export declare const SuiObjectChangePublished: import("superstruct").Struct<{
|
|
|
2324
2324
|
}>;
|
|
2325
2325
|
export type SuiObjectChangePublished = Infer<typeof SuiObjectChangePublished>;
|
|
2326
2326
|
export declare const SuiObjectChangeTransferred: import("superstruct").Struct<{
|
|
2327
|
-
type: "transferred";
|
|
2328
2327
|
digest: string;
|
|
2329
2328
|
objectId: string;
|
|
2330
2329
|
version: number;
|
|
2330
|
+
type: "transferred";
|
|
2331
2331
|
objectType: string;
|
|
2332
2332
|
sender: string;
|
|
2333
2333
|
recipient: {
|
|
@@ -2358,10 +2358,10 @@ export declare const SuiObjectChangeTransferred: import("superstruct").Struct<{
|
|
|
2358
2358
|
}>;
|
|
2359
2359
|
export type SuiObjectChangeTransferred = Infer<typeof SuiObjectChangeTransferred>;
|
|
2360
2360
|
export declare const SuiObjectChangeMutated: import("superstruct").Struct<{
|
|
2361
|
-
type: "mutated";
|
|
2362
2361
|
digest: string;
|
|
2363
2362
|
objectId: string;
|
|
2364
2363
|
version: number;
|
|
2364
|
+
type: "mutated";
|
|
2365
2365
|
objectType: string;
|
|
2366
2366
|
sender: string;
|
|
2367
2367
|
owner: {
|
|
@@ -2394,9 +2394,9 @@ export declare const SuiObjectChangeMutated: import("superstruct").Struct<{
|
|
|
2394
2394
|
}>;
|
|
2395
2395
|
export type SuiObjectChangeMutated = Infer<typeof SuiObjectChangeMutated>;
|
|
2396
2396
|
export declare const SuiObjectChangeDeleted: import("superstruct").Struct<{
|
|
2397
|
-
type: "deleted";
|
|
2398
2397
|
objectId: string;
|
|
2399
2398
|
version: number;
|
|
2399
|
+
type: "deleted";
|
|
2400
2400
|
objectType: string;
|
|
2401
2401
|
sender: string;
|
|
2402
2402
|
}, {
|
|
@@ -2408,9 +2408,9 @@ export declare const SuiObjectChangeDeleted: import("superstruct").Struct<{
|
|
|
2408
2408
|
}>;
|
|
2409
2409
|
export type SuiObjectChangeDeleted = Infer<typeof SuiObjectChangeDeleted>;
|
|
2410
2410
|
export declare const SuiObjectChangeWrapped: import("superstruct").Struct<{
|
|
2411
|
-
type: "wrapped";
|
|
2412
2411
|
objectId: string;
|
|
2413
2412
|
version: number;
|
|
2413
|
+
type: "wrapped";
|
|
2414
2414
|
objectType: string;
|
|
2415
2415
|
sender: string;
|
|
2416
2416
|
}, {
|
|
@@ -2422,10 +2422,10 @@ export declare const SuiObjectChangeWrapped: import("superstruct").Struct<{
|
|
|
2422
2422
|
}>;
|
|
2423
2423
|
export type SuiObjectChangeWrapped = Infer<typeof SuiObjectChangeWrapped>;
|
|
2424
2424
|
export declare const SuiObjectChangeCreated: import("superstruct").Struct<{
|
|
2425
|
-
type: "created";
|
|
2426
2425
|
digest: string;
|
|
2427
2426
|
objectId: string;
|
|
2428
2427
|
version: number;
|
|
2428
|
+
type: "created";
|
|
2429
2429
|
objectType: string;
|
|
2430
2430
|
sender: string;
|
|
2431
2431
|
owner: {
|
|
@@ -2456,16 +2456,16 @@ export declare const SuiObjectChangeCreated: import("superstruct").Struct<{
|
|
|
2456
2456
|
}>;
|
|
2457
2457
|
export type SuiObjectChangeCreated = Infer<typeof SuiObjectChangeCreated>;
|
|
2458
2458
|
export declare const SuiObjectChange: import("superstruct").Struct<{
|
|
2459
|
-
type: "published";
|
|
2460
2459
|
digest: string;
|
|
2461
2460
|
version: number;
|
|
2461
|
+
type: "published";
|
|
2462
2462
|
modules: string[];
|
|
2463
2463
|
packageId: string;
|
|
2464
2464
|
} | {
|
|
2465
|
-
type: "transferred";
|
|
2466
2465
|
digest: string;
|
|
2467
2466
|
objectId: string;
|
|
2468
2467
|
version: number;
|
|
2468
|
+
type: "transferred";
|
|
2469
2469
|
objectType: string;
|
|
2470
2470
|
sender: string;
|
|
2471
2471
|
recipient: {
|
|
@@ -2478,10 +2478,10 @@ export declare const SuiObjectChange: import("superstruct").Struct<{
|
|
|
2478
2478
|
};
|
|
2479
2479
|
} | "Immutable";
|
|
2480
2480
|
} | {
|
|
2481
|
-
type: "mutated";
|
|
2482
2481
|
digest: string;
|
|
2483
2482
|
objectId: string;
|
|
2484
2483
|
version: number;
|
|
2484
|
+
type: "mutated";
|
|
2485
2485
|
objectType: string;
|
|
2486
2486
|
sender: string;
|
|
2487
2487
|
owner: {
|
|
@@ -2495,22 +2495,22 @@ export declare const SuiObjectChange: import("superstruct").Struct<{
|
|
|
2495
2495
|
} | "Immutable";
|
|
2496
2496
|
previousVersion: number;
|
|
2497
2497
|
} | {
|
|
2498
|
-
type: "deleted";
|
|
2499
2498
|
objectId: string;
|
|
2500
2499
|
version: number;
|
|
2500
|
+
type: "deleted";
|
|
2501
2501
|
objectType: string;
|
|
2502
2502
|
sender: string;
|
|
2503
2503
|
} | {
|
|
2504
|
-
type: "wrapped";
|
|
2505
2504
|
objectId: string;
|
|
2506
2505
|
version: number;
|
|
2506
|
+
type: "wrapped";
|
|
2507
2507
|
objectType: string;
|
|
2508
2508
|
sender: string;
|
|
2509
2509
|
} | {
|
|
2510
|
-
type: "created";
|
|
2511
2510
|
digest: string;
|
|
2512
2511
|
objectId: string;
|
|
2513
2512
|
version: number;
|
|
2513
|
+
type: "created";
|
|
2514
2514
|
objectType: string;
|
|
2515
2515
|
sender: string;
|
|
2516
2516
|
owner: {
|
|
@@ -2644,14 +2644,14 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
2644
2644
|
type: "pure";
|
|
2645
2645
|
valueType?: string | undefined;
|
|
2646
2646
|
} | {
|
|
2647
|
-
type: "object";
|
|
2648
2647
|
digest: string;
|
|
2649
2648
|
objectId: string;
|
|
2650
2649
|
version: number;
|
|
2650
|
+
type: "object";
|
|
2651
2651
|
objectType: "immOrOwnedObject";
|
|
2652
2652
|
} | {
|
|
2653
|
-
type: "object";
|
|
2654
2653
|
objectId: string;
|
|
2654
|
+
type: "object";
|
|
2655
2655
|
objectType: "sharedObject";
|
|
2656
2656
|
initialSharedVersion: number;
|
|
2657
2657
|
mutable: boolean;
|
|
@@ -2794,16 +2794,16 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
2794
2794
|
checkpoint?: number | undefined;
|
|
2795
2795
|
confirmedLocalExecution?: boolean | undefined;
|
|
2796
2796
|
objectChanges?: ({
|
|
2797
|
-
type: "published";
|
|
2798
2797
|
digest: string;
|
|
2799
2798
|
version: number;
|
|
2799
|
+
type: "published";
|
|
2800
2800
|
modules: string[];
|
|
2801
2801
|
packageId: string;
|
|
2802
2802
|
} | {
|
|
2803
|
-
type: "transferred";
|
|
2804
2803
|
digest: string;
|
|
2805
2804
|
objectId: string;
|
|
2806
2805
|
version: number;
|
|
2806
|
+
type: "transferred";
|
|
2807
2807
|
objectType: string;
|
|
2808
2808
|
sender: string;
|
|
2809
2809
|
recipient: {
|
|
@@ -2816,10 +2816,10 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
2816
2816
|
};
|
|
2817
2817
|
} | "Immutable";
|
|
2818
2818
|
} | {
|
|
2819
|
-
type: "mutated";
|
|
2820
2819
|
digest: string;
|
|
2821
2820
|
objectId: string;
|
|
2822
2821
|
version: number;
|
|
2822
|
+
type: "mutated";
|
|
2823
2823
|
objectType: string;
|
|
2824
2824
|
sender: string;
|
|
2825
2825
|
owner: {
|
|
@@ -2833,22 +2833,22 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
2833
2833
|
} | "Immutable";
|
|
2834
2834
|
previousVersion: number;
|
|
2835
2835
|
} | {
|
|
2836
|
-
type: "deleted";
|
|
2837
2836
|
objectId: string;
|
|
2838
2837
|
version: number;
|
|
2838
|
+
type: "deleted";
|
|
2839
2839
|
objectType: string;
|
|
2840
2840
|
sender: string;
|
|
2841
2841
|
} | {
|
|
2842
|
-
type: "wrapped";
|
|
2843
2842
|
objectId: string;
|
|
2844
2843
|
version: number;
|
|
2844
|
+
type: "wrapped";
|
|
2845
2845
|
objectType: string;
|
|
2846
2846
|
sender: string;
|
|
2847
2847
|
} | {
|
|
2848
|
-
type: "created";
|
|
2849
2848
|
digest: string;
|
|
2850
2849
|
objectId: string;
|
|
2851
2850
|
version: number;
|
|
2851
|
+
type: "created";
|
|
2852
2852
|
objectType: string;
|
|
2853
2853
|
sender: string;
|
|
2854
2854
|
owner: {
|
|
@@ -2970,14 +2970,14 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
2970
2970
|
type: "pure";
|
|
2971
2971
|
valueType?: string | undefined;
|
|
2972
2972
|
} | {
|
|
2973
|
-
type: "object";
|
|
2974
2973
|
digest: string;
|
|
2975
2974
|
objectId: string;
|
|
2976
2975
|
version: number;
|
|
2976
|
+
type: "object";
|
|
2977
2977
|
objectType: "immOrOwnedObject";
|
|
2978
2978
|
} | {
|
|
2979
|
-
type: "object";
|
|
2980
2979
|
objectId: string;
|
|
2980
|
+
type: "object";
|
|
2981
2981
|
objectType: "sharedObject";
|
|
2982
2982
|
initialSharedVersion: number;
|
|
2983
2983
|
mutable: boolean;
|
|
@@ -3090,14 +3090,14 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3090
3090
|
type: "pure";
|
|
3091
3091
|
valueType?: string | undefined;
|
|
3092
3092
|
} | {
|
|
3093
|
-
type: "object";
|
|
3094
3093
|
digest: string;
|
|
3095
3094
|
objectId: string;
|
|
3096
3095
|
version: number;
|
|
3096
|
+
type: "object";
|
|
3097
3097
|
objectType: "immOrOwnedObject";
|
|
3098
3098
|
} | {
|
|
3099
|
-
type: "object";
|
|
3100
3099
|
objectId: string;
|
|
3100
|
+
type: "object";
|
|
3101
3101
|
objectType: "sharedObject";
|
|
3102
3102
|
initialSharedVersion: number;
|
|
3103
3103
|
mutable: boolean;
|
|
@@ -3207,14 +3207,14 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3207
3207
|
type: "pure";
|
|
3208
3208
|
valueType?: string | undefined;
|
|
3209
3209
|
} | {
|
|
3210
|
-
type: "object";
|
|
3211
3210
|
digest: string;
|
|
3212
3211
|
objectId: string;
|
|
3213
3212
|
version: number;
|
|
3213
|
+
type: "object";
|
|
3214
3214
|
objectType: "immOrOwnedObject";
|
|
3215
3215
|
} | {
|
|
3216
|
-
type: "object";
|
|
3217
3216
|
objectId: string;
|
|
3217
|
+
type: "object";
|
|
3218
3218
|
objectType: "sharedObject";
|
|
3219
3219
|
initialSharedVersion: number;
|
|
3220
3220
|
mutable: boolean;
|
|
@@ -3693,16 +3693,16 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3693
3693
|
checkpoint: import("superstruct").Struct<number | undefined, null>;
|
|
3694
3694
|
confirmedLocalExecution: import("superstruct").Struct<boolean | undefined, null>;
|
|
3695
3695
|
objectChanges: import("superstruct").Struct<({
|
|
3696
|
-
type: "published";
|
|
3697
3696
|
digest: string;
|
|
3698
3697
|
version: number;
|
|
3698
|
+
type: "published";
|
|
3699
3699
|
modules: string[];
|
|
3700
3700
|
packageId: string;
|
|
3701
3701
|
} | {
|
|
3702
|
-
type: "transferred";
|
|
3703
3702
|
digest: string;
|
|
3704
3703
|
objectId: string;
|
|
3705
3704
|
version: number;
|
|
3705
|
+
type: "transferred";
|
|
3706
3706
|
objectType: string;
|
|
3707
3707
|
sender: string;
|
|
3708
3708
|
recipient: {
|
|
@@ -3715,10 +3715,10 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3715
3715
|
};
|
|
3716
3716
|
} | "Immutable";
|
|
3717
3717
|
} | {
|
|
3718
|
-
type: "mutated";
|
|
3719
3718
|
digest: string;
|
|
3720
3719
|
objectId: string;
|
|
3721
3720
|
version: number;
|
|
3721
|
+
type: "mutated";
|
|
3722
3722
|
objectType: string;
|
|
3723
3723
|
sender: string;
|
|
3724
3724
|
owner: {
|
|
@@ -3732,22 +3732,22 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3732
3732
|
} | "Immutable";
|
|
3733
3733
|
previousVersion: number;
|
|
3734
3734
|
} | {
|
|
3735
|
-
type: "deleted";
|
|
3736
3735
|
objectId: string;
|
|
3737
3736
|
version: number;
|
|
3737
|
+
type: "deleted";
|
|
3738
3738
|
objectType: string;
|
|
3739
3739
|
sender: string;
|
|
3740
3740
|
} | {
|
|
3741
|
-
type: "wrapped";
|
|
3742
3741
|
objectId: string;
|
|
3743
3742
|
version: number;
|
|
3743
|
+
type: "wrapped";
|
|
3744
3744
|
objectType: string;
|
|
3745
3745
|
sender: string;
|
|
3746
3746
|
} | {
|
|
3747
|
-
type: "created";
|
|
3748
3747
|
digest: string;
|
|
3749
3748
|
objectId: string;
|
|
3750
3749
|
version: number;
|
|
3750
|
+
type: "created";
|
|
3751
3751
|
objectType: string;
|
|
3752
3752
|
sender: string;
|
|
3753
3753
|
owner: {
|
|
@@ -3760,16 +3760,16 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3760
3760
|
};
|
|
3761
3761
|
} | "Immutable";
|
|
3762
3762
|
})[] | undefined, import("superstruct").Struct<{
|
|
3763
|
-
type: "published";
|
|
3764
3763
|
digest: string;
|
|
3765
3764
|
version: number;
|
|
3765
|
+
type: "published";
|
|
3766
3766
|
modules: string[];
|
|
3767
3767
|
packageId: string;
|
|
3768
3768
|
} | {
|
|
3769
|
-
type: "transferred";
|
|
3770
3769
|
digest: string;
|
|
3771
3770
|
objectId: string;
|
|
3772
3771
|
version: number;
|
|
3772
|
+
type: "transferred";
|
|
3773
3773
|
objectType: string;
|
|
3774
3774
|
sender: string;
|
|
3775
3775
|
recipient: {
|
|
@@ -3782,10 +3782,10 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3782
3782
|
};
|
|
3783
3783
|
} | "Immutable";
|
|
3784
3784
|
} | {
|
|
3785
|
-
type: "mutated";
|
|
3786
3785
|
digest: string;
|
|
3787
3786
|
objectId: string;
|
|
3788
3787
|
version: number;
|
|
3788
|
+
type: "mutated";
|
|
3789
3789
|
objectType: string;
|
|
3790
3790
|
sender: string;
|
|
3791
3791
|
owner: {
|
|
@@ -3799,22 +3799,22 @@ export declare const SuiTransactionBlockResponse: import("superstruct").Struct<{
|
|
|
3799
3799
|
} | "Immutable";
|
|
3800
3800
|
previousVersion: number;
|
|
3801
3801
|
} | {
|
|
3802
|
-
type: "deleted";
|
|
3803
3802
|
objectId: string;
|
|
3804
3803
|
version: number;
|
|
3804
|
+
type: "deleted";
|
|
3805
3805
|
objectType: string;
|
|
3806
3806
|
sender: string;
|
|
3807
3807
|
} | {
|
|
3808
|
-
type: "wrapped";
|
|
3809
3808
|
objectId: string;
|
|
3810
3809
|
version: number;
|
|
3810
|
+
type: "wrapped";
|
|
3811
3811
|
objectType: string;
|
|
3812
3812
|
sender: string;
|
|
3813
3813
|
} | {
|
|
3814
|
-
type: "created";
|
|
3815
3814
|
digest: string;
|
|
3816
3815
|
objectId: string;
|
|
3817
3816
|
version: number;
|
|
3817
|
+
type: "created";
|
|
3818
3818
|
objectType: string;
|
|
3819
3819
|
sender: string;
|
|
3820
3820
|
owner: {
|
|
@@ -3977,14 +3977,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
3977
3977
|
type: "pure";
|
|
3978
3978
|
valueType?: string | undefined;
|
|
3979
3979
|
} | {
|
|
3980
|
-
type: "object";
|
|
3981
3980
|
digest: string;
|
|
3982
3981
|
objectId: string;
|
|
3983
3982
|
version: number;
|
|
3983
|
+
type: "object";
|
|
3984
3984
|
objectType: "immOrOwnedObject";
|
|
3985
3985
|
} | {
|
|
3986
|
-
type: "object";
|
|
3987
3986
|
objectId: string;
|
|
3987
|
+
type: "object";
|
|
3988
3988
|
objectType: "sharedObject";
|
|
3989
3989
|
initialSharedVersion: number;
|
|
3990
3990
|
mutable: boolean;
|
|
@@ -4127,16 +4127,16 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4127
4127
|
checkpoint?: number | undefined;
|
|
4128
4128
|
confirmedLocalExecution?: boolean | undefined;
|
|
4129
4129
|
objectChanges?: ({
|
|
4130
|
-
type: "published";
|
|
4131
4130
|
digest: string;
|
|
4132
4131
|
version: number;
|
|
4132
|
+
type: "published";
|
|
4133
4133
|
modules: string[];
|
|
4134
4134
|
packageId: string;
|
|
4135
4135
|
} | {
|
|
4136
|
-
type: "transferred";
|
|
4137
4136
|
digest: string;
|
|
4138
4137
|
objectId: string;
|
|
4139
4138
|
version: number;
|
|
4139
|
+
type: "transferred";
|
|
4140
4140
|
objectType: string;
|
|
4141
4141
|
sender: string;
|
|
4142
4142
|
recipient: {
|
|
@@ -4149,10 +4149,10 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4149
4149
|
};
|
|
4150
4150
|
} | "Immutable";
|
|
4151
4151
|
} | {
|
|
4152
|
-
type: "mutated";
|
|
4153
4152
|
digest: string;
|
|
4154
4153
|
objectId: string;
|
|
4155
4154
|
version: number;
|
|
4155
|
+
type: "mutated";
|
|
4156
4156
|
objectType: string;
|
|
4157
4157
|
sender: string;
|
|
4158
4158
|
owner: {
|
|
@@ -4166,22 +4166,22 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4166
4166
|
} | "Immutable";
|
|
4167
4167
|
previousVersion: number;
|
|
4168
4168
|
} | {
|
|
4169
|
-
type: "deleted";
|
|
4170
4169
|
objectId: string;
|
|
4171
4170
|
version: number;
|
|
4171
|
+
type: "deleted";
|
|
4172
4172
|
objectType: string;
|
|
4173
4173
|
sender: string;
|
|
4174
4174
|
} | {
|
|
4175
|
-
type: "wrapped";
|
|
4176
4175
|
objectId: string;
|
|
4177
4176
|
version: number;
|
|
4177
|
+
type: "wrapped";
|
|
4178
4178
|
objectType: string;
|
|
4179
4179
|
sender: string;
|
|
4180
4180
|
} | {
|
|
4181
|
-
type: "created";
|
|
4182
4181
|
digest: string;
|
|
4183
4182
|
objectId: string;
|
|
4184
4183
|
version: number;
|
|
4184
|
+
type: "created";
|
|
4185
4185
|
objectType: string;
|
|
4186
4186
|
sender: string;
|
|
4187
4187
|
owner: {
|
|
@@ -4307,14 +4307,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4307
4307
|
type: "pure";
|
|
4308
4308
|
valueType?: string | undefined;
|
|
4309
4309
|
} | {
|
|
4310
|
-
type: "object";
|
|
4311
4310
|
digest: string;
|
|
4312
4311
|
objectId: string;
|
|
4313
4312
|
version: number;
|
|
4313
|
+
type: "object";
|
|
4314
4314
|
objectType: "immOrOwnedObject";
|
|
4315
4315
|
} | {
|
|
4316
|
-
type: "object";
|
|
4317
4316
|
objectId: string;
|
|
4317
|
+
type: "object";
|
|
4318
4318
|
objectType: "sharedObject";
|
|
4319
4319
|
initialSharedVersion: number;
|
|
4320
4320
|
mutable: boolean;
|
|
@@ -4457,16 +4457,16 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4457
4457
|
checkpoint?: number | undefined;
|
|
4458
4458
|
confirmedLocalExecution?: boolean | undefined;
|
|
4459
4459
|
objectChanges?: ({
|
|
4460
|
-
type: "published";
|
|
4461
4460
|
digest: string;
|
|
4462
4461
|
version: number;
|
|
4462
|
+
type: "published";
|
|
4463
4463
|
modules: string[];
|
|
4464
4464
|
packageId: string;
|
|
4465
4465
|
} | {
|
|
4466
|
-
type: "transferred";
|
|
4467
4466
|
digest: string;
|
|
4468
4467
|
objectId: string;
|
|
4469
4468
|
version: number;
|
|
4469
|
+
type: "transferred";
|
|
4470
4470
|
objectType: string;
|
|
4471
4471
|
sender: string;
|
|
4472
4472
|
recipient: {
|
|
@@ -4479,10 +4479,10 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4479
4479
|
};
|
|
4480
4480
|
} | "Immutable";
|
|
4481
4481
|
} | {
|
|
4482
|
-
type: "mutated";
|
|
4483
4482
|
digest: string;
|
|
4484
4483
|
objectId: string;
|
|
4485
4484
|
version: number;
|
|
4485
|
+
type: "mutated";
|
|
4486
4486
|
objectType: string;
|
|
4487
4487
|
sender: string;
|
|
4488
4488
|
owner: {
|
|
@@ -4496,22 +4496,22 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4496
4496
|
} | "Immutable";
|
|
4497
4497
|
previousVersion: number;
|
|
4498
4498
|
} | {
|
|
4499
|
-
type: "deleted";
|
|
4500
4499
|
objectId: string;
|
|
4501
4500
|
version: number;
|
|
4501
|
+
type: "deleted";
|
|
4502
4502
|
objectType: string;
|
|
4503
4503
|
sender: string;
|
|
4504
4504
|
} | {
|
|
4505
|
-
type: "wrapped";
|
|
4506
4505
|
objectId: string;
|
|
4507
4506
|
version: number;
|
|
4507
|
+
type: "wrapped";
|
|
4508
4508
|
objectType: string;
|
|
4509
4509
|
sender: string;
|
|
4510
4510
|
} | {
|
|
4511
|
-
type: "created";
|
|
4512
4511
|
digest: string;
|
|
4513
4512
|
objectId: string;
|
|
4514
4513
|
version: number;
|
|
4514
|
+
type: "created";
|
|
4515
4515
|
objectType: string;
|
|
4516
4516
|
sender: string;
|
|
4517
4517
|
owner: {
|
|
@@ -4633,14 +4633,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4633
4633
|
type: "pure";
|
|
4634
4634
|
valueType?: string | undefined;
|
|
4635
4635
|
} | {
|
|
4636
|
-
type: "object";
|
|
4637
4636
|
digest: string;
|
|
4638
4637
|
objectId: string;
|
|
4639
4638
|
version: number;
|
|
4639
|
+
type: "object";
|
|
4640
4640
|
objectType: "immOrOwnedObject";
|
|
4641
4641
|
} | {
|
|
4642
|
-
type: "object";
|
|
4643
4642
|
objectId: string;
|
|
4643
|
+
type: "object";
|
|
4644
4644
|
objectType: "sharedObject";
|
|
4645
4645
|
initialSharedVersion: number;
|
|
4646
4646
|
mutable: boolean;
|
|
@@ -4783,16 +4783,16 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4783
4783
|
checkpoint?: number | undefined;
|
|
4784
4784
|
confirmedLocalExecution?: boolean | undefined;
|
|
4785
4785
|
objectChanges?: ({
|
|
4786
|
-
type: "published";
|
|
4787
4786
|
digest: string;
|
|
4788
4787
|
version: number;
|
|
4788
|
+
type: "published";
|
|
4789
4789
|
modules: string[];
|
|
4790
4790
|
packageId: string;
|
|
4791
4791
|
} | {
|
|
4792
|
-
type: "transferred";
|
|
4793
4792
|
digest: string;
|
|
4794
4793
|
objectId: string;
|
|
4795
4794
|
version: number;
|
|
4795
|
+
type: "transferred";
|
|
4796
4796
|
objectType: string;
|
|
4797
4797
|
sender: string;
|
|
4798
4798
|
recipient: {
|
|
@@ -4805,10 +4805,10 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4805
4805
|
};
|
|
4806
4806
|
} | "Immutable";
|
|
4807
4807
|
} | {
|
|
4808
|
-
type: "mutated";
|
|
4809
4808
|
digest: string;
|
|
4810
4809
|
objectId: string;
|
|
4811
4810
|
version: number;
|
|
4811
|
+
type: "mutated";
|
|
4812
4812
|
objectType: string;
|
|
4813
4813
|
sender: string;
|
|
4814
4814
|
owner: {
|
|
@@ -4822,22 +4822,22 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4822
4822
|
} | "Immutable";
|
|
4823
4823
|
previousVersion: number;
|
|
4824
4824
|
} | {
|
|
4825
|
-
type: "deleted";
|
|
4826
4825
|
objectId: string;
|
|
4827
4826
|
version: number;
|
|
4827
|
+
type: "deleted";
|
|
4828
4828
|
objectType: string;
|
|
4829
4829
|
sender: string;
|
|
4830
4830
|
} | {
|
|
4831
|
-
type: "wrapped";
|
|
4832
4831
|
objectId: string;
|
|
4833
4832
|
version: number;
|
|
4833
|
+
type: "wrapped";
|
|
4834
4834
|
objectType: string;
|
|
4835
4835
|
sender: string;
|
|
4836
4836
|
} | {
|
|
4837
|
-
type: "created";
|
|
4838
4837
|
digest: string;
|
|
4839
4838
|
objectId: string;
|
|
4840
4839
|
version: number;
|
|
4840
|
+
type: "created";
|
|
4841
4841
|
objectType: string;
|
|
4842
4842
|
sender: string;
|
|
4843
4843
|
owner: {
|
|
@@ -4959,14 +4959,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
4959
4959
|
type: "pure";
|
|
4960
4960
|
valueType?: string | undefined;
|
|
4961
4961
|
} | {
|
|
4962
|
-
type: "object";
|
|
4963
4962
|
digest: string;
|
|
4964
4963
|
objectId: string;
|
|
4965
4964
|
version: number;
|
|
4965
|
+
type: "object";
|
|
4966
4966
|
objectType: "immOrOwnedObject";
|
|
4967
4967
|
} | {
|
|
4968
|
-
type: "object";
|
|
4969
4968
|
objectId: string;
|
|
4969
|
+
type: "object";
|
|
4970
4970
|
objectType: "sharedObject";
|
|
4971
4971
|
initialSharedVersion: number;
|
|
4972
4972
|
mutable: boolean;
|
|
@@ -5079,14 +5079,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5079
5079
|
type: "pure";
|
|
5080
5080
|
valueType?: string | undefined;
|
|
5081
5081
|
} | {
|
|
5082
|
-
type: "object";
|
|
5083
5082
|
digest: string;
|
|
5084
5083
|
objectId: string;
|
|
5085
5084
|
version: number;
|
|
5085
|
+
type: "object";
|
|
5086
5086
|
objectType: "immOrOwnedObject";
|
|
5087
5087
|
} | {
|
|
5088
|
-
type: "object";
|
|
5089
5088
|
objectId: string;
|
|
5089
|
+
type: "object";
|
|
5090
5090
|
objectType: "sharedObject";
|
|
5091
5091
|
initialSharedVersion: number;
|
|
5092
5092
|
mutable: boolean;
|
|
@@ -5196,14 +5196,14 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5196
5196
|
type: "pure";
|
|
5197
5197
|
valueType?: string | undefined;
|
|
5198
5198
|
} | {
|
|
5199
|
-
type: "object";
|
|
5200
5199
|
digest: string;
|
|
5201
5200
|
objectId: string;
|
|
5202
5201
|
version: number;
|
|
5202
|
+
type: "object";
|
|
5203
5203
|
objectType: "immOrOwnedObject";
|
|
5204
5204
|
} | {
|
|
5205
|
-
type: "object";
|
|
5206
5205
|
objectId: string;
|
|
5206
|
+
type: "object";
|
|
5207
5207
|
objectType: "sharedObject";
|
|
5208
5208
|
initialSharedVersion: number;
|
|
5209
5209
|
mutable: boolean;
|
|
@@ -5682,16 +5682,16 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5682
5682
|
checkpoint: import("superstruct").Struct<number | undefined, null>;
|
|
5683
5683
|
confirmedLocalExecution: import("superstruct").Struct<boolean | undefined, null>;
|
|
5684
5684
|
objectChanges: import("superstruct").Struct<({
|
|
5685
|
-
type: "published";
|
|
5686
5685
|
digest: string;
|
|
5687
5686
|
version: number;
|
|
5687
|
+
type: "published";
|
|
5688
5688
|
modules: string[];
|
|
5689
5689
|
packageId: string;
|
|
5690
5690
|
} | {
|
|
5691
|
-
type: "transferred";
|
|
5692
5691
|
digest: string;
|
|
5693
5692
|
objectId: string;
|
|
5694
5693
|
version: number;
|
|
5694
|
+
type: "transferred";
|
|
5695
5695
|
objectType: string;
|
|
5696
5696
|
sender: string;
|
|
5697
5697
|
recipient: {
|
|
@@ -5704,10 +5704,10 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5704
5704
|
};
|
|
5705
5705
|
} | "Immutable";
|
|
5706
5706
|
} | {
|
|
5707
|
-
type: "mutated";
|
|
5708
5707
|
digest: string;
|
|
5709
5708
|
objectId: string;
|
|
5710
5709
|
version: number;
|
|
5710
|
+
type: "mutated";
|
|
5711
5711
|
objectType: string;
|
|
5712
5712
|
sender: string;
|
|
5713
5713
|
owner: {
|
|
@@ -5721,22 +5721,22 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5721
5721
|
} | "Immutable";
|
|
5722
5722
|
previousVersion: number;
|
|
5723
5723
|
} | {
|
|
5724
|
-
type: "deleted";
|
|
5725
5724
|
objectId: string;
|
|
5726
5725
|
version: number;
|
|
5726
|
+
type: "deleted";
|
|
5727
5727
|
objectType: string;
|
|
5728
5728
|
sender: string;
|
|
5729
5729
|
} | {
|
|
5730
|
-
type: "wrapped";
|
|
5731
5730
|
objectId: string;
|
|
5732
5731
|
version: number;
|
|
5732
|
+
type: "wrapped";
|
|
5733
5733
|
objectType: string;
|
|
5734
5734
|
sender: string;
|
|
5735
5735
|
} | {
|
|
5736
|
-
type: "created";
|
|
5737
5736
|
digest: string;
|
|
5738
5737
|
objectId: string;
|
|
5739
5738
|
version: number;
|
|
5739
|
+
type: "created";
|
|
5740
5740
|
objectType: string;
|
|
5741
5741
|
sender: string;
|
|
5742
5742
|
owner: {
|
|
@@ -5749,16 +5749,16 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5749
5749
|
};
|
|
5750
5750
|
} | "Immutable";
|
|
5751
5751
|
})[] | undefined, import("superstruct").Struct<{
|
|
5752
|
-
type: "published";
|
|
5753
5752
|
digest: string;
|
|
5754
5753
|
version: number;
|
|
5754
|
+
type: "published";
|
|
5755
5755
|
modules: string[];
|
|
5756
5756
|
packageId: string;
|
|
5757
5757
|
} | {
|
|
5758
|
-
type: "transferred";
|
|
5759
5758
|
digest: string;
|
|
5760
5759
|
objectId: string;
|
|
5761
5760
|
version: number;
|
|
5761
|
+
type: "transferred";
|
|
5762
5762
|
objectType: string;
|
|
5763
5763
|
sender: string;
|
|
5764
5764
|
recipient: {
|
|
@@ -5771,10 +5771,10 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5771
5771
|
};
|
|
5772
5772
|
} | "Immutable";
|
|
5773
5773
|
} | {
|
|
5774
|
-
type: "mutated";
|
|
5775
5774
|
digest: string;
|
|
5776
5775
|
objectId: string;
|
|
5777
5776
|
version: number;
|
|
5777
|
+
type: "mutated";
|
|
5778
5778
|
objectType: string;
|
|
5779
5779
|
sender: string;
|
|
5780
5780
|
owner: {
|
|
@@ -5788,22 +5788,22 @@ export declare const PaginatedTransactionResponse: import("superstruct").Struct<
|
|
|
5788
5788
|
} | "Immutable";
|
|
5789
5789
|
previousVersion: number;
|
|
5790
5790
|
} | {
|
|
5791
|
-
type: "deleted";
|
|
5792
5791
|
objectId: string;
|
|
5793
5792
|
version: number;
|
|
5793
|
+
type: "deleted";
|
|
5794
5794
|
objectType: string;
|
|
5795
5795
|
sender: string;
|
|
5796
5796
|
} | {
|
|
5797
|
-
type: "wrapped";
|
|
5798
5797
|
objectId: string;
|
|
5799
5798
|
version: number;
|
|
5799
|
+
type: "wrapped";
|
|
5800
5800
|
objectType: string;
|
|
5801
5801
|
sender: string;
|
|
5802
5802
|
} | {
|
|
5803
|
-
type: "created";
|
|
5804
5803
|
digest: string;
|
|
5805
5804
|
objectId: string;
|
|
5806
5805
|
version: number;
|
|
5806
|
+
type: "created";
|
|
5807
5807
|
objectType: string;
|
|
5808
5808
|
sender: string;
|
|
5809
5809
|
owner: {
|
|
@@ -5979,16 +5979,16 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
5979
5979
|
timestampMs?: number | undefined;
|
|
5980
5980
|
}[];
|
|
5981
5981
|
objectChanges: ({
|
|
5982
|
-
type: "published";
|
|
5983
5982
|
digest: string;
|
|
5984
5983
|
version: number;
|
|
5984
|
+
type: "published";
|
|
5985
5985
|
modules: string[];
|
|
5986
5986
|
packageId: string;
|
|
5987
5987
|
} | {
|
|
5988
|
-
type: "transferred";
|
|
5989
5988
|
digest: string;
|
|
5990
5989
|
objectId: string;
|
|
5991
5990
|
version: number;
|
|
5991
|
+
type: "transferred";
|
|
5992
5992
|
objectType: string;
|
|
5993
5993
|
sender: string;
|
|
5994
5994
|
recipient: {
|
|
@@ -6001,10 +6001,10 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6001
6001
|
};
|
|
6002
6002
|
} | "Immutable";
|
|
6003
6003
|
} | {
|
|
6004
|
-
type: "mutated";
|
|
6005
6004
|
digest: string;
|
|
6006
6005
|
objectId: string;
|
|
6007
6006
|
version: number;
|
|
6007
|
+
type: "mutated";
|
|
6008
6008
|
objectType: string;
|
|
6009
6009
|
sender: string;
|
|
6010
6010
|
owner: {
|
|
@@ -6018,22 +6018,22 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6018
6018
|
} | "Immutable";
|
|
6019
6019
|
previousVersion: number;
|
|
6020
6020
|
} | {
|
|
6021
|
-
type: "deleted";
|
|
6022
6021
|
objectId: string;
|
|
6023
6022
|
version: number;
|
|
6023
|
+
type: "deleted";
|
|
6024
6024
|
objectType: string;
|
|
6025
6025
|
sender: string;
|
|
6026
6026
|
} | {
|
|
6027
|
-
type: "wrapped";
|
|
6028
6027
|
objectId: string;
|
|
6029
6028
|
version: number;
|
|
6029
|
+
type: "wrapped";
|
|
6030
6030
|
objectType: string;
|
|
6031
6031
|
sender: string;
|
|
6032
6032
|
} | {
|
|
6033
|
-
type: "created";
|
|
6034
6033
|
digest: string;
|
|
6035
6034
|
objectId: string;
|
|
6036
6035
|
version: number;
|
|
6036
|
+
type: "created";
|
|
6037
6037
|
objectType: string;
|
|
6038
6038
|
sender: string;
|
|
6039
6039
|
owner: {
|
|
@@ -6498,16 +6498,16 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6498
6498
|
timestampMs: import("superstruct").Struct<number | undefined, null>;
|
|
6499
6499
|
}>>;
|
|
6500
6500
|
objectChanges: import("superstruct").Struct<({
|
|
6501
|
-
type: "published";
|
|
6502
6501
|
digest: string;
|
|
6503
6502
|
version: number;
|
|
6503
|
+
type: "published";
|
|
6504
6504
|
modules: string[];
|
|
6505
6505
|
packageId: string;
|
|
6506
6506
|
} | {
|
|
6507
|
-
type: "transferred";
|
|
6508
6507
|
digest: string;
|
|
6509
6508
|
objectId: string;
|
|
6510
6509
|
version: number;
|
|
6510
|
+
type: "transferred";
|
|
6511
6511
|
objectType: string;
|
|
6512
6512
|
sender: string;
|
|
6513
6513
|
recipient: {
|
|
@@ -6520,10 +6520,10 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6520
6520
|
};
|
|
6521
6521
|
} | "Immutable";
|
|
6522
6522
|
} | {
|
|
6523
|
-
type: "mutated";
|
|
6524
6523
|
digest: string;
|
|
6525
6524
|
objectId: string;
|
|
6526
6525
|
version: number;
|
|
6526
|
+
type: "mutated";
|
|
6527
6527
|
objectType: string;
|
|
6528
6528
|
sender: string;
|
|
6529
6529
|
owner: {
|
|
@@ -6537,22 +6537,22 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6537
6537
|
} | "Immutable";
|
|
6538
6538
|
previousVersion: number;
|
|
6539
6539
|
} | {
|
|
6540
|
-
type: "deleted";
|
|
6541
6540
|
objectId: string;
|
|
6542
6541
|
version: number;
|
|
6542
|
+
type: "deleted";
|
|
6543
6543
|
objectType: string;
|
|
6544
6544
|
sender: string;
|
|
6545
6545
|
} | {
|
|
6546
|
-
type: "wrapped";
|
|
6547
6546
|
objectId: string;
|
|
6548
6547
|
version: number;
|
|
6548
|
+
type: "wrapped";
|
|
6549
6549
|
objectType: string;
|
|
6550
6550
|
sender: string;
|
|
6551
6551
|
} | {
|
|
6552
|
-
type: "created";
|
|
6553
6552
|
digest: string;
|
|
6554
6553
|
objectId: string;
|
|
6555
6554
|
version: number;
|
|
6555
|
+
type: "created";
|
|
6556
6556
|
objectType: string;
|
|
6557
6557
|
sender: string;
|
|
6558
6558
|
owner: {
|
|
@@ -6565,16 +6565,16 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6565
6565
|
};
|
|
6566
6566
|
} | "Immutable";
|
|
6567
6567
|
})[], import("superstruct").Struct<{
|
|
6568
|
-
type: "published";
|
|
6569
6568
|
digest: string;
|
|
6570
6569
|
version: number;
|
|
6570
|
+
type: "published";
|
|
6571
6571
|
modules: string[];
|
|
6572
6572
|
packageId: string;
|
|
6573
6573
|
} | {
|
|
6574
|
-
type: "transferred";
|
|
6575
6574
|
digest: string;
|
|
6576
6575
|
objectId: string;
|
|
6577
6576
|
version: number;
|
|
6577
|
+
type: "transferred";
|
|
6578
6578
|
objectType: string;
|
|
6579
6579
|
sender: string;
|
|
6580
6580
|
recipient: {
|
|
@@ -6587,10 +6587,10 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6587
6587
|
};
|
|
6588
6588
|
} | "Immutable";
|
|
6589
6589
|
} | {
|
|
6590
|
-
type: "mutated";
|
|
6591
6590
|
digest: string;
|
|
6592
6591
|
objectId: string;
|
|
6593
6592
|
version: number;
|
|
6593
|
+
type: "mutated";
|
|
6594
6594
|
objectType: string;
|
|
6595
6595
|
sender: string;
|
|
6596
6596
|
owner: {
|
|
@@ -6604,22 +6604,22 @@ export declare const DryRunTransactionBlockResponse: import("superstruct").Struc
|
|
|
6604
6604
|
} | "Immutable";
|
|
6605
6605
|
previousVersion: number;
|
|
6606
6606
|
} | {
|
|
6607
|
-
type: "deleted";
|
|
6608
6607
|
objectId: string;
|
|
6609
6608
|
version: number;
|
|
6609
|
+
type: "deleted";
|
|
6610
6610
|
objectType: string;
|
|
6611
6611
|
sender: string;
|
|
6612
6612
|
} | {
|
|
6613
|
-
type: "wrapped";
|
|
6614
6613
|
objectId: string;
|
|
6615
6614
|
version: number;
|
|
6615
|
+
type: "wrapped";
|
|
6616
6616
|
objectType: string;
|
|
6617
6617
|
sender: string;
|
|
6618
6618
|
} | {
|
|
6619
|
-
type: "created";
|
|
6620
6619
|
digest: string;
|
|
6621
6620
|
objectId: string;
|
|
6622
6621
|
version: number;
|
|
6622
|
+
type: "created";
|
|
6623
6623
|
objectType: string;
|
|
6624
6624
|
sender: string;
|
|
6625
6625
|
owner: {
|