@fairmint/canton-node-sdk 0.0.31 → 0.0.32
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/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts +80 -52
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js +45 -86
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +17 -24
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js +8 -18
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts +20 -41
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +29 -74
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js +12 -22
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +8 -8
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts +20 -49
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts +10 -115
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js +5 -56
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts +21 -174
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-package-version.d.ts +8 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js +36 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-packages.d.ts +11 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js +32 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +11 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts +2 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +15 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js +14 -4
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +7 -12
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js +8 -5
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +19 -19
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js +12 -17
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +43 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js +28 -4
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts +11 -44
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js +7 -21
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +13 -93
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js +5 -61
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts +9 -19
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js +5 -22
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts +8 -2
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js +5 -3
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +26 -26
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js +5 -31
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +19 -73
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js +13 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +23 -66
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js +17 -8
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +14 -14
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts +9 -148
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js +5 -39
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts +9 -261
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js +5 -33
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts +10 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +15 -10
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js +7 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +18 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts +11 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js +4 -26
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +19 -28
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js +17 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +18 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js +9 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts +11 -57
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js +4 -25
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts +10 -18
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js +4 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts +11 -48
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js +4 -27
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +78 -78
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +20 -20
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +138 -138
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +10 -10
- package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +16 -16
- package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +184 -184
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +276 -276
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +284 -284
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +1716 -1716
- package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +66 -66
- package/build/src/clients/ledger-json-api/schemas/common.d.ts +4 -4
- package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +26 -26
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +67 -6
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +30 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +364 -364
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +17 -17
- package/package.json +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js +0 -37
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js +0 -35
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js.map +0 -1
|
@@ -30,9 +30,8 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
30
30
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31
31
|
}, "strict", z.ZodTypeAny, {
|
|
32
32
|
contractId: string;
|
|
33
|
-
templateId: string;
|
|
34
33
|
offset: number;
|
|
35
|
-
|
|
34
|
+
templateId: string;
|
|
36
35
|
contractKey: string | null;
|
|
37
36
|
createdEventBlob: string;
|
|
38
37
|
nodeId: number;
|
|
@@ -42,12 +41,12 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
42
41
|
signatories: string[];
|
|
43
42
|
observers: string[];
|
|
44
43
|
createdAt: string;
|
|
44
|
+
packageName: string;
|
|
45
45
|
implementedInterfaces?: string[] | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
contractId: string;
|
|
48
|
-
templateId: string;
|
|
49
48
|
offset: number;
|
|
50
|
-
|
|
49
|
+
templateId: string;
|
|
51
50
|
contractKey: string | null;
|
|
52
51
|
createdEventBlob: string;
|
|
53
52
|
nodeId: number;
|
|
@@ -57,14 +56,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
57
56
|
signatories: string[];
|
|
58
57
|
observers: string[];
|
|
59
58
|
createdAt: string;
|
|
59
|
+
packageName: string;
|
|
60
60
|
implementedInterfaces?: string[] | undefined;
|
|
61
61
|
}>;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
63
|
value: {
|
|
64
64
|
contractId: string;
|
|
65
|
-
templateId: string;
|
|
66
65
|
offset: number;
|
|
67
|
-
|
|
66
|
+
templateId: string;
|
|
68
67
|
contractKey: string | null;
|
|
69
68
|
createdEventBlob: string;
|
|
70
69
|
nodeId: number;
|
|
@@ -74,14 +73,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
74
73
|
signatories: string[];
|
|
75
74
|
observers: string[];
|
|
76
75
|
createdAt: string;
|
|
76
|
+
packageName: string;
|
|
77
77
|
implementedInterfaces?: string[] | undefined;
|
|
78
78
|
};
|
|
79
79
|
}, {
|
|
80
80
|
value: {
|
|
81
81
|
contractId: string;
|
|
82
|
-
templateId: string;
|
|
83
82
|
offset: number;
|
|
84
|
-
|
|
83
|
+
templateId: string;
|
|
85
84
|
contractKey: string | null;
|
|
86
85
|
createdEventBlob: string;
|
|
87
86
|
nodeId: number;
|
|
@@ -91,6 +90,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
91
90
|
signatories: string[];
|
|
92
91
|
observers: string[];
|
|
93
92
|
createdAt: string;
|
|
93
|
+
packageName: string;
|
|
94
94
|
implementedInterfaces?: string[] | undefined;
|
|
95
95
|
};
|
|
96
96
|
}>;
|
|
@@ -98,9 +98,8 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
98
98
|
CreatedTreeEvent: {
|
|
99
99
|
value: {
|
|
100
100
|
contractId: string;
|
|
101
|
-
templateId: string;
|
|
102
101
|
offset: number;
|
|
103
|
-
|
|
102
|
+
templateId: string;
|
|
104
103
|
contractKey: string | null;
|
|
105
104
|
createdEventBlob: string;
|
|
106
105
|
nodeId: number;
|
|
@@ -110,6 +109,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
110
109
|
signatories: string[];
|
|
111
110
|
observers: string[];
|
|
112
111
|
createdAt: string;
|
|
112
|
+
packageName: string;
|
|
113
113
|
implementedInterfaces?: string[] | undefined;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
@@ -117,9 +117,8 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
117
117
|
CreatedTreeEvent: {
|
|
118
118
|
value: {
|
|
119
119
|
contractId: string;
|
|
120
|
-
templateId: string;
|
|
121
120
|
offset: number;
|
|
122
|
-
|
|
121
|
+
templateId: string;
|
|
123
122
|
contractKey: string | null;
|
|
124
123
|
createdEventBlob: string;
|
|
125
124
|
nodeId: number;
|
|
@@ -129,6 +128,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
129
128
|
signatories: string[];
|
|
130
129
|
observers: string[];
|
|
131
130
|
createdAt: string;
|
|
131
|
+
packageName: string;
|
|
132
132
|
implementedInterfaces?: string[] | undefined;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -151,14 +151,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
151
151
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
152
152
|
}, "strict", z.ZodTypeAny, {
|
|
153
153
|
contractId: string;
|
|
154
|
-
interfaceId: string | null;
|
|
155
|
-
templateId: string;
|
|
156
154
|
offset: number;
|
|
157
|
-
|
|
155
|
+
templateId: string;
|
|
158
156
|
choice: string;
|
|
159
157
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
160
158
|
nodeId: number;
|
|
161
159
|
witnessParties: string[];
|
|
160
|
+
packageName: string;
|
|
161
|
+
interfaceId: string | null;
|
|
162
162
|
actingParties: string[];
|
|
163
163
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
164
164
|
consuming: boolean;
|
|
@@ -166,14 +166,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
166
166
|
lastDescendantNodeId?: number | undefined;
|
|
167
167
|
}, {
|
|
168
168
|
contractId: string;
|
|
169
|
-
interfaceId: string | null;
|
|
170
|
-
templateId: string;
|
|
171
169
|
offset: number;
|
|
172
|
-
|
|
170
|
+
templateId: string;
|
|
173
171
|
choice: string;
|
|
174
172
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
175
173
|
nodeId: number;
|
|
176
174
|
witnessParties: string[];
|
|
175
|
+
packageName: string;
|
|
176
|
+
interfaceId: string | null;
|
|
177
177
|
actingParties: string[];
|
|
178
178
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
179
179
|
consuming: boolean;
|
|
@@ -183,14 +183,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
183
183
|
}, "strict", z.ZodTypeAny, {
|
|
184
184
|
value: {
|
|
185
185
|
contractId: string;
|
|
186
|
-
interfaceId: string | null;
|
|
187
|
-
templateId: string;
|
|
188
186
|
offset: number;
|
|
189
|
-
|
|
187
|
+
templateId: string;
|
|
190
188
|
choice: string;
|
|
191
189
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
192
190
|
nodeId: number;
|
|
193
191
|
witnessParties: string[];
|
|
192
|
+
packageName: string;
|
|
193
|
+
interfaceId: string | null;
|
|
194
194
|
actingParties: string[];
|
|
195
195
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
196
196
|
consuming: boolean;
|
|
@@ -200,14 +200,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
200
200
|
}, {
|
|
201
201
|
value: {
|
|
202
202
|
contractId: string;
|
|
203
|
-
interfaceId: string | null;
|
|
204
|
-
templateId: string;
|
|
205
203
|
offset: number;
|
|
206
|
-
|
|
204
|
+
templateId: string;
|
|
207
205
|
choice: string;
|
|
208
206
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
209
207
|
nodeId: number;
|
|
210
208
|
witnessParties: string[];
|
|
209
|
+
packageName: string;
|
|
210
|
+
interfaceId: string | null;
|
|
211
211
|
actingParties: string[];
|
|
212
212
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
213
213
|
consuming: boolean;
|
|
@@ -219,14 +219,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
219
219
|
ExercisedTreeEvent: {
|
|
220
220
|
value: {
|
|
221
221
|
contractId: string;
|
|
222
|
-
interfaceId: string | null;
|
|
223
|
-
templateId: string;
|
|
224
222
|
offset: number;
|
|
225
|
-
|
|
223
|
+
templateId: string;
|
|
226
224
|
choice: string;
|
|
227
225
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
228
226
|
nodeId: number;
|
|
229
227
|
witnessParties: string[];
|
|
228
|
+
packageName: string;
|
|
229
|
+
interfaceId: string | null;
|
|
230
230
|
actingParties: string[];
|
|
231
231
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
232
232
|
consuming: boolean;
|
|
@@ -238,14 +238,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
238
238
|
ExercisedTreeEvent: {
|
|
239
239
|
value: {
|
|
240
240
|
contractId: string;
|
|
241
|
-
interfaceId: string | null;
|
|
242
|
-
templateId: string;
|
|
243
241
|
offset: number;
|
|
244
|
-
|
|
242
|
+
templateId: string;
|
|
245
243
|
choice: string;
|
|
246
244
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
247
245
|
nodeId: number;
|
|
248
246
|
witnessParties: string[];
|
|
247
|
+
packageName: string;
|
|
248
|
+
interfaceId: string | null;
|
|
249
249
|
actingParties: string[];
|
|
250
250
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
251
251
|
consuming: boolean;
|
|
@@ -265,39 +265,39 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
265
265
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
266
266
|
}, "strict", z.ZodTypeAny, {
|
|
267
267
|
contractId: string;
|
|
268
|
-
templateId: string;
|
|
269
268
|
offset: number;
|
|
270
|
-
|
|
269
|
+
templateId: string;
|
|
271
270
|
nodeId: number;
|
|
272
271
|
witnessParties: string[];
|
|
272
|
+
packageName: string;
|
|
273
273
|
implementedInterfaces?: string[] | undefined;
|
|
274
274
|
}, {
|
|
275
275
|
contractId: string;
|
|
276
|
-
templateId: string;
|
|
277
276
|
offset: number;
|
|
278
|
-
|
|
277
|
+
templateId: string;
|
|
279
278
|
nodeId: number;
|
|
280
279
|
witnessParties: string[];
|
|
280
|
+
packageName: string;
|
|
281
281
|
implementedInterfaces?: string[] | undefined;
|
|
282
282
|
}>;
|
|
283
283
|
}, "strict", z.ZodTypeAny, {
|
|
284
284
|
value: {
|
|
285
285
|
contractId: string;
|
|
286
|
-
templateId: string;
|
|
287
286
|
offset: number;
|
|
288
|
-
|
|
287
|
+
templateId: string;
|
|
289
288
|
nodeId: number;
|
|
290
289
|
witnessParties: string[];
|
|
290
|
+
packageName: string;
|
|
291
291
|
implementedInterfaces?: string[] | undefined;
|
|
292
292
|
};
|
|
293
293
|
}, {
|
|
294
294
|
value: {
|
|
295
295
|
contractId: string;
|
|
296
|
-
templateId: string;
|
|
297
296
|
offset: number;
|
|
298
|
-
|
|
297
|
+
templateId: string;
|
|
299
298
|
nodeId: number;
|
|
300
299
|
witnessParties: string[];
|
|
300
|
+
packageName: string;
|
|
301
301
|
implementedInterfaces?: string[] | undefined;
|
|
302
302
|
};
|
|
303
303
|
}>;
|
|
@@ -305,11 +305,11 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
305
305
|
ArchivedTreeEvent: {
|
|
306
306
|
value: {
|
|
307
307
|
contractId: string;
|
|
308
|
-
templateId: string;
|
|
309
308
|
offset: number;
|
|
310
|
-
|
|
309
|
+
templateId: string;
|
|
311
310
|
nodeId: number;
|
|
312
311
|
witnessParties: string[];
|
|
312
|
+
packageName: string;
|
|
313
313
|
implementedInterfaces?: string[] | undefined;
|
|
314
314
|
};
|
|
315
315
|
};
|
|
@@ -317,11 +317,11 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
317
317
|
ArchivedTreeEvent: {
|
|
318
318
|
value: {
|
|
319
319
|
contractId: string;
|
|
320
|
-
templateId: string;
|
|
321
320
|
offset: number;
|
|
322
|
-
|
|
321
|
+
templateId: string;
|
|
323
322
|
nodeId: number;
|
|
324
323
|
witnessParties: string[];
|
|
324
|
+
packageName: string;
|
|
325
325
|
implementedInterfaces?: string[] | undefined;
|
|
326
326
|
};
|
|
327
327
|
};
|
|
@@ -344,18 +344,17 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
344
344
|
tracestate: string | null;
|
|
345
345
|
}>>;
|
|
346
346
|
}, "strict", z.ZodTypeAny, {
|
|
347
|
+
synchronizerId: string;
|
|
347
348
|
offset: number;
|
|
348
349
|
updateId: string;
|
|
349
|
-
synchronizerId: string;
|
|
350
350
|
recordTime: string;
|
|
351
351
|
effectiveAt: string;
|
|
352
352
|
eventsById: Record<string, {
|
|
353
353
|
CreatedTreeEvent: {
|
|
354
354
|
value: {
|
|
355
355
|
contractId: string;
|
|
356
|
-
templateId: string;
|
|
357
356
|
offset: number;
|
|
358
|
-
|
|
357
|
+
templateId: string;
|
|
359
358
|
contractKey: string | null;
|
|
360
359
|
createdEventBlob: string;
|
|
361
360
|
nodeId: number;
|
|
@@ -365,6 +364,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
365
364
|
signatories: string[];
|
|
366
365
|
observers: string[];
|
|
367
366
|
createdAt: string;
|
|
367
|
+
packageName: string;
|
|
368
368
|
implementedInterfaces?: string[] | undefined;
|
|
369
369
|
};
|
|
370
370
|
};
|
|
@@ -372,14 +372,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
372
372
|
ExercisedTreeEvent: {
|
|
373
373
|
value: {
|
|
374
374
|
contractId: string;
|
|
375
|
-
interfaceId: string | null;
|
|
376
|
-
templateId: string;
|
|
377
375
|
offset: number;
|
|
378
|
-
|
|
376
|
+
templateId: string;
|
|
379
377
|
choice: string;
|
|
380
378
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
381
379
|
nodeId: number;
|
|
382
380
|
witnessParties: string[];
|
|
381
|
+
packageName: string;
|
|
382
|
+
interfaceId: string | null;
|
|
383
383
|
actingParties: string[];
|
|
384
384
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
385
385
|
consuming: boolean;
|
|
@@ -391,11 +391,11 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
391
391
|
ArchivedTreeEvent: {
|
|
392
392
|
value: {
|
|
393
393
|
contractId: string;
|
|
394
|
-
templateId: string;
|
|
395
394
|
offset: number;
|
|
396
|
-
|
|
395
|
+
templateId: string;
|
|
397
396
|
nodeId: number;
|
|
398
397
|
witnessParties: string[];
|
|
398
|
+
packageName: string;
|
|
399
399
|
implementedInterfaces?: string[] | undefined;
|
|
400
400
|
};
|
|
401
401
|
};
|
|
@@ -407,18 +407,17 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
407
407
|
tracestate: string | null;
|
|
408
408
|
} | undefined;
|
|
409
409
|
}, {
|
|
410
|
+
synchronizerId: string;
|
|
410
411
|
offset: number;
|
|
411
412
|
updateId: string;
|
|
412
|
-
synchronizerId: string;
|
|
413
413
|
recordTime: string;
|
|
414
414
|
effectiveAt: string;
|
|
415
415
|
eventsById: Record<string, {
|
|
416
416
|
CreatedTreeEvent: {
|
|
417
417
|
value: {
|
|
418
418
|
contractId: string;
|
|
419
|
-
templateId: string;
|
|
420
419
|
offset: number;
|
|
421
|
-
|
|
420
|
+
templateId: string;
|
|
422
421
|
contractKey: string | null;
|
|
423
422
|
createdEventBlob: string;
|
|
424
423
|
nodeId: number;
|
|
@@ -428,6 +427,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
428
427
|
signatories: string[];
|
|
429
428
|
observers: string[];
|
|
430
429
|
createdAt: string;
|
|
430
|
+
packageName: string;
|
|
431
431
|
implementedInterfaces?: string[] | undefined;
|
|
432
432
|
};
|
|
433
433
|
};
|
|
@@ -435,14 +435,14 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
435
435
|
ExercisedTreeEvent: {
|
|
436
436
|
value: {
|
|
437
437
|
contractId: string;
|
|
438
|
-
interfaceId: string | null;
|
|
439
|
-
templateId: string;
|
|
440
438
|
offset: number;
|
|
441
|
-
|
|
439
|
+
templateId: string;
|
|
442
440
|
choice: string;
|
|
443
441
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
444
442
|
nodeId: number;
|
|
445
443
|
witnessParties: string[];
|
|
444
|
+
packageName: string;
|
|
445
|
+
interfaceId: string | null;
|
|
446
446
|
actingParties: string[];
|
|
447
447
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
448
448
|
consuming: boolean;
|
|
@@ -454,11 +454,11 @@ export declare const TransactionTreeSchema: z.ZodObject<{
|
|
|
454
454
|
ArchivedTreeEvent: {
|
|
455
455
|
value: {
|
|
456
456
|
contractId: string;
|
|
457
|
-
templateId: string;
|
|
458
457
|
offset: number;
|
|
459
|
-
|
|
458
|
+
templateId: string;
|
|
460
459
|
nodeId: number;
|
|
461
460
|
witnessParties: string[];
|
|
461
|
+
packageName: string;
|
|
462
462
|
implementedInterfaces?: string[] | undefined;
|
|
463
463
|
};
|
|
464
464
|
};
|
|
@@ -503,9 +503,8 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
503
503
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
504
504
|
}, "strict", z.ZodTypeAny, {
|
|
505
505
|
contractId: string;
|
|
506
|
-
templateId: string;
|
|
507
506
|
offset: number;
|
|
508
|
-
|
|
507
|
+
templateId: string;
|
|
509
508
|
contractKey: string | null;
|
|
510
509
|
createdEventBlob: string;
|
|
511
510
|
nodeId: number;
|
|
@@ -515,12 +514,12 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
515
514
|
signatories: string[];
|
|
516
515
|
observers: string[];
|
|
517
516
|
createdAt: string;
|
|
517
|
+
packageName: string;
|
|
518
518
|
implementedInterfaces?: string[] | undefined;
|
|
519
519
|
}, {
|
|
520
520
|
contractId: string;
|
|
521
|
-
templateId: string;
|
|
522
521
|
offset: number;
|
|
523
|
-
|
|
522
|
+
templateId: string;
|
|
524
523
|
contractKey: string | null;
|
|
525
524
|
createdEventBlob: string;
|
|
526
525
|
nodeId: number;
|
|
@@ -530,14 +529,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
530
529
|
signatories: string[];
|
|
531
530
|
observers: string[];
|
|
532
531
|
createdAt: string;
|
|
532
|
+
packageName: string;
|
|
533
533
|
implementedInterfaces?: string[] | undefined;
|
|
534
534
|
}>;
|
|
535
535
|
}, "strict", z.ZodTypeAny, {
|
|
536
536
|
value: {
|
|
537
537
|
contractId: string;
|
|
538
|
-
templateId: string;
|
|
539
538
|
offset: number;
|
|
540
|
-
|
|
539
|
+
templateId: string;
|
|
541
540
|
contractKey: string | null;
|
|
542
541
|
createdEventBlob: string;
|
|
543
542
|
nodeId: number;
|
|
@@ -547,14 +546,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
547
546
|
signatories: string[];
|
|
548
547
|
observers: string[];
|
|
549
548
|
createdAt: string;
|
|
549
|
+
packageName: string;
|
|
550
550
|
implementedInterfaces?: string[] | undefined;
|
|
551
551
|
};
|
|
552
552
|
}, {
|
|
553
553
|
value: {
|
|
554
554
|
contractId: string;
|
|
555
|
-
templateId: string;
|
|
556
555
|
offset: number;
|
|
557
|
-
|
|
556
|
+
templateId: string;
|
|
558
557
|
contractKey: string | null;
|
|
559
558
|
createdEventBlob: string;
|
|
560
559
|
nodeId: number;
|
|
@@ -564,6 +563,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
564
563
|
signatories: string[];
|
|
565
564
|
observers: string[];
|
|
566
565
|
createdAt: string;
|
|
566
|
+
packageName: string;
|
|
567
567
|
implementedInterfaces?: string[] | undefined;
|
|
568
568
|
};
|
|
569
569
|
}>;
|
|
@@ -571,9 +571,8 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
571
571
|
CreatedTreeEvent: {
|
|
572
572
|
value: {
|
|
573
573
|
contractId: string;
|
|
574
|
-
templateId: string;
|
|
575
574
|
offset: number;
|
|
576
|
-
|
|
575
|
+
templateId: string;
|
|
577
576
|
contractKey: string | null;
|
|
578
577
|
createdEventBlob: string;
|
|
579
578
|
nodeId: number;
|
|
@@ -583,6 +582,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
583
582
|
signatories: string[];
|
|
584
583
|
observers: string[];
|
|
585
584
|
createdAt: string;
|
|
585
|
+
packageName: string;
|
|
586
586
|
implementedInterfaces?: string[] | undefined;
|
|
587
587
|
};
|
|
588
588
|
};
|
|
@@ -590,9 +590,8 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
590
590
|
CreatedTreeEvent: {
|
|
591
591
|
value: {
|
|
592
592
|
contractId: string;
|
|
593
|
-
templateId: string;
|
|
594
593
|
offset: number;
|
|
595
|
-
|
|
594
|
+
templateId: string;
|
|
596
595
|
contractKey: string | null;
|
|
597
596
|
createdEventBlob: string;
|
|
598
597
|
nodeId: number;
|
|
@@ -602,6 +601,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
602
601
|
signatories: string[];
|
|
603
602
|
observers: string[];
|
|
604
603
|
createdAt: string;
|
|
604
|
+
packageName: string;
|
|
605
605
|
implementedInterfaces?: string[] | undefined;
|
|
606
606
|
};
|
|
607
607
|
};
|
|
@@ -624,14 +624,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
624
624
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
625
625
|
}, "strict", z.ZodTypeAny, {
|
|
626
626
|
contractId: string;
|
|
627
|
-
interfaceId: string | null;
|
|
628
|
-
templateId: string;
|
|
629
627
|
offset: number;
|
|
630
|
-
|
|
628
|
+
templateId: string;
|
|
631
629
|
choice: string;
|
|
632
630
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
633
631
|
nodeId: number;
|
|
634
632
|
witnessParties: string[];
|
|
633
|
+
packageName: string;
|
|
634
|
+
interfaceId: string | null;
|
|
635
635
|
actingParties: string[];
|
|
636
636
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
637
637
|
consuming: boolean;
|
|
@@ -639,14 +639,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
639
639
|
lastDescendantNodeId?: number | undefined;
|
|
640
640
|
}, {
|
|
641
641
|
contractId: string;
|
|
642
|
-
interfaceId: string | null;
|
|
643
|
-
templateId: string;
|
|
644
642
|
offset: number;
|
|
645
|
-
|
|
643
|
+
templateId: string;
|
|
646
644
|
choice: string;
|
|
647
645
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
648
646
|
nodeId: number;
|
|
649
647
|
witnessParties: string[];
|
|
648
|
+
packageName: string;
|
|
649
|
+
interfaceId: string | null;
|
|
650
650
|
actingParties: string[];
|
|
651
651
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
652
652
|
consuming: boolean;
|
|
@@ -656,14 +656,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
656
656
|
}, "strict", z.ZodTypeAny, {
|
|
657
657
|
value: {
|
|
658
658
|
contractId: string;
|
|
659
|
-
interfaceId: string | null;
|
|
660
|
-
templateId: string;
|
|
661
659
|
offset: number;
|
|
662
|
-
|
|
660
|
+
templateId: string;
|
|
663
661
|
choice: string;
|
|
664
662
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
665
663
|
nodeId: number;
|
|
666
664
|
witnessParties: string[];
|
|
665
|
+
packageName: string;
|
|
666
|
+
interfaceId: string | null;
|
|
667
667
|
actingParties: string[];
|
|
668
668
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
669
669
|
consuming: boolean;
|
|
@@ -673,14 +673,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
673
673
|
}, {
|
|
674
674
|
value: {
|
|
675
675
|
contractId: string;
|
|
676
|
-
interfaceId: string | null;
|
|
677
|
-
templateId: string;
|
|
678
676
|
offset: number;
|
|
679
|
-
|
|
677
|
+
templateId: string;
|
|
680
678
|
choice: string;
|
|
681
679
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
682
680
|
nodeId: number;
|
|
683
681
|
witnessParties: string[];
|
|
682
|
+
packageName: string;
|
|
683
|
+
interfaceId: string | null;
|
|
684
684
|
actingParties: string[];
|
|
685
685
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
686
686
|
consuming: boolean;
|
|
@@ -692,14 +692,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
692
692
|
ExercisedTreeEvent: {
|
|
693
693
|
value: {
|
|
694
694
|
contractId: string;
|
|
695
|
-
interfaceId: string | null;
|
|
696
|
-
templateId: string;
|
|
697
695
|
offset: number;
|
|
698
|
-
|
|
696
|
+
templateId: string;
|
|
699
697
|
choice: string;
|
|
700
698
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
701
699
|
nodeId: number;
|
|
702
700
|
witnessParties: string[];
|
|
701
|
+
packageName: string;
|
|
702
|
+
interfaceId: string | null;
|
|
703
703
|
actingParties: string[];
|
|
704
704
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
705
705
|
consuming: boolean;
|
|
@@ -711,14 +711,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
711
711
|
ExercisedTreeEvent: {
|
|
712
712
|
value: {
|
|
713
713
|
contractId: string;
|
|
714
|
-
interfaceId: string | null;
|
|
715
|
-
templateId: string;
|
|
716
714
|
offset: number;
|
|
717
|
-
|
|
715
|
+
templateId: string;
|
|
718
716
|
choice: string;
|
|
719
717
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
720
718
|
nodeId: number;
|
|
721
719
|
witnessParties: string[];
|
|
720
|
+
packageName: string;
|
|
721
|
+
interfaceId: string | null;
|
|
722
722
|
actingParties: string[];
|
|
723
723
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
724
724
|
consuming: boolean;
|
|
@@ -738,39 +738,39 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
738
738
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
739
739
|
}, "strict", z.ZodTypeAny, {
|
|
740
740
|
contractId: string;
|
|
741
|
-
templateId: string;
|
|
742
741
|
offset: number;
|
|
743
|
-
|
|
742
|
+
templateId: string;
|
|
744
743
|
nodeId: number;
|
|
745
744
|
witnessParties: string[];
|
|
745
|
+
packageName: string;
|
|
746
746
|
implementedInterfaces?: string[] | undefined;
|
|
747
747
|
}, {
|
|
748
748
|
contractId: string;
|
|
749
|
-
templateId: string;
|
|
750
749
|
offset: number;
|
|
751
|
-
|
|
750
|
+
templateId: string;
|
|
752
751
|
nodeId: number;
|
|
753
752
|
witnessParties: string[];
|
|
753
|
+
packageName: string;
|
|
754
754
|
implementedInterfaces?: string[] | undefined;
|
|
755
755
|
}>;
|
|
756
756
|
}, "strict", z.ZodTypeAny, {
|
|
757
757
|
value: {
|
|
758
758
|
contractId: string;
|
|
759
|
-
templateId: string;
|
|
760
759
|
offset: number;
|
|
761
|
-
|
|
760
|
+
templateId: string;
|
|
762
761
|
nodeId: number;
|
|
763
762
|
witnessParties: string[];
|
|
763
|
+
packageName: string;
|
|
764
764
|
implementedInterfaces?: string[] | undefined;
|
|
765
765
|
};
|
|
766
766
|
}, {
|
|
767
767
|
value: {
|
|
768
768
|
contractId: string;
|
|
769
|
-
templateId: string;
|
|
770
769
|
offset: number;
|
|
771
|
-
|
|
770
|
+
templateId: string;
|
|
772
771
|
nodeId: number;
|
|
773
772
|
witnessParties: string[];
|
|
773
|
+
packageName: string;
|
|
774
774
|
implementedInterfaces?: string[] | undefined;
|
|
775
775
|
};
|
|
776
776
|
}>;
|
|
@@ -778,11 +778,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
778
778
|
ArchivedTreeEvent: {
|
|
779
779
|
value: {
|
|
780
780
|
contractId: string;
|
|
781
|
-
templateId: string;
|
|
782
781
|
offset: number;
|
|
783
|
-
|
|
782
|
+
templateId: string;
|
|
784
783
|
nodeId: number;
|
|
785
784
|
witnessParties: string[];
|
|
785
|
+
packageName: string;
|
|
786
786
|
implementedInterfaces?: string[] | undefined;
|
|
787
787
|
};
|
|
788
788
|
};
|
|
@@ -790,11 +790,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
790
790
|
ArchivedTreeEvent: {
|
|
791
791
|
value: {
|
|
792
792
|
contractId: string;
|
|
793
|
-
templateId: string;
|
|
794
793
|
offset: number;
|
|
795
|
-
|
|
794
|
+
templateId: string;
|
|
796
795
|
nodeId: number;
|
|
797
796
|
witnessParties: string[];
|
|
797
|
+
packageName: string;
|
|
798
798
|
implementedInterfaces?: string[] | undefined;
|
|
799
799
|
};
|
|
800
800
|
};
|
|
@@ -817,18 +817,17 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
817
817
|
tracestate: string | null;
|
|
818
818
|
}>>;
|
|
819
819
|
}, "strict", z.ZodTypeAny, {
|
|
820
|
+
synchronizerId: string;
|
|
820
821
|
offset: number;
|
|
821
822
|
updateId: string;
|
|
822
|
-
synchronizerId: string;
|
|
823
823
|
recordTime: string;
|
|
824
824
|
effectiveAt: string;
|
|
825
825
|
eventsById: Record<string, {
|
|
826
826
|
CreatedTreeEvent: {
|
|
827
827
|
value: {
|
|
828
828
|
contractId: string;
|
|
829
|
-
templateId: string;
|
|
830
829
|
offset: number;
|
|
831
|
-
|
|
830
|
+
templateId: string;
|
|
832
831
|
contractKey: string | null;
|
|
833
832
|
createdEventBlob: string;
|
|
834
833
|
nodeId: number;
|
|
@@ -838,6 +837,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
838
837
|
signatories: string[];
|
|
839
838
|
observers: string[];
|
|
840
839
|
createdAt: string;
|
|
840
|
+
packageName: string;
|
|
841
841
|
implementedInterfaces?: string[] | undefined;
|
|
842
842
|
};
|
|
843
843
|
};
|
|
@@ -845,14 +845,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
845
845
|
ExercisedTreeEvent: {
|
|
846
846
|
value: {
|
|
847
847
|
contractId: string;
|
|
848
|
-
interfaceId: string | null;
|
|
849
|
-
templateId: string;
|
|
850
848
|
offset: number;
|
|
851
|
-
|
|
849
|
+
templateId: string;
|
|
852
850
|
choice: string;
|
|
853
851
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
854
852
|
nodeId: number;
|
|
855
853
|
witnessParties: string[];
|
|
854
|
+
packageName: string;
|
|
855
|
+
interfaceId: string | null;
|
|
856
856
|
actingParties: string[];
|
|
857
857
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
858
858
|
consuming: boolean;
|
|
@@ -864,11 +864,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
864
864
|
ArchivedTreeEvent: {
|
|
865
865
|
value: {
|
|
866
866
|
contractId: string;
|
|
867
|
-
templateId: string;
|
|
868
867
|
offset: number;
|
|
869
|
-
|
|
868
|
+
templateId: string;
|
|
870
869
|
nodeId: number;
|
|
871
870
|
witnessParties: string[];
|
|
871
|
+
packageName: string;
|
|
872
872
|
implementedInterfaces?: string[] | undefined;
|
|
873
873
|
};
|
|
874
874
|
};
|
|
@@ -880,18 +880,17 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
880
880
|
tracestate: string | null;
|
|
881
881
|
} | undefined;
|
|
882
882
|
}, {
|
|
883
|
+
synchronizerId: string;
|
|
883
884
|
offset: number;
|
|
884
885
|
updateId: string;
|
|
885
|
-
synchronizerId: string;
|
|
886
886
|
recordTime: string;
|
|
887
887
|
effectiveAt: string;
|
|
888
888
|
eventsById: Record<string, {
|
|
889
889
|
CreatedTreeEvent: {
|
|
890
890
|
value: {
|
|
891
891
|
contractId: string;
|
|
892
|
-
templateId: string;
|
|
893
892
|
offset: number;
|
|
894
|
-
|
|
893
|
+
templateId: string;
|
|
895
894
|
contractKey: string | null;
|
|
896
895
|
createdEventBlob: string;
|
|
897
896
|
nodeId: number;
|
|
@@ -901,6 +900,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
901
900
|
signatories: string[];
|
|
902
901
|
observers: string[];
|
|
903
902
|
createdAt: string;
|
|
903
|
+
packageName: string;
|
|
904
904
|
implementedInterfaces?: string[] | undefined;
|
|
905
905
|
};
|
|
906
906
|
};
|
|
@@ -908,14 +908,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
908
908
|
ExercisedTreeEvent: {
|
|
909
909
|
value: {
|
|
910
910
|
contractId: string;
|
|
911
|
-
interfaceId: string | null;
|
|
912
|
-
templateId: string;
|
|
913
911
|
offset: number;
|
|
914
|
-
|
|
912
|
+
templateId: string;
|
|
915
913
|
choice: string;
|
|
916
914
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
917
915
|
nodeId: number;
|
|
918
916
|
witnessParties: string[];
|
|
917
|
+
packageName: string;
|
|
918
|
+
interfaceId: string | null;
|
|
919
919
|
actingParties: string[];
|
|
920
920
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
921
921
|
consuming: boolean;
|
|
@@ -927,11 +927,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
927
927
|
ArchivedTreeEvent: {
|
|
928
928
|
value: {
|
|
929
929
|
contractId: string;
|
|
930
|
-
templateId: string;
|
|
931
930
|
offset: number;
|
|
932
|
-
|
|
931
|
+
templateId: string;
|
|
933
932
|
nodeId: number;
|
|
934
933
|
witnessParties: string[];
|
|
934
|
+
packageName: string;
|
|
935
935
|
implementedInterfaces?: string[] | undefined;
|
|
936
936
|
};
|
|
937
937
|
};
|
|
@@ -945,18 +945,17 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
945
945
|
}>;
|
|
946
946
|
}, "strict", z.ZodTypeAny, {
|
|
947
947
|
transactionTree: {
|
|
948
|
+
synchronizerId: string;
|
|
948
949
|
offset: number;
|
|
949
950
|
updateId: string;
|
|
950
|
-
synchronizerId: string;
|
|
951
951
|
recordTime: string;
|
|
952
952
|
effectiveAt: string;
|
|
953
953
|
eventsById: Record<string, {
|
|
954
954
|
CreatedTreeEvent: {
|
|
955
955
|
value: {
|
|
956
956
|
contractId: string;
|
|
957
|
-
templateId: string;
|
|
958
957
|
offset: number;
|
|
959
|
-
|
|
958
|
+
templateId: string;
|
|
960
959
|
contractKey: string | null;
|
|
961
960
|
createdEventBlob: string;
|
|
962
961
|
nodeId: number;
|
|
@@ -966,6 +965,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
966
965
|
signatories: string[];
|
|
967
966
|
observers: string[];
|
|
968
967
|
createdAt: string;
|
|
968
|
+
packageName: string;
|
|
969
969
|
implementedInterfaces?: string[] | undefined;
|
|
970
970
|
};
|
|
971
971
|
};
|
|
@@ -973,14 +973,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
973
973
|
ExercisedTreeEvent: {
|
|
974
974
|
value: {
|
|
975
975
|
contractId: string;
|
|
976
|
-
interfaceId: string | null;
|
|
977
|
-
templateId: string;
|
|
978
976
|
offset: number;
|
|
979
|
-
|
|
977
|
+
templateId: string;
|
|
980
978
|
choice: string;
|
|
981
979
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
982
980
|
nodeId: number;
|
|
983
981
|
witnessParties: string[];
|
|
982
|
+
packageName: string;
|
|
983
|
+
interfaceId: string | null;
|
|
984
984
|
actingParties: string[];
|
|
985
985
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
986
986
|
consuming: boolean;
|
|
@@ -992,11 +992,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
992
992
|
ArchivedTreeEvent: {
|
|
993
993
|
value: {
|
|
994
994
|
contractId: string;
|
|
995
|
-
templateId: string;
|
|
996
995
|
offset: number;
|
|
997
|
-
|
|
996
|
+
templateId: string;
|
|
998
997
|
nodeId: number;
|
|
999
998
|
witnessParties: string[];
|
|
999
|
+
packageName: string;
|
|
1000
1000
|
implementedInterfaces?: string[] | undefined;
|
|
1001
1001
|
};
|
|
1002
1002
|
};
|
|
@@ -1010,18 +1010,17 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
1010
1010
|
};
|
|
1011
1011
|
}, {
|
|
1012
1012
|
transactionTree: {
|
|
1013
|
+
synchronizerId: string;
|
|
1013
1014
|
offset: number;
|
|
1014
1015
|
updateId: string;
|
|
1015
|
-
synchronizerId: string;
|
|
1016
1016
|
recordTime: string;
|
|
1017
1017
|
effectiveAt: string;
|
|
1018
1018
|
eventsById: Record<string, {
|
|
1019
1019
|
CreatedTreeEvent: {
|
|
1020
1020
|
value: {
|
|
1021
1021
|
contractId: string;
|
|
1022
|
-
templateId: string;
|
|
1023
1022
|
offset: number;
|
|
1024
|
-
|
|
1023
|
+
templateId: string;
|
|
1025
1024
|
contractKey: string | null;
|
|
1026
1025
|
createdEventBlob: string;
|
|
1027
1026
|
nodeId: number;
|
|
@@ -1031,6 +1030,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
1031
1030
|
signatories: string[];
|
|
1032
1031
|
observers: string[];
|
|
1033
1032
|
createdAt: string;
|
|
1033
|
+
packageName: string;
|
|
1034
1034
|
implementedInterfaces?: string[] | undefined;
|
|
1035
1035
|
};
|
|
1036
1036
|
};
|
|
@@ -1038,14 +1038,14 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
1038
1038
|
ExercisedTreeEvent: {
|
|
1039
1039
|
value: {
|
|
1040
1040
|
contractId: string;
|
|
1041
|
-
interfaceId: string | null;
|
|
1042
|
-
templateId: string;
|
|
1043
1041
|
offset: number;
|
|
1044
|
-
|
|
1042
|
+
templateId: string;
|
|
1045
1043
|
choice: string;
|
|
1046
1044
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1047
1045
|
nodeId: number;
|
|
1048
1046
|
witnessParties: string[];
|
|
1047
|
+
packageName: string;
|
|
1048
|
+
interfaceId: string | null;
|
|
1049
1049
|
actingParties: string[];
|
|
1050
1050
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1051
1051
|
consuming: boolean;
|
|
@@ -1057,11 +1057,11 @@ export declare const CommandResponseSchema: z.ZodObject<{
|
|
|
1057
1057
|
ArchivedTreeEvent: {
|
|
1058
1058
|
value: {
|
|
1059
1059
|
contractId: string;
|
|
1060
|
-
templateId: string;
|
|
1061
1060
|
offset: number;
|
|
1062
|
-
|
|
1061
|
+
templateId: string;
|
|
1063
1062
|
nodeId: number;
|
|
1064
1063
|
witnessParties: string[];
|
|
1064
|
+
packageName: string;
|
|
1065
1065
|
implementedInterfaces?: string[] | undefined;
|
|
1066
1066
|
};
|
|
1067
1067
|
};
|
|
@@ -1096,15 +1096,15 @@ export declare const UpdateByIdRequestSchema: z.ZodObject<{
|
|
|
1096
1096
|
/** Whether to include transactions in the response. */
|
|
1097
1097
|
includeTransactions: z.ZodBoolean;
|
|
1098
1098
|
}, "strict", z.ZodTypeAny, {
|
|
1099
|
+
requestingParties: string[];
|
|
1099
1100
|
updateFormat: string;
|
|
1100
|
-
includeTransactions: boolean;
|
|
1101
1101
|
updateId: string;
|
|
1102
|
-
|
|
1102
|
+
includeTransactions: boolean;
|
|
1103
1103
|
}, {
|
|
1104
|
+
requestingParties: string[];
|
|
1104
1105
|
updateFormat: string;
|
|
1105
|
-
includeTransactions: boolean;
|
|
1106
1106
|
updateId: string;
|
|
1107
|
-
|
|
1107
|
+
includeTransactions: boolean;
|
|
1108
1108
|
}>;
|
|
1109
1109
|
export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
1110
1110
|
/** Transaction tree for the requested update. */
|
|
@@ -1139,9 +1139,8 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1139
1139
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1140
1140
|
}, "strict", z.ZodTypeAny, {
|
|
1141
1141
|
contractId: string;
|
|
1142
|
-
templateId: string;
|
|
1143
1142
|
offset: number;
|
|
1144
|
-
|
|
1143
|
+
templateId: string;
|
|
1145
1144
|
contractKey: string | null;
|
|
1146
1145
|
createdEventBlob: string;
|
|
1147
1146
|
nodeId: number;
|
|
@@ -1151,12 +1150,12 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1151
1150
|
signatories: string[];
|
|
1152
1151
|
observers: string[];
|
|
1153
1152
|
createdAt: string;
|
|
1153
|
+
packageName: string;
|
|
1154
1154
|
implementedInterfaces?: string[] | undefined;
|
|
1155
1155
|
}, {
|
|
1156
1156
|
contractId: string;
|
|
1157
|
-
templateId: string;
|
|
1158
1157
|
offset: number;
|
|
1159
|
-
|
|
1158
|
+
templateId: string;
|
|
1160
1159
|
contractKey: string | null;
|
|
1161
1160
|
createdEventBlob: string;
|
|
1162
1161
|
nodeId: number;
|
|
@@ -1166,14 +1165,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1166
1165
|
signatories: string[];
|
|
1167
1166
|
observers: string[];
|
|
1168
1167
|
createdAt: string;
|
|
1168
|
+
packageName: string;
|
|
1169
1169
|
implementedInterfaces?: string[] | undefined;
|
|
1170
1170
|
}>;
|
|
1171
1171
|
}, "strict", z.ZodTypeAny, {
|
|
1172
1172
|
value: {
|
|
1173
1173
|
contractId: string;
|
|
1174
|
-
templateId: string;
|
|
1175
1174
|
offset: number;
|
|
1176
|
-
|
|
1175
|
+
templateId: string;
|
|
1177
1176
|
contractKey: string | null;
|
|
1178
1177
|
createdEventBlob: string;
|
|
1179
1178
|
nodeId: number;
|
|
@@ -1183,14 +1182,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1183
1182
|
signatories: string[];
|
|
1184
1183
|
observers: string[];
|
|
1185
1184
|
createdAt: string;
|
|
1185
|
+
packageName: string;
|
|
1186
1186
|
implementedInterfaces?: string[] | undefined;
|
|
1187
1187
|
};
|
|
1188
1188
|
}, {
|
|
1189
1189
|
value: {
|
|
1190
1190
|
contractId: string;
|
|
1191
|
-
templateId: string;
|
|
1192
1191
|
offset: number;
|
|
1193
|
-
|
|
1192
|
+
templateId: string;
|
|
1194
1193
|
contractKey: string | null;
|
|
1195
1194
|
createdEventBlob: string;
|
|
1196
1195
|
nodeId: number;
|
|
@@ -1200,6 +1199,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1200
1199
|
signatories: string[];
|
|
1201
1200
|
observers: string[];
|
|
1202
1201
|
createdAt: string;
|
|
1202
|
+
packageName: string;
|
|
1203
1203
|
implementedInterfaces?: string[] | undefined;
|
|
1204
1204
|
};
|
|
1205
1205
|
}>;
|
|
@@ -1207,9 +1207,8 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1207
1207
|
CreatedTreeEvent: {
|
|
1208
1208
|
value: {
|
|
1209
1209
|
contractId: string;
|
|
1210
|
-
templateId: string;
|
|
1211
1210
|
offset: number;
|
|
1212
|
-
|
|
1211
|
+
templateId: string;
|
|
1213
1212
|
contractKey: string | null;
|
|
1214
1213
|
createdEventBlob: string;
|
|
1215
1214
|
nodeId: number;
|
|
@@ -1219,6 +1218,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1219
1218
|
signatories: string[];
|
|
1220
1219
|
observers: string[];
|
|
1221
1220
|
createdAt: string;
|
|
1221
|
+
packageName: string;
|
|
1222
1222
|
implementedInterfaces?: string[] | undefined;
|
|
1223
1223
|
};
|
|
1224
1224
|
};
|
|
@@ -1226,9 +1226,8 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1226
1226
|
CreatedTreeEvent: {
|
|
1227
1227
|
value: {
|
|
1228
1228
|
contractId: string;
|
|
1229
|
-
templateId: string;
|
|
1230
1229
|
offset: number;
|
|
1231
|
-
|
|
1230
|
+
templateId: string;
|
|
1232
1231
|
contractKey: string | null;
|
|
1233
1232
|
createdEventBlob: string;
|
|
1234
1233
|
nodeId: number;
|
|
@@ -1238,6 +1237,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1238
1237
|
signatories: string[];
|
|
1239
1238
|
observers: string[];
|
|
1240
1239
|
createdAt: string;
|
|
1240
|
+
packageName: string;
|
|
1241
1241
|
implementedInterfaces?: string[] | undefined;
|
|
1242
1242
|
};
|
|
1243
1243
|
};
|
|
@@ -1260,14 +1260,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1260
1260
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1261
1261
|
}, "strict", z.ZodTypeAny, {
|
|
1262
1262
|
contractId: string;
|
|
1263
|
-
interfaceId: string | null;
|
|
1264
|
-
templateId: string;
|
|
1265
1263
|
offset: number;
|
|
1266
|
-
|
|
1264
|
+
templateId: string;
|
|
1267
1265
|
choice: string;
|
|
1268
1266
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1269
1267
|
nodeId: number;
|
|
1270
1268
|
witnessParties: string[];
|
|
1269
|
+
packageName: string;
|
|
1270
|
+
interfaceId: string | null;
|
|
1271
1271
|
actingParties: string[];
|
|
1272
1272
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1273
1273
|
consuming: boolean;
|
|
@@ -1275,14 +1275,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1275
1275
|
lastDescendantNodeId?: number | undefined;
|
|
1276
1276
|
}, {
|
|
1277
1277
|
contractId: string;
|
|
1278
|
-
interfaceId: string | null;
|
|
1279
|
-
templateId: string;
|
|
1280
1278
|
offset: number;
|
|
1281
|
-
|
|
1279
|
+
templateId: string;
|
|
1282
1280
|
choice: string;
|
|
1283
1281
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1284
1282
|
nodeId: number;
|
|
1285
1283
|
witnessParties: string[];
|
|
1284
|
+
packageName: string;
|
|
1285
|
+
interfaceId: string | null;
|
|
1286
1286
|
actingParties: string[];
|
|
1287
1287
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1288
1288
|
consuming: boolean;
|
|
@@ -1292,14 +1292,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1292
1292
|
}, "strict", z.ZodTypeAny, {
|
|
1293
1293
|
value: {
|
|
1294
1294
|
contractId: string;
|
|
1295
|
-
interfaceId: string | null;
|
|
1296
|
-
templateId: string;
|
|
1297
1295
|
offset: number;
|
|
1298
|
-
|
|
1296
|
+
templateId: string;
|
|
1299
1297
|
choice: string;
|
|
1300
1298
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1301
1299
|
nodeId: number;
|
|
1302
1300
|
witnessParties: string[];
|
|
1301
|
+
packageName: string;
|
|
1302
|
+
interfaceId: string | null;
|
|
1303
1303
|
actingParties: string[];
|
|
1304
1304
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1305
1305
|
consuming: boolean;
|
|
@@ -1309,14 +1309,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1309
1309
|
}, {
|
|
1310
1310
|
value: {
|
|
1311
1311
|
contractId: string;
|
|
1312
|
-
interfaceId: string | null;
|
|
1313
|
-
templateId: string;
|
|
1314
1312
|
offset: number;
|
|
1315
|
-
|
|
1313
|
+
templateId: string;
|
|
1316
1314
|
choice: string;
|
|
1317
1315
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1318
1316
|
nodeId: number;
|
|
1319
1317
|
witnessParties: string[];
|
|
1318
|
+
packageName: string;
|
|
1319
|
+
interfaceId: string | null;
|
|
1320
1320
|
actingParties: string[];
|
|
1321
1321
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1322
1322
|
consuming: boolean;
|
|
@@ -1328,14 +1328,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1328
1328
|
ExercisedTreeEvent: {
|
|
1329
1329
|
value: {
|
|
1330
1330
|
contractId: string;
|
|
1331
|
-
interfaceId: string | null;
|
|
1332
|
-
templateId: string;
|
|
1333
1331
|
offset: number;
|
|
1334
|
-
|
|
1332
|
+
templateId: string;
|
|
1335
1333
|
choice: string;
|
|
1336
1334
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1337
1335
|
nodeId: number;
|
|
1338
1336
|
witnessParties: string[];
|
|
1337
|
+
packageName: string;
|
|
1338
|
+
interfaceId: string | null;
|
|
1339
1339
|
actingParties: string[];
|
|
1340
1340
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1341
1341
|
consuming: boolean;
|
|
@@ -1347,14 +1347,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1347
1347
|
ExercisedTreeEvent: {
|
|
1348
1348
|
value: {
|
|
1349
1349
|
contractId: string;
|
|
1350
|
-
interfaceId: string | null;
|
|
1351
|
-
templateId: string;
|
|
1352
1350
|
offset: number;
|
|
1353
|
-
|
|
1351
|
+
templateId: string;
|
|
1354
1352
|
choice: string;
|
|
1355
1353
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1356
1354
|
nodeId: number;
|
|
1357
1355
|
witnessParties: string[];
|
|
1356
|
+
packageName: string;
|
|
1357
|
+
interfaceId: string | null;
|
|
1358
1358
|
actingParties: string[];
|
|
1359
1359
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1360
1360
|
consuming: boolean;
|
|
@@ -1374,39 +1374,39 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1374
1374
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1375
1375
|
}, "strict", z.ZodTypeAny, {
|
|
1376
1376
|
contractId: string;
|
|
1377
|
-
templateId: string;
|
|
1378
1377
|
offset: number;
|
|
1379
|
-
|
|
1378
|
+
templateId: string;
|
|
1380
1379
|
nodeId: number;
|
|
1381
1380
|
witnessParties: string[];
|
|
1381
|
+
packageName: string;
|
|
1382
1382
|
implementedInterfaces?: string[] | undefined;
|
|
1383
1383
|
}, {
|
|
1384
1384
|
contractId: string;
|
|
1385
|
-
templateId: string;
|
|
1386
1385
|
offset: number;
|
|
1387
|
-
|
|
1386
|
+
templateId: string;
|
|
1388
1387
|
nodeId: number;
|
|
1389
1388
|
witnessParties: string[];
|
|
1389
|
+
packageName: string;
|
|
1390
1390
|
implementedInterfaces?: string[] | undefined;
|
|
1391
1391
|
}>;
|
|
1392
1392
|
}, "strict", z.ZodTypeAny, {
|
|
1393
1393
|
value: {
|
|
1394
1394
|
contractId: string;
|
|
1395
|
-
templateId: string;
|
|
1396
1395
|
offset: number;
|
|
1397
|
-
|
|
1396
|
+
templateId: string;
|
|
1398
1397
|
nodeId: number;
|
|
1399
1398
|
witnessParties: string[];
|
|
1399
|
+
packageName: string;
|
|
1400
1400
|
implementedInterfaces?: string[] | undefined;
|
|
1401
1401
|
};
|
|
1402
1402
|
}, {
|
|
1403
1403
|
value: {
|
|
1404
1404
|
contractId: string;
|
|
1405
|
-
templateId: string;
|
|
1406
1405
|
offset: number;
|
|
1407
|
-
|
|
1406
|
+
templateId: string;
|
|
1408
1407
|
nodeId: number;
|
|
1409
1408
|
witnessParties: string[];
|
|
1409
|
+
packageName: string;
|
|
1410
1410
|
implementedInterfaces?: string[] | undefined;
|
|
1411
1411
|
};
|
|
1412
1412
|
}>;
|
|
@@ -1414,11 +1414,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1414
1414
|
ArchivedTreeEvent: {
|
|
1415
1415
|
value: {
|
|
1416
1416
|
contractId: string;
|
|
1417
|
-
templateId: string;
|
|
1418
1417
|
offset: number;
|
|
1419
|
-
|
|
1418
|
+
templateId: string;
|
|
1420
1419
|
nodeId: number;
|
|
1421
1420
|
witnessParties: string[];
|
|
1421
|
+
packageName: string;
|
|
1422
1422
|
implementedInterfaces?: string[] | undefined;
|
|
1423
1423
|
};
|
|
1424
1424
|
};
|
|
@@ -1426,11 +1426,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1426
1426
|
ArchivedTreeEvent: {
|
|
1427
1427
|
value: {
|
|
1428
1428
|
contractId: string;
|
|
1429
|
-
templateId: string;
|
|
1430
1429
|
offset: number;
|
|
1431
|
-
|
|
1430
|
+
templateId: string;
|
|
1432
1431
|
nodeId: number;
|
|
1433
1432
|
witnessParties: string[];
|
|
1433
|
+
packageName: string;
|
|
1434
1434
|
implementedInterfaces?: string[] | undefined;
|
|
1435
1435
|
};
|
|
1436
1436
|
};
|
|
@@ -1453,18 +1453,17 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1453
1453
|
tracestate: string | null;
|
|
1454
1454
|
}>>;
|
|
1455
1455
|
}, "strict", z.ZodTypeAny, {
|
|
1456
|
+
synchronizerId: string;
|
|
1456
1457
|
offset: number;
|
|
1457
1458
|
updateId: string;
|
|
1458
|
-
synchronizerId: string;
|
|
1459
1459
|
recordTime: string;
|
|
1460
1460
|
effectiveAt: string;
|
|
1461
1461
|
eventsById: Record<string, {
|
|
1462
1462
|
CreatedTreeEvent: {
|
|
1463
1463
|
value: {
|
|
1464
1464
|
contractId: string;
|
|
1465
|
-
templateId: string;
|
|
1466
1465
|
offset: number;
|
|
1467
|
-
|
|
1466
|
+
templateId: string;
|
|
1468
1467
|
contractKey: string | null;
|
|
1469
1468
|
createdEventBlob: string;
|
|
1470
1469
|
nodeId: number;
|
|
@@ -1474,6 +1473,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1474
1473
|
signatories: string[];
|
|
1475
1474
|
observers: string[];
|
|
1476
1475
|
createdAt: string;
|
|
1476
|
+
packageName: string;
|
|
1477
1477
|
implementedInterfaces?: string[] | undefined;
|
|
1478
1478
|
};
|
|
1479
1479
|
};
|
|
@@ -1481,14 +1481,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1481
1481
|
ExercisedTreeEvent: {
|
|
1482
1482
|
value: {
|
|
1483
1483
|
contractId: string;
|
|
1484
|
-
interfaceId: string | null;
|
|
1485
|
-
templateId: string;
|
|
1486
1484
|
offset: number;
|
|
1487
|
-
|
|
1485
|
+
templateId: string;
|
|
1488
1486
|
choice: string;
|
|
1489
1487
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1490
1488
|
nodeId: number;
|
|
1491
1489
|
witnessParties: string[];
|
|
1490
|
+
packageName: string;
|
|
1491
|
+
interfaceId: string | null;
|
|
1492
1492
|
actingParties: string[];
|
|
1493
1493
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1494
1494
|
consuming: boolean;
|
|
@@ -1500,11 +1500,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1500
1500
|
ArchivedTreeEvent: {
|
|
1501
1501
|
value: {
|
|
1502
1502
|
contractId: string;
|
|
1503
|
-
templateId: string;
|
|
1504
1503
|
offset: number;
|
|
1505
|
-
|
|
1504
|
+
templateId: string;
|
|
1506
1505
|
nodeId: number;
|
|
1507
1506
|
witnessParties: string[];
|
|
1507
|
+
packageName: string;
|
|
1508
1508
|
implementedInterfaces?: string[] | undefined;
|
|
1509
1509
|
};
|
|
1510
1510
|
};
|
|
@@ -1516,18 +1516,17 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1516
1516
|
tracestate: string | null;
|
|
1517
1517
|
} | undefined;
|
|
1518
1518
|
}, {
|
|
1519
|
+
synchronizerId: string;
|
|
1519
1520
|
offset: number;
|
|
1520
1521
|
updateId: string;
|
|
1521
|
-
synchronizerId: string;
|
|
1522
1522
|
recordTime: string;
|
|
1523
1523
|
effectiveAt: string;
|
|
1524
1524
|
eventsById: Record<string, {
|
|
1525
1525
|
CreatedTreeEvent: {
|
|
1526
1526
|
value: {
|
|
1527
1527
|
contractId: string;
|
|
1528
|
-
templateId: string;
|
|
1529
1528
|
offset: number;
|
|
1530
|
-
|
|
1529
|
+
templateId: string;
|
|
1531
1530
|
contractKey: string | null;
|
|
1532
1531
|
createdEventBlob: string;
|
|
1533
1532
|
nodeId: number;
|
|
@@ -1537,6 +1536,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1537
1536
|
signatories: string[];
|
|
1538
1537
|
observers: string[];
|
|
1539
1538
|
createdAt: string;
|
|
1539
|
+
packageName: string;
|
|
1540
1540
|
implementedInterfaces?: string[] | undefined;
|
|
1541
1541
|
};
|
|
1542
1542
|
};
|
|
@@ -1544,14 +1544,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1544
1544
|
ExercisedTreeEvent: {
|
|
1545
1545
|
value: {
|
|
1546
1546
|
contractId: string;
|
|
1547
|
-
interfaceId: string | null;
|
|
1548
|
-
templateId: string;
|
|
1549
1547
|
offset: number;
|
|
1550
|
-
|
|
1548
|
+
templateId: string;
|
|
1551
1549
|
choice: string;
|
|
1552
1550
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1553
1551
|
nodeId: number;
|
|
1554
1552
|
witnessParties: string[];
|
|
1553
|
+
packageName: string;
|
|
1554
|
+
interfaceId: string | null;
|
|
1555
1555
|
actingParties: string[];
|
|
1556
1556
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1557
1557
|
consuming: boolean;
|
|
@@ -1563,11 +1563,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1563
1563
|
ArchivedTreeEvent: {
|
|
1564
1564
|
value: {
|
|
1565
1565
|
contractId: string;
|
|
1566
|
-
templateId: string;
|
|
1567
1566
|
offset: number;
|
|
1568
|
-
|
|
1567
|
+
templateId: string;
|
|
1569
1568
|
nodeId: number;
|
|
1570
1569
|
witnessParties: string[];
|
|
1570
|
+
packageName: string;
|
|
1571
1571
|
implementedInterfaces?: string[] | undefined;
|
|
1572
1572
|
};
|
|
1573
1573
|
};
|
|
@@ -1581,18 +1581,17 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1581
1581
|
}>;
|
|
1582
1582
|
}, "strict", z.ZodTypeAny, {
|
|
1583
1583
|
update: {
|
|
1584
|
+
synchronizerId: string;
|
|
1584
1585
|
offset: number;
|
|
1585
1586
|
updateId: string;
|
|
1586
|
-
synchronizerId: string;
|
|
1587
1587
|
recordTime: string;
|
|
1588
1588
|
effectiveAt: string;
|
|
1589
1589
|
eventsById: Record<string, {
|
|
1590
1590
|
CreatedTreeEvent: {
|
|
1591
1591
|
value: {
|
|
1592
1592
|
contractId: string;
|
|
1593
|
-
templateId: string;
|
|
1594
1593
|
offset: number;
|
|
1595
|
-
|
|
1594
|
+
templateId: string;
|
|
1596
1595
|
contractKey: string | null;
|
|
1597
1596
|
createdEventBlob: string;
|
|
1598
1597
|
nodeId: number;
|
|
@@ -1602,6 +1601,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1602
1601
|
signatories: string[];
|
|
1603
1602
|
observers: string[];
|
|
1604
1603
|
createdAt: string;
|
|
1604
|
+
packageName: string;
|
|
1605
1605
|
implementedInterfaces?: string[] | undefined;
|
|
1606
1606
|
};
|
|
1607
1607
|
};
|
|
@@ -1609,14 +1609,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1609
1609
|
ExercisedTreeEvent: {
|
|
1610
1610
|
value: {
|
|
1611
1611
|
contractId: string;
|
|
1612
|
-
interfaceId: string | null;
|
|
1613
|
-
templateId: string;
|
|
1614
1612
|
offset: number;
|
|
1615
|
-
|
|
1613
|
+
templateId: string;
|
|
1616
1614
|
choice: string;
|
|
1617
1615
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1618
1616
|
nodeId: number;
|
|
1619
1617
|
witnessParties: string[];
|
|
1618
|
+
packageName: string;
|
|
1619
|
+
interfaceId: string | null;
|
|
1620
1620
|
actingParties: string[];
|
|
1621
1621
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1622
1622
|
consuming: boolean;
|
|
@@ -1628,11 +1628,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1628
1628
|
ArchivedTreeEvent: {
|
|
1629
1629
|
value: {
|
|
1630
1630
|
contractId: string;
|
|
1631
|
-
templateId: string;
|
|
1632
1631
|
offset: number;
|
|
1633
|
-
|
|
1632
|
+
templateId: string;
|
|
1634
1633
|
nodeId: number;
|
|
1635
1634
|
witnessParties: string[];
|
|
1635
|
+
packageName: string;
|
|
1636
1636
|
implementedInterfaces?: string[] | undefined;
|
|
1637
1637
|
};
|
|
1638
1638
|
};
|
|
@@ -1646,18 +1646,17 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1646
1646
|
};
|
|
1647
1647
|
}, {
|
|
1648
1648
|
update: {
|
|
1649
|
+
synchronizerId: string;
|
|
1649
1650
|
offset: number;
|
|
1650
1651
|
updateId: string;
|
|
1651
|
-
synchronizerId: string;
|
|
1652
1652
|
recordTime: string;
|
|
1653
1653
|
effectiveAt: string;
|
|
1654
1654
|
eventsById: Record<string, {
|
|
1655
1655
|
CreatedTreeEvent: {
|
|
1656
1656
|
value: {
|
|
1657
1657
|
contractId: string;
|
|
1658
|
-
templateId: string;
|
|
1659
1658
|
offset: number;
|
|
1660
|
-
|
|
1659
|
+
templateId: string;
|
|
1661
1660
|
contractKey: string | null;
|
|
1662
1661
|
createdEventBlob: string;
|
|
1663
1662
|
nodeId: number;
|
|
@@ -1667,6 +1666,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1667
1666
|
signatories: string[];
|
|
1668
1667
|
observers: string[];
|
|
1669
1668
|
createdAt: string;
|
|
1669
|
+
packageName: string;
|
|
1670
1670
|
implementedInterfaces?: string[] | undefined;
|
|
1671
1671
|
};
|
|
1672
1672
|
};
|
|
@@ -1674,14 +1674,14 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1674
1674
|
ExercisedTreeEvent: {
|
|
1675
1675
|
value: {
|
|
1676
1676
|
contractId: string;
|
|
1677
|
-
interfaceId: string | null;
|
|
1678
|
-
templateId: string;
|
|
1679
1677
|
offset: number;
|
|
1680
|
-
|
|
1678
|
+
templateId: string;
|
|
1681
1679
|
choice: string;
|
|
1682
1680
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1683
1681
|
nodeId: number;
|
|
1684
1682
|
witnessParties: string[];
|
|
1683
|
+
packageName: string;
|
|
1684
|
+
interfaceId: string | null;
|
|
1685
1685
|
actingParties: string[];
|
|
1686
1686
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1687
1687
|
consuming: boolean;
|
|
@@ -1693,11 +1693,11 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
|
|
|
1693
1693
|
ArchivedTreeEvent: {
|
|
1694
1694
|
value: {
|
|
1695
1695
|
contractId: string;
|
|
1696
|
-
templateId: string;
|
|
1697
1696
|
offset: number;
|
|
1698
|
-
|
|
1697
|
+
templateId: string;
|
|
1699
1698
|
nodeId: number;
|
|
1700
1699
|
witnessParties: string[];
|
|
1700
|
+
packageName: string;
|
|
1701
1701
|
implementedInterfaces?: string[] | undefined;
|
|
1702
1702
|
};
|
|
1703
1703
|
};
|
|
@@ -1743,9 +1743,8 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1743
1743
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1744
1744
|
}, "strict", z.ZodTypeAny, {
|
|
1745
1745
|
contractId: string;
|
|
1746
|
-
templateId: string;
|
|
1747
1746
|
offset: number;
|
|
1748
|
-
|
|
1747
|
+
templateId: string;
|
|
1749
1748
|
contractKey: string | null;
|
|
1750
1749
|
createdEventBlob: string;
|
|
1751
1750
|
nodeId: number;
|
|
@@ -1755,12 +1754,12 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1755
1754
|
signatories: string[];
|
|
1756
1755
|
observers: string[];
|
|
1757
1756
|
createdAt: string;
|
|
1757
|
+
packageName: string;
|
|
1758
1758
|
implementedInterfaces?: string[] | undefined;
|
|
1759
1759
|
}, {
|
|
1760
1760
|
contractId: string;
|
|
1761
|
-
templateId: string;
|
|
1762
1761
|
offset: number;
|
|
1763
|
-
|
|
1762
|
+
templateId: string;
|
|
1764
1763
|
contractKey: string | null;
|
|
1765
1764
|
createdEventBlob: string;
|
|
1766
1765
|
nodeId: number;
|
|
@@ -1770,14 +1769,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1770
1769
|
signatories: string[];
|
|
1771
1770
|
observers: string[];
|
|
1772
1771
|
createdAt: string;
|
|
1772
|
+
packageName: string;
|
|
1773
1773
|
implementedInterfaces?: string[] | undefined;
|
|
1774
1774
|
}>;
|
|
1775
1775
|
}, "strict", z.ZodTypeAny, {
|
|
1776
1776
|
value: {
|
|
1777
1777
|
contractId: string;
|
|
1778
|
-
templateId: string;
|
|
1779
1778
|
offset: number;
|
|
1780
|
-
|
|
1779
|
+
templateId: string;
|
|
1781
1780
|
contractKey: string | null;
|
|
1782
1781
|
createdEventBlob: string;
|
|
1783
1782
|
nodeId: number;
|
|
@@ -1787,14 +1786,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1787
1786
|
signatories: string[];
|
|
1788
1787
|
observers: string[];
|
|
1789
1788
|
createdAt: string;
|
|
1789
|
+
packageName: string;
|
|
1790
1790
|
implementedInterfaces?: string[] | undefined;
|
|
1791
1791
|
};
|
|
1792
1792
|
}, {
|
|
1793
1793
|
value: {
|
|
1794
1794
|
contractId: string;
|
|
1795
|
-
templateId: string;
|
|
1796
1795
|
offset: number;
|
|
1797
|
-
|
|
1796
|
+
templateId: string;
|
|
1798
1797
|
contractKey: string | null;
|
|
1799
1798
|
createdEventBlob: string;
|
|
1800
1799
|
nodeId: number;
|
|
@@ -1804,6 +1803,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1804
1803
|
signatories: string[];
|
|
1805
1804
|
observers: string[];
|
|
1806
1805
|
createdAt: string;
|
|
1806
|
+
packageName: string;
|
|
1807
1807
|
implementedInterfaces?: string[] | undefined;
|
|
1808
1808
|
};
|
|
1809
1809
|
}>;
|
|
@@ -1811,9 +1811,8 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1811
1811
|
CreatedTreeEvent: {
|
|
1812
1812
|
value: {
|
|
1813
1813
|
contractId: string;
|
|
1814
|
-
templateId: string;
|
|
1815
1814
|
offset: number;
|
|
1816
|
-
|
|
1815
|
+
templateId: string;
|
|
1817
1816
|
contractKey: string | null;
|
|
1818
1817
|
createdEventBlob: string;
|
|
1819
1818
|
nodeId: number;
|
|
@@ -1823,6 +1822,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1823
1822
|
signatories: string[];
|
|
1824
1823
|
observers: string[];
|
|
1825
1824
|
createdAt: string;
|
|
1825
|
+
packageName: string;
|
|
1826
1826
|
implementedInterfaces?: string[] | undefined;
|
|
1827
1827
|
};
|
|
1828
1828
|
};
|
|
@@ -1830,9 +1830,8 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1830
1830
|
CreatedTreeEvent: {
|
|
1831
1831
|
value: {
|
|
1832
1832
|
contractId: string;
|
|
1833
|
-
templateId: string;
|
|
1834
1833
|
offset: number;
|
|
1835
|
-
|
|
1834
|
+
templateId: string;
|
|
1836
1835
|
contractKey: string | null;
|
|
1837
1836
|
createdEventBlob: string;
|
|
1838
1837
|
nodeId: number;
|
|
@@ -1842,6 +1841,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1842
1841
|
signatories: string[];
|
|
1843
1842
|
observers: string[];
|
|
1844
1843
|
createdAt: string;
|
|
1844
|
+
packageName: string;
|
|
1845
1845
|
implementedInterfaces?: string[] | undefined;
|
|
1846
1846
|
};
|
|
1847
1847
|
};
|
|
@@ -1864,14 +1864,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1864
1864
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1865
1865
|
}, "strict", z.ZodTypeAny, {
|
|
1866
1866
|
contractId: string;
|
|
1867
|
-
interfaceId: string | null;
|
|
1868
|
-
templateId: string;
|
|
1869
1867
|
offset: number;
|
|
1870
|
-
|
|
1868
|
+
templateId: string;
|
|
1871
1869
|
choice: string;
|
|
1872
1870
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1873
1871
|
nodeId: number;
|
|
1874
1872
|
witnessParties: string[];
|
|
1873
|
+
packageName: string;
|
|
1874
|
+
interfaceId: string | null;
|
|
1875
1875
|
actingParties: string[];
|
|
1876
1876
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1877
1877
|
consuming: boolean;
|
|
@@ -1879,14 +1879,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1879
1879
|
lastDescendantNodeId?: number | undefined;
|
|
1880
1880
|
}, {
|
|
1881
1881
|
contractId: string;
|
|
1882
|
-
interfaceId: string | null;
|
|
1883
|
-
templateId: string;
|
|
1884
1882
|
offset: number;
|
|
1885
|
-
|
|
1883
|
+
templateId: string;
|
|
1886
1884
|
choice: string;
|
|
1887
1885
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1888
1886
|
nodeId: number;
|
|
1889
1887
|
witnessParties: string[];
|
|
1888
|
+
packageName: string;
|
|
1889
|
+
interfaceId: string | null;
|
|
1890
1890
|
actingParties: string[];
|
|
1891
1891
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1892
1892
|
consuming: boolean;
|
|
@@ -1896,14 +1896,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1896
1896
|
}, "strict", z.ZodTypeAny, {
|
|
1897
1897
|
value: {
|
|
1898
1898
|
contractId: string;
|
|
1899
|
-
interfaceId: string | null;
|
|
1900
|
-
templateId: string;
|
|
1901
1899
|
offset: number;
|
|
1902
|
-
|
|
1900
|
+
templateId: string;
|
|
1903
1901
|
choice: string;
|
|
1904
1902
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1905
1903
|
nodeId: number;
|
|
1906
1904
|
witnessParties: string[];
|
|
1905
|
+
packageName: string;
|
|
1906
|
+
interfaceId: string | null;
|
|
1907
1907
|
actingParties: string[];
|
|
1908
1908
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1909
1909
|
consuming: boolean;
|
|
@@ -1913,14 +1913,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1913
1913
|
}, {
|
|
1914
1914
|
value: {
|
|
1915
1915
|
contractId: string;
|
|
1916
|
-
interfaceId: string | null;
|
|
1917
|
-
templateId: string;
|
|
1918
1916
|
offset: number;
|
|
1919
|
-
|
|
1917
|
+
templateId: string;
|
|
1920
1918
|
choice: string;
|
|
1921
1919
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1922
1920
|
nodeId: number;
|
|
1923
1921
|
witnessParties: string[];
|
|
1922
|
+
packageName: string;
|
|
1923
|
+
interfaceId: string | null;
|
|
1924
1924
|
actingParties: string[];
|
|
1925
1925
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1926
1926
|
consuming: boolean;
|
|
@@ -1932,14 +1932,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1932
1932
|
ExercisedTreeEvent: {
|
|
1933
1933
|
value: {
|
|
1934
1934
|
contractId: string;
|
|
1935
|
-
interfaceId: string | null;
|
|
1936
|
-
templateId: string;
|
|
1937
1935
|
offset: number;
|
|
1938
|
-
|
|
1936
|
+
templateId: string;
|
|
1939
1937
|
choice: string;
|
|
1940
1938
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1941
1939
|
nodeId: number;
|
|
1942
1940
|
witnessParties: string[];
|
|
1941
|
+
packageName: string;
|
|
1942
|
+
interfaceId: string | null;
|
|
1943
1943
|
actingParties: string[];
|
|
1944
1944
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1945
1945
|
consuming: boolean;
|
|
@@ -1951,14 +1951,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1951
1951
|
ExercisedTreeEvent: {
|
|
1952
1952
|
value: {
|
|
1953
1953
|
contractId: string;
|
|
1954
|
-
interfaceId: string | null;
|
|
1955
|
-
templateId: string;
|
|
1956
1954
|
offset: number;
|
|
1957
|
-
|
|
1955
|
+
templateId: string;
|
|
1958
1956
|
choice: string;
|
|
1959
1957
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1960
1958
|
nodeId: number;
|
|
1961
1959
|
witnessParties: string[];
|
|
1960
|
+
packageName: string;
|
|
1961
|
+
interfaceId: string | null;
|
|
1962
1962
|
actingParties: string[];
|
|
1963
1963
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
1964
1964
|
consuming: boolean;
|
|
@@ -1978,39 +1978,39 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
1978
1978
|
implementedInterfaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1979
1979
|
}, "strict", z.ZodTypeAny, {
|
|
1980
1980
|
contractId: string;
|
|
1981
|
-
templateId: string;
|
|
1982
1981
|
offset: number;
|
|
1983
|
-
|
|
1982
|
+
templateId: string;
|
|
1984
1983
|
nodeId: number;
|
|
1985
1984
|
witnessParties: string[];
|
|
1985
|
+
packageName: string;
|
|
1986
1986
|
implementedInterfaces?: string[] | undefined;
|
|
1987
1987
|
}, {
|
|
1988
1988
|
contractId: string;
|
|
1989
|
-
templateId: string;
|
|
1990
1989
|
offset: number;
|
|
1991
|
-
|
|
1990
|
+
templateId: string;
|
|
1992
1991
|
nodeId: number;
|
|
1993
1992
|
witnessParties: string[];
|
|
1993
|
+
packageName: string;
|
|
1994
1994
|
implementedInterfaces?: string[] | undefined;
|
|
1995
1995
|
}>;
|
|
1996
1996
|
}, "strict", z.ZodTypeAny, {
|
|
1997
1997
|
value: {
|
|
1998
1998
|
contractId: string;
|
|
1999
|
-
templateId: string;
|
|
2000
1999
|
offset: number;
|
|
2001
|
-
|
|
2000
|
+
templateId: string;
|
|
2002
2001
|
nodeId: number;
|
|
2003
2002
|
witnessParties: string[];
|
|
2003
|
+
packageName: string;
|
|
2004
2004
|
implementedInterfaces?: string[] | undefined;
|
|
2005
2005
|
};
|
|
2006
2006
|
}, {
|
|
2007
2007
|
value: {
|
|
2008
2008
|
contractId: string;
|
|
2009
|
-
templateId: string;
|
|
2010
2009
|
offset: number;
|
|
2011
|
-
|
|
2010
|
+
templateId: string;
|
|
2012
2011
|
nodeId: number;
|
|
2013
2012
|
witnessParties: string[];
|
|
2013
|
+
packageName: string;
|
|
2014
2014
|
implementedInterfaces?: string[] | undefined;
|
|
2015
2015
|
};
|
|
2016
2016
|
}>;
|
|
@@ -2018,11 +2018,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2018
2018
|
ArchivedTreeEvent: {
|
|
2019
2019
|
value: {
|
|
2020
2020
|
contractId: string;
|
|
2021
|
-
templateId: string;
|
|
2022
2021
|
offset: number;
|
|
2023
|
-
|
|
2022
|
+
templateId: string;
|
|
2024
2023
|
nodeId: number;
|
|
2025
2024
|
witnessParties: string[];
|
|
2025
|
+
packageName: string;
|
|
2026
2026
|
implementedInterfaces?: string[] | undefined;
|
|
2027
2027
|
};
|
|
2028
2028
|
};
|
|
@@ -2030,11 +2030,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2030
2030
|
ArchivedTreeEvent: {
|
|
2031
2031
|
value: {
|
|
2032
2032
|
contractId: string;
|
|
2033
|
-
templateId: string;
|
|
2034
2033
|
offset: number;
|
|
2035
|
-
|
|
2034
|
+
templateId: string;
|
|
2036
2035
|
nodeId: number;
|
|
2037
2036
|
witnessParties: string[];
|
|
2037
|
+
packageName: string;
|
|
2038
2038
|
implementedInterfaces?: string[] | undefined;
|
|
2039
2039
|
};
|
|
2040
2040
|
};
|
|
@@ -2057,18 +2057,17 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2057
2057
|
tracestate: string | null;
|
|
2058
2058
|
}>>;
|
|
2059
2059
|
}, "strict", z.ZodTypeAny, {
|
|
2060
|
+
synchronizerId: string;
|
|
2060
2061
|
offset: number;
|
|
2061
2062
|
updateId: string;
|
|
2062
|
-
synchronizerId: string;
|
|
2063
2063
|
recordTime: string;
|
|
2064
2064
|
effectiveAt: string;
|
|
2065
2065
|
eventsById: Record<string, {
|
|
2066
2066
|
CreatedTreeEvent: {
|
|
2067
2067
|
value: {
|
|
2068
2068
|
contractId: string;
|
|
2069
|
-
templateId: string;
|
|
2070
2069
|
offset: number;
|
|
2071
|
-
|
|
2070
|
+
templateId: string;
|
|
2072
2071
|
contractKey: string | null;
|
|
2073
2072
|
createdEventBlob: string;
|
|
2074
2073
|
nodeId: number;
|
|
@@ -2078,6 +2077,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2078
2077
|
signatories: string[];
|
|
2079
2078
|
observers: string[];
|
|
2080
2079
|
createdAt: string;
|
|
2080
|
+
packageName: string;
|
|
2081
2081
|
implementedInterfaces?: string[] | undefined;
|
|
2082
2082
|
};
|
|
2083
2083
|
};
|
|
@@ -2085,14 +2085,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2085
2085
|
ExercisedTreeEvent: {
|
|
2086
2086
|
value: {
|
|
2087
2087
|
contractId: string;
|
|
2088
|
-
interfaceId: string | null;
|
|
2089
|
-
templateId: string;
|
|
2090
2088
|
offset: number;
|
|
2091
|
-
|
|
2089
|
+
templateId: string;
|
|
2092
2090
|
choice: string;
|
|
2093
2091
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2094
2092
|
nodeId: number;
|
|
2095
2093
|
witnessParties: string[];
|
|
2094
|
+
packageName: string;
|
|
2095
|
+
interfaceId: string | null;
|
|
2096
2096
|
actingParties: string[];
|
|
2097
2097
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2098
2098
|
consuming: boolean;
|
|
@@ -2104,11 +2104,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2104
2104
|
ArchivedTreeEvent: {
|
|
2105
2105
|
value: {
|
|
2106
2106
|
contractId: string;
|
|
2107
|
-
templateId: string;
|
|
2108
2107
|
offset: number;
|
|
2109
|
-
|
|
2108
|
+
templateId: string;
|
|
2110
2109
|
nodeId: number;
|
|
2111
2110
|
witnessParties: string[];
|
|
2111
|
+
packageName: string;
|
|
2112
2112
|
implementedInterfaces?: string[] | undefined;
|
|
2113
2113
|
};
|
|
2114
2114
|
};
|
|
@@ -2120,18 +2120,17 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2120
2120
|
tracestate: string | null;
|
|
2121
2121
|
} | undefined;
|
|
2122
2122
|
}, {
|
|
2123
|
+
synchronizerId: string;
|
|
2123
2124
|
offset: number;
|
|
2124
2125
|
updateId: string;
|
|
2125
|
-
synchronizerId: string;
|
|
2126
2126
|
recordTime: string;
|
|
2127
2127
|
effectiveAt: string;
|
|
2128
2128
|
eventsById: Record<string, {
|
|
2129
2129
|
CreatedTreeEvent: {
|
|
2130
2130
|
value: {
|
|
2131
2131
|
contractId: string;
|
|
2132
|
-
templateId: string;
|
|
2133
2132
|
offset: number;
|
|
2134
|
-
|
|
2133
|
+
templateId: string;
|
|
2135
2134
|
contractKey: string | null;
|
|
2136
2135
|
createdEventBlob: string;
|
|
2137
2136
|
nodeId: number;
|
|
@@ -2141,6 +2140,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2141
2140
|
signatories: string[];
|
|
2142
2141
|
observers: string[];
|
|
2143
2142
|
createdAt: string;
|
|
2143
|
+
packageName: string;
|
|
2144
2144
|
implementedInterfaces?: string[] | undefined;
|
|
2145
2145
|
};
|
|
2146
2146
|
};
|
|
@@ -2148,14 +2148,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2148
2148
|
ExercisedTreeEvent: {
|
|
2149
2149
|
value: {
|
|
2150
2150
|
contractId: string;
|
|
2151
|
-
interfaceId: string | null;
|
|
2152
|
-
templateId: string;
|
|
2153
2151
|
offset: number;
|
|
2154
|
-
|
|
2152
|
+
templateId: string;
|
|
2155
2153
|
choice: string;
|
|
2156
2154
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2157
2155
|
nodeId: number;
|
|
2158
2156
|
witnessParties: string[];
|
|
2157
|
+
packageName: string;
|
|
2158
|
+
interfaceId: string | null;
|
|
2159
2159
|
actingParties: string[];
|
|
2160
2160
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2161
2161
|
consuming: boolean;
|
|
@@ -2167,11 +2167,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2167
2167
|
ArchivedTreeEvent: {
|
|
2168
2168
|
value: {
|
|
2169
2169
|
contractId: string;
|
|
2170
|
-
templateId: string;
|
|
2171
2170
|
offset: number;
|
|
2172
|
-
|
|
2171
|
+
templateId: string;
|
|
2173
2172
|
nodeId: number;
|
|
2174
2173
|
witnessParties: string[];
|
|
2174
|
+
packageName: string;
|
|
2175
2175
|
implementedInterfaces?: string[] | undefined;
|
|
2176
2176
|
};
|
|
2177
2177
|
};
|
|
@@ -2185,18 +2185,17 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2185
2185
|
}>;
|
|
2186
2186
|
}, "strict", z.ZodTypeAny, {
|
|
2187
2187
|
transaction: {
|
|
2188
|
+
synchronizerId: string;
|
|
2188
2189
|
offset: number;
|
|
2189
2190
|
updateId: string;
|
|
2190
|
-
synchronizerId: string;
|
|
2191
2191
|
recordTime: string;
|
|
2192
2192
|
effectiveAt: string;
|
|
2193
2193
|
eventsById: Record<string, {
|
|
2194
2194
|
CreatedTreeEvent: {
|
|
2195
2195
|
value: {
|
|
2196
2196
|
contractId: string;
|
|
2197
|
-
templateId: string;
|
|
2198
2197
|
offset: number;
|
|
2199
|
-
|
|
2198
|
+
templateId: string;
|
|
2200
2199
|
contractKey: string | null;
|
|
2201
2200
|
createdEventBlob: string;
|
|
2202
2201
|
nodeId: number;
|
|
@@ -2206,6 +2205,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2206
2205
|
signatories: string[];
|
|
2207
2206
|
observers: string[];
|
|
2208
2207
|
createdAt: string;
|
|
2208
|
+
packageName: string;
|
|
2209
2209
|
implementedInterfaces?: string[] | undefined;
|
|
2210
2210
|
};
|
|
2211
2211
|
};
|
|
@@ -2213,14 +2213,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2213
2213
|
ExercisedTreeEvent: {
|
|
2214
2214
|
value: {
|
|
2215
2215
|
contractId: string;
|
|
2216
|
-
interfaceId: string | null;
|
|
2217
|
-
templateId: string;
|
|
2218
2216
|
offset: number;
|
|
2219
|
-
|
|
2217
|
+
templateId: string;
|
|
2220
2218
|
choice: string;
|
|
2221
2219
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2222
2220
|
nodeId: number;
|
|
2223
2221
|
witnessParties: string[];
|
|
2222
|
+
packageName: string;
|
|
2223
|
+
interfaceId: string | null;
|
|
2224
2224
|
actingParties: string[];
|
|
2225
2225
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2226
2226
|
consuming: boolean;
|
|
@@ -2232,11 +2232,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2232
2232
|
ArchivedTreeEvent: {
|
|
2233
2233
|
value: {
|
|
2234
2234
|
contractId: string;
|
|
2235
|
-
templateId: string;
|
|
2236
2235
|
offset: number;
|
|
2237
|
-
|
|
2236
|
+
templateId: string;
|
|
2238
2237
|
nodeId: number;
|
|
2239
2238
|
witnessParties: string[];
|
|
2239
|
+
packageName: string;
|
|
2240
2240
|
implementedInterfaces?: string[] | undefined;
|
|
2241
2241
|
};
|
|
2242
2242
|
};
|
|
@@ -2250,18 +2250,17 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2250
2250
|
};
|
|
2251
2251
|
}, {
|
|
2252
2252
|
transaction: {
|
|
2253
|
+
synchronizerId: string;
|
|
2253
2254
|
offset: number;
|
|
2254
2255
|
updateId: string;
|
|
2255
|
-
synchronizerId: string;
|
|
2256
2256
|
recordTime: string;
|
|
2257
2257
|
effectiveAt: string;
|
|
2258
2258
|
eventsById: Record<string, {
|
|
2259
2259
|
CreatedTreeEvent: {
|
|
2260
2260
|
value: {
|
|
2261
2261
|
contractId: string;
|
|
2262
|
-
templateId: string;
|
|
2263
2262
|
offset: number;
|
|
2264
|
-
|
|
2263
|
+
templateId: string;
|
|
2265
2264
|
contractKey: string | null;
|
|
2266
2265
|
createdEventBlob: string;
|
|
2267
2266
|
nodeId: number;
|
|
@@ -2271,6 +2270,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2271
2270
|
signatories: string[];
|
|
2272
2271
|
observers: string[];
|
|
2273
2272
|
createdAt: string;
|
|
2273
|
+
packageName: string;
|
|
2274
2274
|
implementedInterfaces?: string[] | undefined;
|
|
2275
2275
|
};
|
|
2276
2276
|
};
|
|
@@ -2278,14 +2278,14 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2278
2278
|
ExercisedTreeEvent: {
|
|
2279
2279
|
value: {
|
|
2280
2280
|
contractId: string;
|
|
2281
|
-
interfaceId: string | null;
|
|
2282
|
-
templateId: string;
|
|
2283
2281
|
offset: number;
|
|
2284
|
-
|
|
2282
|
+
templateId: string;
|
|
2285
2283
|
choice: string;
|
|
2286
2284
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2287
2285
|
nodeId: number;
|
|
2288
2286
|
witnessParties: string[];
|
|
2287
|
+
packageName: string;
|
|
2288
|
+
interfaceId: string | null;
|
|
2289
2289
|
actingParties: string[];
|
|
2290
2290
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
2291
2291
|
consuming: boolean;
|
|
@@ -2297,11 +2297,11 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
|
|
|
2297
2297
|
ArchivedTreeEvent: {
|
|
2298
2298
|
value: {
|
|
2299
2299
|
contractId: string;
|
|
2300
|
-
templateId: string;
|
|
2301
2300
|
offset: number;
|
|
2302
|
-
|
|
2301
|
+
templateId: string;
|
|
2303
2302
|
nodeId: number;
|
|
2304
2303
|
witnessParties: string[];
|
|
2304
|
+
packageName: string;
|
|
2305
2305
|
implementedInterfaces?: string[] | undefined;
|
|
2306
2306
|
};
|
|
2307
2307
|
};
|