@polymeshassociation/polymesh-sdk 25.0.1-beta.1 → 25.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +1 -1
- package/api/client/Claims.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +1 -1
- package/api/client/Polymesh.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-25.1.0-alpha.2.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/asset/definitions.js +2 -2
- package/polkadot/asset/definitions.js.map +1 -1
- package/polkadot/augment-api-errors.d.ts +8 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +5 -6
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-runtime.d.ts +140 -3
- package/polkadot/augment-api-runtime.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +4 -1
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/identity/definitions.js +3 -3
- package/polkadot/identity/definitions.js.map +1 -1
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +2 -0
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +406 -104
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +654 -104
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +122 -104
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/schema.d.ts +206 -110
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +361 -131
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.js +1 -1
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +3 -1
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +43 -24
- package/utils/conversion.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-25.0.1-beta.1.tgz +0 -0
- package/polkadot/compliance/definitions.d.ts +0 -16
- package/polkadot/compliance/definitions.d.ts.map +0 -1
- package/polkadot/compliance/definitions.js +0 -35
- package/polkadot/compliance/definitions.js.map +0 -1
- package/polkadot/compliance/index.d.ts +0 -2
- package/polkadot/compliance/index.d.ts.map +0 -1
- package/polkadot/compliance/index.js +0 -20
- package/polkadot/compliance/index.js.map +0 -1
- package/polkadot/compliance/types.d.ts +0 -2
- package/polkadot/compliance/types.d.ts.map +0 -1
- package/polkadot/compliance/types.js +0 -5
- package/polkadot/compliance/types.js.map +0 -1
- package/polkadot/portfolio/definitions.d.ts +0 -25
- package/polkadot/portfolio/definitions.d.ts.map +0 -1
- package/polkadot/portfolio/definitions.js +0 -31
- package/polkadot/portfolio/definitions.js.map +0 -1
- package/polkadot/portfolio/index.d.ts +0 -2
- package/polkadot/portfolio/index.d.ts.map +0 -1
- package/polkadot/portfolio/index.js +0 -20
- package/polkadot/portfolio/index.js.map +0 -1
- package/polkadot/portfolio/types.d.ts +0 -2
- package/polkadot/portfolio/types.d.ts.map +0 -1
- package/polkadot/portfolio/types.js +0 -5
- package/polkadot/portfolio/types.js.map +0 -1
|
@@ -1,5 +1,292 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
rpc: {};
|
|
3
|
+
runtime: {
|
|
4
|
+
AssetApi: ({
|
|
5
|
+
methods: {
|
|
6
|
+
transfer_report: {
|
|
7
|
+
description: string;
|
|
8
|
+
params: {
|
|
9
|
+
name: string;
|
|
10
|
+
type: string;
|
|
11
|
+
}[];
|
|
12
|
+
type: string;
|
|
13
|
+
};
|
|
14
|
+
can_transfer_granular?: undefined;
|
|
15
|
+
};
|
|
16
|
+
version: number;
|
|
17
|
+
} | {
|
|
18
|
+
methods: {
|
|
19
|
+
can_transfer_granular: {
|
|
20
|
+
description: string;
|
|
21
|
+
params: {
|
|
22
|
+
name: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
type: string;
|
|
26
|
+
};
|
|
27
|
+
transfer_report?: undefined;
|
|
28
|
+
};
|
|
29
|
+
version: number;
|
|
30
|
+
})[];
|
|
31
|
+
GroupApi: {
|
|
32
|
+
methods: {
|
|
33
|
+
get_cdd_valid_members: {
|
|
34
|
+
description: string;
|
|
35
|
+
params: never[];
|
|
36
|
+
type: string;
|
|
37
|
+
};
|
|
38
|
+
get_gc_valid_members: {
|
|
39
|
+
description: string;
|
|
40
|
+
params: never[];
|
|
41
|
+
type: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
version: number;
|
|
45
|
+
}[];
|
|
46
|
+
IdentityApi: ({
|
|
47
|
+
methods: {
|
|
48
|
+
is_identity_has_valid_cdd: {
|
|
49
|
+
description: string;
|
|
50
|
+
params: {
|
|
51
|
+
name: string;
|
|
52
|
+
type: string;
|
|
53
|
+
}[];
|
|
54
|
+
type: string;
|
|
55
|
+
};
|
|
56
|
+
get_did_records: {
|
|
57
|
+
description: string;
|
|
58
|
+
params: {
|
|
59
|
+
name: string;
|
|
60
|
+
type: string;
|
|
61
|
+
}[];
|
|
62
|
+
type: string;
|
|
63
|
+
};
|
|
64
|
+
get_did_status: {
|
|
65
|
+
description: string;
|
|
66
|
+
params: {
|
|
67
|
+
name: string;
|
|
68
|
+
type: string;
|
|
69
|
+
}[];
|
|
70
|
+
type: string;
|
|
71
|
+
};
|
|
72
|
+
get_filtered_authorizations: {
|
|
73
|
+
description: string;
|
|
74
|
+
params: {
|
|
75
|
+
name: string;
|
|
76
|
+
type: string;
|
|
77
|
+
}[];
|
|
78
|
+
type: string;
|
|
79
|
+
};
|
|
80
|
+
get_key_identity_data: {
|
|
81
|
+
description: string;
|
|
82
|
+
params: {
|
|
83
|
+
name: string;
|
|
84
|
+
type: string;
|
|
85
|
+
}[];
|
|
86
|
+
type: string;
|
|
87
|
+
};
|
|
88
|
+
valid_cdd_claims: {
|
|
89
|
+
description: string;
|
|
90
|
+
params: {
|
|
91
|
+
name: string;
|
|
92
|
+
type: string;
|
|
93
|
+
}[];
|
|
94
|
+
type: string;
|
|
95
|
+
};
|
|
96
|
+
get_asset_did?: undefined;
|
|
97
|
+
};
|
|
98
|
+
version: number;
|
|
99
|
+
} | {
|
|
100
|
+
methods: {
|
|
101
|
+
is_identity_has_valid_cdd: {
|
|
102
|
+
description: string;
|
|
103
|
+
params: {
|
|
104
|
+
name: string;
|
|
105
|
+
type: string;
|
|
106
|
+
}[];
|
|
107
|
+
type: string;
|
|
108
|
+
};
|
|
109
|
+
get_asset_did: {
|
|
110
|
+
description: string;
|
|
111
|
+
params: {
|
|
112
|
+
name: string;
|
|
113
|
+
type: string;
|
|
114
|
+
}[];
|
|
115
|
+
type: string;
|
|
116
|
+
};
|
|
117
|
+
get_did_records: {
|
|
118
|
+
description: string;
|
|
119
|
+
params: {
|
|
120
|
+
name: string;
|
|
121
|
+
type: string;
|
|
122
|
+
}[];
|
|
123
|
+
type: string;
|
|
124
|
+
};
|
|
125
|
+
get_did_status: {
|
|
126
|
+
description: string;
|
|
127
|
+
params: {
|
|
128
|
+
name: string;
|
|
129
|
+
type: string;
|
|
130
|
+
}[];
|
|
131
|
+
type: string;
|
|
132
|
+
};
|
|
133
|
+
get_filtered_authorizations: {
|
|
134
|
+
description: string;
|
|
135
|
+
params: {
|
|
136
|
+
name: string;
|
|
137
|
+
type: string;
|
|
138
|
+
}[];
|
|
139
|
+
type: string;
|
|
140
|
+
};
|
|
141
|
+
get_key_identity_data: {
|
|
142
|
+
description: string;
|
|
143
|
+
params: {
|
|
144
|
+
name: string;
|
|
145
|
+
type: string;
|
|
146
|
+
}[];
|
|
147
|
+
type: string;
|
|
148
|
+
};
|
|
149
|
+
valid_cdd_claims: {
|
|
150
|
+
description: string;
|
|
151
|
+
params: {
|
|
152
|
+
name: string;
|
|
153
|
+
type: string;
|
|
154
|
+
}[];
|
|
155
|
+
type: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
version: number;
|
|
159
|
+
})[];
|
|
160
|
+
NFTApi: ({
|
|
161
|
+
methods: {
|
|
162
|
+
transfer_report: {
|
|
163
|
+
description: string;
|
|
164
|
+
params: {
|
|
165
|
+
name: string;
|
|
166
|
+
type: string;
|
|
167
|
+
}[];
|
|
168
|
+
type: string;
|
|
169
|
+
};
|
|
170
|
+
validate_nft_transfer?: undefined;
|
|
171
|
+
};
|
|
172
|
+
version: number;
|
|
173
|
+
} | {
|
|
174
|
+
methods: {
|
|
175
|
+
validate_nft_transfer: {
|
|
176
|
+
description: string;
|
|
177
|
+
params: {
|
|
178
|
+
name: string;
|
|
179
|
+
type: string;
|
|
180
|
+
}[];
|
|
181
|
+
type: string;
|
|
182
|
+
};
|
|
183
|
+
transfer_report?: undefined;
|
|
184
|
+
};
|
|
185
|
+
version: number;
|
|
186
|
+
})[];
|
|
187
|
+
SettlementApi: {
|
|
188
|
+
methods: {
|
|
189
|
+
get_execute_instruction_info: {
|
|
190
|
+
description: string;
|
|
191
|
+
params: {
|
|
192
|
+
name: string;
|
|
193
|
+
type: string;
|
|
194
|
+
}[];
|
|
195
|
+
type: string;
|
|
196
|
+
};
|
|
197
|
+
get_affirmation_count: {
|
|
198
|
+
description: string;
|
|
199
|
+
params: {
|
|
200
|
+
name: string;
|
|
201
|
+
type: string;
|
|
202
|
+
}[];
|
|
203
|
+
type: string;
|
|
204
|
+
};
|
|
205
|
+
get_transfer_report: {
|
|
206
|
+
description: string;
|
|
207
|
+
params: {
|
|
208
|
+
name: string;
|
|
209
|
+
type: string;
|
|
210
|
+
}[];
|
|
211
|
+
type: string;
|
|
212
|
+
};
|
|
213
|
+
get_execute_instruction_report: {
|
|
214
|
+
description: string;
|
|
215
|
+
params: {
|
|
216
|
+
name: string;
|
|
217
|
+
type: string;
|
|
218
|
+
}[];
|
|
219
|
+
type: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
version: number;
|
|
223
|
+
}[];
|
|
224
|
+
PipsApi: {
|
|
225
|
+
methods: {
|
|
226
|
+
get_votes: {
|
|
227
|
+
description: string;
|
|
228
|
+
params: {
|
|
229
|
+
name: string;
|
|
230
|
+
type: string;
|
|
231
|
+
}[];
|
|
232
|
+
type: string;
|
|
233
|
+
};
|
|
234
|
+
proposed_by: {
|
|
235
|
+
description: string;
|
|
236
|
+
params: {
|
|
237
|
+
name: string;
|
|
238
|
+
type: string;
|
|
239
|
+
}[];
|
|
240
|
+
type: string;
|
|
241
|
+
};
|
|
242
|
+
voted_on: {
|
|
243
|
+
description: string;
|
|
244
|
+
params: {
|
|
245
|
+
name: string;
|
|
246
|
+
type: string;
|
|
247
|
+
}[];
|
|
248
|
+
type: string;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
version: number;
|
|
252
|
+
}[];
|
|
253
|
+
ProtocolFeeApi: {
|
|
254
|
+
methods: {
|
|
255
|
+
compute_fee: {
|
|
256
|
+
description: string;
|
|
257
|
+
params: {
|
|
258
|
+
name: string;
|
|
259
|
+
type: string;
|
|
260
|
+
}[];
|
|
261
|
+
type: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
version: number;
|
|
265
|
+
}[];
|
|
266
|
+
StakingApi: {
|
|
267
|
+
methods: {
|
|
268
|
+
get_curve: {
|
|
269
|
+
description: string;
|
|
270
|
+
params: never[];
|
|
271
|
+
type: string;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
version: number;
|
|
275
|
+
}[];
|
|
276
|
+
ComplianceApi: {
|
|
277
|
+
methods: {
|
|
278
|
+
compliance_report: {
|
|
279
|
+
description: string;
|
|
280
|
+
params: {
|
|
281
|
+
name: string;
|
|
282
|
+
type: string;
|
|
283
|
+
}[];
|
|
284
|
+
type: string;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
version: number;
|
|
288
|
+
}[];
|
|
289
|
+
};
|
|
3
290
|
types: {
|
|
4
291
|
Address: string;
|
|
5
292
|
LookupSource: string;
|
|
@@ -30,10 +317,10 @@ declare const _default: {
|
|
|
30
317
|
DocumentType: string;
|
|
31
318
|
Document: {
|
|
32
319
|
uri: string;
|
|
33
|
-
|
|
320
|
+
contentHash: string;
|
|
34
321
|
name: string;
|
|
35
|
-
|
|
36
|
-
|
|
322
|
+
docType: string;
|
|
323
|
+
filingDate: string;
|
|
37
324
|
};
|
|
38
325
|
Version: string;
|
|
39
326
|
CustomAssetTypeId: string;
|
|
@@ -73,10 +360,10 @@ declare const _default: {
|
|
|
73
360
|
FundingRoundName: string;
|
|
74
361
|
VenueDetails: string;
|
|
75
362
|
SecurityToken: {
|
|
76
|
-
|
|
77
|
-
|
|
363
|
+
totalSupply: string;
|
|
364
|
+
ownerDid: string;
|
|
78
365
|
divisible: string;
|
|
79
|
-
|
|
366
|
+
assetType: string;
|
|
80
367
|
};
|
|
81
368
|
AssetMetadataName: string;
|
|
82
369
|
AssetMetadataValue: string;
|
|
@@ -97,13 +384,13 @@ declare const _default: {
|
|
|
97
384
|
};
|
|
98
385
|
AssetMetadataValueDetail: {
|
|
99
386
|
expire: string;
|
|
100
|
-
|
|
387
|
+
lockStatus: string;
|
|
101
388
|
};
|
|
102
389
|
AssetMetadataDescription: string;
|
|
103
390
|
AssetMetadataSpec: {
|
|
104
391
|
url: string;
|
|
105
392
|
description: string;
|
|
106
|
-
|
|
393
|
+
typeDef: string;
|
|
107
394
|
};
|
|
108
395
|
PalletName: string;
|
|
109
396
|
DispatchableName: string;
|
|
@@ -129,8 +416,8 @@ declare const _default: {
|
|
|
129
416
|
};
|
|
130
417
|
};
|
|
131
418
|
PalletPermissions: {
|
|
132
|
-
|
|
133
|
-
|
|
419
|
+
palletName: string;
|
|
420
|
+
dispatchableNames: string;
|
|
134
421
|
};
|
|
135
422
|
ExtrinsicPermissions: {
|
|
136
423
|
_enum: {
|
|
@@ -155,22 +442,22 @@ declare const _default: {
|
|
|
155
442
|
permissions: string;
|
|
156
443
|
};
|
|
157
444
|
SecondaryKeyWithAuth: {
|
|
158
|
-
|
|
159
|
-
|
|
445
|
+
secondaryKey: string;
|
|
446
|
+
authSignature: string;
|
|
160
447
|
};
|
|
161
448
|
Subsidy: {
|
|
162
|
-
|
|
449
|
+
payingKey: string;
|
|
163
450
|
remaining: string;
|
|
164
451
|
};
|
|
165
452
|
IdentityRole: {
|
|
166
453
|
_enum: string[];
|
|
167
454
|
};
|
|
168
455
|
PreAuthorizedKeyInfo: {
|
|
169
|
-
|
|
170
|
-
|
|
456
|
+
targetId: string;
|
|
457
|
+
secondaryKey: string;
|
|
171
458
|
};
|
|
172
459
|
DidRecord: {
|
|
173
|
-
|
|
460
|
+
primaryKey: string;
|
|
174
461
|
};
|
|
175
462
|
KeyRecord: {
|
|
176
463
|
_enum: {
|
|
@@ -223,15 +510,15 @@ declare const _default: {
|
|
|
223
510
|
};
|
|
224
511
|
};
|
|
225
512
|
IdentityClaim: {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
513
|
+
claimIssuer: string;
|
|
514
|
+
issuanceDate: string;
|
|
515
|
+
lastUpdateDate: string;
|
|
229
516
|
expiry: string;
|
|
230
517
|
claim: string;
|
|
231
518
|
};
|
|
232
519
|
ComplianceRequirement: {
|
|
233
|
-
|
|
234
|
-
|
|
520
|
+
senderConditions: string;
|
|
521
|
+
receiverConditions: string;
|
|
235
522
|
id: string;
|
|
236
523
|
};
|
|
237
524
|
ComplianceRequirementResult: {
|
|
@@ -268,17 +555,17 @@ declare const _default: {
|
|
|
268
555
|
result: string;
|
|
269
556
|
};
|
|
270
557
|
TargetIdAuthorization: {
|
|
271
|
-
|
|
558
|
+
targetId: string;
|
|
272
559
|
nonce: string;
|
|
273
|
-
|
|
560
|
+
expiresAt: string;
|
|
274
561
|
};
|
|
275
562
|
TickerRegistration: {
|
|
276
563
|
owner: string;
|
|
277
564
|
expiry: string;
|
|
278
565
|
};
|
|
279
566
|
TickerRegistrationConfig: {
|
|
280
|
-
|
|
281
|
-
|
|
567
|
+
maxTickerLength: string;
|
|
568
|
+
registrationLength: string;
|
|
282
569
|
};
|
|
283
570
|
EthereumAddress: string;
|
|
284
571
|
EcdsaSignature: string;
|
|
@@ -287,7 +574,7 @@ declare const _default: {
|
|
|
287
574
|
ChoiceTitle: string;
|
|
288
575
|
Motion: {
|
|
289
576
|
title: string;
|
|
290
|
-
|
|
577
|
+
infoLink: string;
|
|
291
578
|
choices: string;
|
|
292
579
|
};
|
|
293
580
|
BallotTitle: string;
|
|
@@ -315,8 +602,8 @@ declare const _default: {
|
|
|
315
602
|
id: string;
|
|
316
603
|
url: string;
|
|
317
604
|
description: string;
|
|
318
|
-
|
|
319
|
-
|
|
605
|
+
createdAt: string;
|
|
606
|
+
transactionVersion: string;
|
|
320
607
|
expiry: string;
|
|
321
608
|
};
|
|
322
609
|
Proposer: {
|
|
@@ -338,8 +625,8 @@ declare const _default: {
|
|
|
338
625
|
};
|
|
339
626
|
SnapshotId: string;
|
|
340
627
|
SnapshotMetadata: {
|
|
341
|
-
|
|
342
|
-
|
|
628
|
+
createdAt: string;
|
|
629
|
+
madeBy: string;
|
|
343
630
|
id: string;
|
|
344
631
|
};
|
|
345
632
|
SnapshotResult: {
|
|
@@ -380,10 +667,10 @@ declare const _default: {
|
|
|
380
667
|
};
|
|
381
668
|
OffChainSignature: string;
|
|
382
669
|
Authorization: {
|
|
383
|
-
|
|
384
|
-
|
|
670
|
+
authorizationData: string;
|
|
671
|
+
authorizedBy: string;
|
|
385
672
|
expiry: string;
|
|
386
|
-
|
|
673
|
+
authId: string;
|
|
387
674
|
};
|
|
388
675
|
AuthorizationData: {
|
|
389
676
|
_enum: {
|
|
@@ -409,7 +696,7 @@ declare const _default: {
|
|
|
409
696
|
nonce: string;
|
|
410
697
|
recipient: string;
|
|
411
698
|
amount: string;
|
|
412
|
-
|
|
699
|
+
txHash: string;
|
|
413
700
|
};
|
|
414
701
|
AssetScope: {
|
|
415
702
|
_enum: {
|
|
@@ -421,7 +708,7 @@ declare const _default: {
|
|
|
421
708
|
};
|
|
422
709
|
StatType: {
|
|
423
710
|
op: string;
|
|
424
|
-
|
|
711
|
+
claimIssuer: string;
|
|
425
712
|
};
|
|
426
713
|
StatClaim: {
|
|
427
714
|
_enum: {
|
|
@@ -432,7 +719,7 @@ declare const _default: {
|
|
|
432
719
|
};
|
|
433
720
|
Stat1stKey: {
|
|
434
721
|
asset: string;
|
|
435
|
-
|
|
722
|
+
statType: string;
|
|
436
723
|
};
|
|
437
724
|
Stat2ndKey: {
|
|
438
725
|
_enum: {
|
|
@@ -459,7 +746,7 @@ declare const _default: {
|
|
|
459
746
|
TransferConditionExemptKey: {
|
|
460
747
|
asset: string;
|
|
461
748
|
op: string;
|
|
462
|
-
|
|
749
|
+
claimType: string;
|
|
463
750
|
};
|
|
464
751
|
AssetCompliance: {
|
|
465
752
|
paused: string;
|
|
@@ -472,7 +759,7 @@ declare const _default: {
|
|
|
472
759
|
};
|
|
473
760
|
Claim1stKey: {
|
|
474
761
|
target: string;
|
|
475
|
-
|
|
762
|
+
claimType: string;
|
|
476
763
|
};
|
|
477
764
|
Claim2ndKey: {
|
|
478
765
|
issuer: string;
|
|
@@ -480,14 +767,14 @@ declare const _default: {
|
|
|
480
767
|
};
|
|
481
768
|
InactiveMember: {
|
|
482
769
|
id: string;
|
|
483
|
-
|
|
770
|
+
deactivatedAt: string;
|
|
484
771
|
expiry: string;
|
|
485
772
|
};
|
|
486
773
|
VotingResult: {
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
774
|
+
ayesCount: string;
|
|
775
|
+
ayesStake: string;
|
|
776
|
+
naysCount: string;
|
|
777
|
+
naysStake: string;
|
|
491
778
|
};
|
|
492
779
|
ProtocolOp: {
|
|
493
780
|
_enum: string[];
|
|
@@ -505,8 +792,8 @@ declare const _default: {
|
|
|
505
792
|
};
|
|
506
793
|
};
|
|
507
794
|
RpcDidRecordsSuccess: {
|
|
508
|
-
|
|
509
|
-
|
|
795
|
+
primaryKey: string;
|
|
796
|
+
secondaryKeys: string;
|
|
510
797
|
};
|
|
511
798
|
RpcDidRecords: {
|
|
512
799
|
_enum: {
|
|
@@ -532,8 +819,8 @@ declare const _default: {
|
|
|
532
819
|
BridgeTxDetail: {
|
|
533
820
|
amount: string;
|
|
534
821
|
status: string;
|
|
535
|
-
|
|
536
|
-
|
|
822
|
+
executionBlock: string;
|
|
823
|
+
txHash: string;
|
|
537
824
|
};
|
|
538
825
|
BridgeTxStatus: {
|
|
539
826
|
_enum: {
|
|
@@ -576,7 +863,7 @@ declare const _default: {
|
|
|
576
863
|
rejections: string;
|
|
577
864
|
status: string;
|
|
578
865
|
expiry: string;
|
|
579
|
-
|
|
866
|
+
autoClose: string;
|
|
580
867
|
};
|
|
581
868
|
ProposalStatus: {
|
|
582
869
|
_enum: {
|
|
@@ -662,20 +949,20 @@ declare const _default: {
|
|
|
662
949
|
LegId: string;
|
|
663
950
|
InstructionId: string;
|
|
664
951
|
Instruction: {
|
|
665
|
-
|
|
666
|
-
|
|
952
|
+
instructionId: string;
|
|
953
|
+
venueId: string;
|
|
667
954
|
status: string;
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
955
|
+
settlementType: string;
|
|
956
|
+
createdAt: string;
|
|
957
|
+
tradeDate: string;
|
|
958
|
+
valueDate: string;
|
|
672
959
|
};
|
|
673
960
|
Venue: {
|
|
674
961
|
creator: string;
|
|
675
|
-
|
|
962
|
+
venueType: string;
|
|
676
963
|
};
|
|
677
964
|
Receipt: {
|
|
678
|
-
|
|
965
|
+
receiptUid: string;
|
|
679
966
|
from: string;
|
|
680
967
|
to: string;
|
|
681
968
|
asset: string;
|
|
@@ -683,8 +970,8 @@ declare const _default: {
|
|
|
683
970
|
};
|
|
684
971
|
ReceiptMetadata: string;
|
|
685
972
|
ReceiptDetails: {
|
|
686
|
-
|
|
687
|
-
|
|
973
|
+
receiptUid: string;
|
|
974
|
+
legId: string;
|
|
688
975
|
signer: string;
|
|
689
976
|
signature: string;
|
|
690
977
|
metadata: string;
|
|
@@ -728,16 +1015,16 @@ declare const _default: {
|
|
|
728
1015
|
};
|
|
729
1016
|
Fundraiser: {
|
|
730
1017
|
creator: string;
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
1018
|
+
offeringPortfolio: string;
|
|
1019
|
+
offeringAsset: string;
|
|
1020
|
+
raisingPortfolio: string;
|
|
1021
|
+
raisingAsset: string;
|
|
735
1022
|
tiers: string;
|
|
736
|
-
|
|
1023
|
+
venueId: string;
|
|
737
1024
|
start: string;
|
|
738
1025
|
end: string;
|
|
739
1026
|
status: string;
|
|
740
|
-
|
|
1027
|
+
minimumInvestment: string;
|
|
741
1028
|
};
|
|
742
1029
|
VenueId: string;
|
|
743
1030
|
VenueType: {
|
|
@@ -774,36 +1061,36 @@ declare const _default: {
|
|
|
774
1061
|
};
|
|
775
1062
|
CorporateAction: {
|
|
776
1063
|
kind: string;
|
|
777
|
-
|
|
778
|
-
|
|
1064
|
+
declDate: string;
|
|
1065
|
+
recordDate: string;
|
|
779
1066
|
targets: string;
|
|
780
|
-
|
|
781
|
-
|
|
1067
|
+
defaultWithholdingTax: string;
|
|
1068
|
+
withholdingTax: string;
|
|
782
1069
|
};
|
|
783
1070
|
InitiateCorporateActionArgs: {
|
|
784
1071
|
ticker: string;
|
|
785
1072
|
kind: string;
|
|
786
|
-
|
|
787
|
-
|
|
1073
|
+
declDate: string;
|
|
1074
|
+
recordDate: string;
|
|
788
1075
|
details: string;
|
|
789
1076
|
targets: string;
|
|
790
|
-
|
|
791
|
-
|
|
1077
|
+
defaultWithholdingTax: string;
|
|
1078
|
+
withholdingTax: string;
|
|
792
1079
|
};
|
|
793
1080
|
LocalCAId: string;
|
|
794
1081
|
CAId: {
|
|
795
1082
|
ticker: string;
|
|
796
|
-
|
|
1083
|
+
localId: string;
|
|
797
1084
|
};
|
|
798
1085
|
Distribution: {
|
|
799
1086
|
from: string;
|
|
800
1087
|
currency: string;
|
|
801
|
-
|
|
1088
|
+
perShare: string;
|
|
802
1089
|
amount: string;
|
|
803
1090
|
remaining: string;
|
|
804
1091
|
reclaimed: string;
|
|
805
|
-
|
|
806
|
-
|
|
1092
|
+
paymentAt: string;
|
|
1093
|
+
expiresAt: string;
|
|
807
1094
|
};
|
|
808
1095
|
SlashingSwitch: {
|
|
809
1096
|
_enum: string[];
|
|
@@ -813,8 +1100,8 @@ declare const _default: {
|
|
|
813
1100
|
price: string;
|
|
814
1101
|
};
|
|
815
1102
|
PermissionedIdentityPrefs: {
|
|
816
|
-
|
|
817
|
-
|
|
1103
|
+
intendedCount: string;
|
|
1104
|
+
runningCount: string;
|
|
818
1105
|
};
|
|
819
1106
|
CanTransferGranularReturn: {
|
|
820
1107
|
_enum: {
|
|
@@ -823,25 +1110,25 @@ declare const _default: {
|
|
|
823
1110
|
};
|
|
824
1111
|
};
|
|
825
1112
|
GranularCanTransferResult: {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
1113
|
+
invalidGranularity: string;
|
|
1114
|
+
selfTransfer: string;
|
|
1115
|
+
invalidReceiverCdd: string;
|
|
1116
|
+
invalidSenderCdd: string;
|
|
1117
|
+
receiverCustodianError: string;
|
|
1118
|
+
senderCustodianError: string;
|
|
1119
|
+
senderInsufficientBalance: string;
|
|
1120
|
+
portfolioValidityResult: string;
|
|
1121
|
+
assetFrozen: string;
|
|
1122
|
+
transferConditionResult: string;
|
|
1123
|
+
complianceResult: string;
|
|
837
1124
|
result: string;
|
|
838
|
-
|
|
1125
|
+
consumedWeight: string;
|
|
839
1126
|
};
|
|
840
1127
|
PortfolioValidityResult: {
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
1128
|
+
receiverIsSamePortfolio: string;
|
|
1129
|
+
senderPortfolioDoesNotExist: string;
|
|
1130
|
+
receiverPortfolioDoesNotExist: string;
|
|
1131
|
+
senderInsufficientBalance: string;
|
|
845
1132
|
result: string;
|
|
846
1133
|
};
|
|
847
1134
|
TransferConditionResult: {
|
|
@@ -860,8 +1147,8 @@ declare const _default: {
|
|
|
860
1147
|
};
|
|
861
1148
|
Member: {
|
|
862
1149
|
id: string;
|
|
863
|
-
|
|
864
|
-
|
|
1150
|
+
expiryAt: string;
|
|
1151
|
+
inactiveFrom: string;
|
|
865
1152
|
};
|
|
866
1153
|
ItnRewardStatus: {
|
|
867
1154
|
_enum: {
|
|
@@ -894,8 +1181,8 @@ declare const _default: {
|
|
|
894
1181
|
nfts: string;
|
|
895
1182
|
};
|
|
896
1183
|
OffChainLeg: {
|
|
897
|
-
|
|
898
|
-
|
|
1184
|
+
senderIdentity: string;
|
|
1185
|
+
receiverIdentity: string;
|
|
899
1186
|
ticker: string;
|
|
900
1187
|
amount: string;
|
|
901
1188
|
};
|
|
@@ -932,14 +1219,29 @@ declare const _default: {
|
|
|
932
1219
|
error: string;
|
|
933
1220
|
};
|
|
934
1221
|
AssetCount: {
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
1222
|
+
fungibleTokens: string;
|
|
1223
|
+
nonFungibleTokens: string;
|
|
1224
|
+
offChainAssets: string;
|
|
938
1225
|
};
|
|
939
1226
|
AffirmationCount: {
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1227
|
+
senderAssetCount: string;
|
|
1228
|
+
receiverAssetCount: string;
|
|
1229
|
+
offchainCount: string;
|
|
1230
|
+
};
|
|
1231
|
+
ComplianceReport: {
|
|
1232
|
+
anyRequirementSatistifed: string;
|
|
1233
|
+
pausedCompliance: string;
|
|
1234
|
+
requirements: string;
|
|
1235
|
+
};
|
|
1236
|
+
RequirementReport: {
|
|
1237
|
+
requirementSatisfied: string;
|
|
1238
|
+
id: string;
|
|
1239
|
+
senderConditions: string;
|
|
1240
|
+
receiverConditions: string;
|
|
1241
|
+
};
|
|
1242
|
+
ConditionReport: {
|
|
1243
|
+
satisfied: string;
|
|
1244
|
+
condition: string;
|
|
943
1245
|
};
|
|
944
1246
|
};
|
|
945
1247
|
};
|