@polymeshassociation/polymesh-sdk 25.0.1-beta.1 → 25.1.0-alpha.1
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 +6 -1
- 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.1.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.js +3 -3
- 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
package/polkadot/schema.d.ts
CHANGED
|
@@ -29,10 +29,10 @@ declare const _default: {
|
|
|
29
29
|
DocumentType: string;
|
|
30
30
|
Document: {
|
|
31
31
|
uri: string;
|
|
32
|
-
|
|
32
|
+
contentHash: string;
|
|
33
33
|
name: string;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
docType: string;
|
|
35
|
+
filingDate: string;
|
|
36
36
|
};
|
|
37
37
|
Version: string;
|
|
38
38
|
CustomAssetTypeId: string;
|
|
@@ -72,10 +72,10 @@ declare const _default: {
|
|
|
72
72
|
FundingRoundName: string;
|
|
73
73
|
VenueDetails: string;
|
|
74
74
|
SecurityToken: {
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
totalSupply: string;
|
|
76
|
+
ownerDid: string;
|
|
77
77
|
divisible: string;
|
|
78
|
-
|
|
78
|
+
assetType: string;
|
|
79
79
|
};
|
|
80
80
|
AssetMetadataName: string;
|
|
81
81
|
AssetMetadataValue: string;
|
|
@@ -96,13 +96,13 @@ declare const _default: {
|
|
|
96
96
|
};
|
|
97
97
|
AssetMetadataValueDetail: {
|
|
98
98
|
expire: string;
|
|
99
|
-
|
|
99
|
+
lockStatus: string;
|
|
100
100
|
};
|
|
101
101
|
AssetMetadataDescription: string;
|
|
102
102
|
AssetMetadataSpec: {
|
|
103
103
|
url: string;
|
|
104
104
|
description: string;
|
|
105
|
-
|
|
105
|
+
typeDef: string;
|
|
106
106
|
};
|
|
107
107
|
PalletName: string;
|
|
108
108
|
DispatchableName: string;
|
|
@@ -128,8 +128,8 @@ declare const _default: {
|
|
|
128
128
|
};
|
|
129
129
|
};
|
|
130
130
|
PalletPermissions: {
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
palletName: string;
|
|
132
|
+
dispatchableNames: string;
|
|
133
133
|
};
|
|
134
134
|
ExtrinsicPermissions: {
|
|
135
135
|
_enum: {
|
|
@@ -154,22 +154,22 @@ declare const _default: {
|
|
|
154
154
|
permissions: string;
|
|
155
155
|
};
|
|
156
156
|
SecondaryKeyWithAuth: {
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
secondaryKey: string;
|
|
158
|
+
authSignature: string;
|
|
159
159
|
};
|
|
160
160
|
Subsidy: {
|
|
161
|
-
|
|
161
|
+
payingKey: string;
|
|
162
162
|
remaining: string;
|
|
163
163
|
};
|
|
164
164
|
IdentityRole: {
|
|
165
165
|
_enum: string[];
|
|
166
166
|
};
|
|
167
167
|
PreAuthorizedKeyInfo: {
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
targetId: string;
|
|
169
|
+
secondaryKey: string;
|
|
170
170
|
};
|
|
171
171
|
DidRecord: {
|
|
172
|
-
|
|
172
|
+
primaryKey: string;
|
|
173
173
|
};
|
|
174
174
|
KeyRecord: {
|
|
175
175
|
_enum: {
|
|
@@ -222,15 +222,15 @@ declare const _default: {
|
|
|
222
222
|
};
|
|
223
223
|
};
|
|
224
224
|
IdentityClaim: {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
225
|
+
claimIssuer: string;
|
|
226
|
+
issuanceDate: string;
|
|
227
|
+
lastUpdateDate: string;
|
|
228
228
|
expiry: string;
|
|
229
229
|
claim: string;
|
|
230
230
|
};
|
|
231
231
|
ComplianceRequirement: {
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
senderConditions: string;
|
|
233
|
+
receiverConditions: string;
|
|
234
234
|
id: string;
|
|
235
235
|
};
|
|
236
236
|
ComplianceRequirementResult: {
|
|
@@ -267,17 +267,17 @@ declare const _default: {
|
|
|
267
267
|
result: string;
|
|
268
268
|
};
|
|
269
269
|
TargetIdAuthorization: {
|
|
270
|
-
|
|
270
|
+
targetId: string;
|
|
271
271
|
nonce: string;
|
|
272
|
-
|
|
272
|
+
expiresAt: string;
|
|
273
273
|
};
|
|
274
274
|
TickerRegistration: {
|
|
275
275
|
owner: string;
|
|
276
276
|
expiry: string;
|
|
277
277
|
};
|
|
278
278
|
TickerRegistrationConfig: {
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
maxTickerLength: string;
|
|
280
|
+
registrationLength: string;
|
|
281
281
|
};
|
|
282
282
|
EthereumAddress: string;
|
|
283
283
|
EcdsaSignature: string;
|
|
@@ -286,7 +286,7 @@ declare const _default: {
|
|
|
286
286
|
ChoiceTitle: string;
|
|
287
287
|
Motion: {
|
|
288
288
|
title: string;
|
|
289
|
-
|
|
289
|
+
infoLink: string;
|
|
290
290
|
choices: string;
|
|
291
291
|
};
|
|
292
292
|
BallotTitle: string;
|
|
@@ -314,8 +314,8 @@ declare const _default: {
|
|
|
314
314
|
id: string;
|
|
315
315
|
url: string;
|
|
316
316
|
description: string;
|
|
317
|
-
|
|
318
|
-
|
|
317
|
+
createdAt: string;
|
|
318
|
+
transactionVersion: string;
|
|
319
319
|
expiry: string;
|
|
320
320
|
};
|
|
321
321
|
Proposer: {
|
|
@@ -337,8 +337,8 @@ declare const _default: {
|
|
|
337
337
|
};
|
|
338
338
|
SnapshotId: string;
|
|
339
339
|
SnapshotMetadata: {
|
|
340
|
-
|
|
341
|
-
|
|
340
|
+
createdAt: string;
|
|
341
|
+
madeBy: string;
|
|
342
342
|
id: string;
|
|
343
343
|
};
|
|
344
344
|
SnapshotResult: {
|
|
@@ -379,10 +379,10 @@ declare const _default: {
|
|
|
379
379
|
};
|
|
380
380
|
OffChainSignature: string;
|
|
381
381
|
Authorization: {
|
|
382
|
-
|
|
383
|
-
|
|
382
|
+
authorizationData: string;
|
|
383
|
+
authorizedBy: string;
|
|
384
384
|
expiry: string;
|
|
385
|
-
|
|
385
|
+
authId: string;
|
|
386
386
|
};
|
|
387
387
|
AuthorizationData: {
|
|
388
388
|
_enum: {
|
|
@@ -408,7 +408,7 @@ declare const _default: {
|
|
|
408
408
|
nonce: string;
|
|
409
409
|
recipient: string;
|
|
410
410
|
amount: string;
|
|
411
|
-
|
|
411
|
+
txHash: string;
|
|
412
412
|
};
|
|
413
413
|
AssetScope: {
|
|
414
414
|
_enum: {
|
|
@@ -420,7 +420,7 @@ declare const _default: {
|
|
|
420
420
|
};
|
|
421
421
|
StatType: {
|
|
422
422
|
op: string;
|
|
423
|
-
|
|
423
|
+
claimIssuer: string;
|
|
424
424
|
};
|
|
425
425
|
StatClaim: {
|
|
426
426
|
_enum: {
|
|
@@ -431,7 +431,7 @@ declare const _default: {
|
|
|
431
431
|
};
|
|
432
432
|
Stat1stKey: {
|
|
433
433
|
asset: string;
|
|
434
|
-
|
|
434
|
+
statType: string;
|
|
435
435
|
};
|
|
436
436
|
Stat2ndKey: {
|
|
437
437
|
_enum: {
|
|
@@ -458,7 +458,7 @@ declare const _default: {
|
|
|
458
458
|
TransferConditionExemptKey: {
|
|
459
459
|
asset: string;
|
|
460
460
|
op: string;
|
|
461
|
-
|
|
461
|
+
claimType: string;
|
|
462
462
|
};
|
|
463
463
|
AssetCompliance: {
|
|
464
464
|
paused: string;
|
|
@@ -471,7 +471,7 @@ declare const _default: {
|
|
|
471
471
|
};
|
|
472
472
|
Claim1stKey: {
|
|
473
473
|
target: string;
|
|
474
|
-
|
|
474
|
+
claimType: string;
|
|
475
475
|
};
|
|
476
476
|
Claim2ndKey: {
|
|
477
477
|
issuer: string;
|
|
@@ -479,14 +479,14 @@ declare const _default: {
|
|
|
479
479
|
};
|
|
480
480
|
InactiveMember: {
|
|
481
481
|
id: string;
|
|
482
|
-
|
|
482
|
+
deactivatedAt: string;
|
|
483
483
|
expiry: string;
|
|
484
484
|
};
|
|
485
485
|
VotingResult: {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
486
|
+
ayesCount: string;
|
|
487
|
+
ayesStake: string;
|
|
488
|
+
naysCount: string;
|
|
489
|
+
naysStake: string;
|
|
490
490
|
};
|
|
491
491
|
ProtocolOp: {
|
|
492
492
|
_enum: string[];
|
|
@@ -504,8 +504,8 @@ declare const _default: {
|
|
|
504
504
|
};
|
|
505
505
|
};
|
|
506
506
|
RpcDidRecordsSuccess: {
|
|
507
|
-
|
|
508
|
-
|
|
507
|
+
primaryKey: string;
|
|
508
|
+
secondaryKeys: string;
|
|
509
509
|
};
|
|
510
510
|
RpcDidRecords: {
|
|
511
511
|
_enum: {
|
|
@@ -531,8 +531,8 @@ declare const _default: {
|
|
|
531
531
|
BridgeTxDetail: {
|
|
532
532
|
amount: string;
|
|
533
533
|
status: string;
|
|
534
|
-
|
|
535
|
-
|
|
534
|
+
executionBlock: string;
|
|
535
|
+
txHash: string;
|
|
536
536
|
};
|
|
537
537
|
BridgeTxStatus: {
|
|
538
538
|
_enum: {
|
|
@@ -575,7 +575,7 @@ declare const _default: {
|
|
|
575
575
|
rejections: string;
|
|
576
576
|
status: string;
|
|
577
577
|
expiry: string;
|
|
578
|
-
|
|
578
|
+
autoClose: string;
|
|
579
579
|
};
|
|
580
580
|
ProposalStatus: {
|
|
581
581
|
_enum: {
|
|
@@ -661,20 +661,20 @@ declare const _default: {
|
|
|
661
661
|
LegId: string;
|
|
662
662
|
InstructionId: string;
|
|
663
663
|
Instruction: {
|
|
664
|
-
|
|
665
|
-
|
|
664
|
+
instructionId: string;
|
|
665
|
+
venueId: string;
|
|
666
666
|
status: string;
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
667
|
+
settlementType: string;
|
|
668
|
+
createdAt: string;
|
|
669
|
+
tradeDate: string;
|
|
670
|
+
valueDate: string;
|
|
671
671
|
};
|
|
672
672
|
Venue: {
|
|
673
673
|
creator: string;
|
|
674
|
-
|
|
674
|
+
venueType: string;
|
|
675
675
|
};
|
|
676
676
|
Receipt: {
|
|
677
|
-
|
|
677
|
+
receiptUid: string;
|
|
678
678
|
from: string;
|
|
679
679
|
to: string;
|
|
680
680
|
asset: string;
|
|
@@ -682,8 +682,8 @@ declare const _default: {
|
|
|
682
682
|
};
|
|
683
683
|
ReceiptMetadata: string;
|
|
684
684
|
ReceiptDetails: {
|
|
685
|
-
|
|
686
|
-
|
|
685
|
+
receiptUid: string;
|
|
686
|
+
legId: string;
|
|
687
687
|
signer: string;
|
|
688
688
|
signature: string;
|
|
689
689
|
metadata: string;
|
|
@@ -727,16 +727,16 @@ declare const _default: {
|
|
|
727
727
|
};
|
|
728
728
|
Fundraiser: {
|
|
729
729
|
creator: string;
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
730
|
+
offeringPortfolio: string;
|
|
731
|
+
offeringAsset: string;
|
|
732
|
+
raisingPortfolio: string;
|
|
733
|
+
raisingAsset: string;
|
|
734
734
|
tiers: string;
|
|
735
|
-
|
|
735
|
+
venueId: string;
|
|
736
736
|
start: string;
|
|
737
737
|
end: string;
|
|
738
738
|
status: string;
|
|
739
|
-
|
|
739
|
+
minimumInvestment: string;
|
|
740
740
|
};
|
|
741
741
|
VenueId: string;
|
|
742
742
|
VenueType: {
|
|
@@ -773,36 +773,36 @@ declare const _default: {
|
|
|
773
773
|
};
|
|
774
774
|
CorporateAction: {
|
|
775
775
|
kind: string;
|
|
776
|
-
|
|
777
|
-
|
|
776
|
+
declDate: string;
|
|
777
|
+
recordDate: string;
|
|
778
778
|
targets: string;
|
|
779
|
-
|
|
780
|
-
|
|
779
|
+
defaultWithholdingTax: string;
|
|
780
|
+
withholdingTax: string;
|
|
781
781
|
};
|
|
782
782
|
InitiateCorporateActionArgs: {
|
|
783
783
|
ticker: string;
|
|
784
784
|
kind: string;
|
|
785
|
-
|
|
786
|
-
|
|
785
|
+
declDate: string;
|
|
786
|
+
recordDate: string;
|
|
787
787
|
details: string;
|
|
788
788
|
targets: string;
|
|
789
|
-
|
|
790
|
-
|
|
789
|
+
defaultWithholdingTax: string;
|
|
790
|
+
withholdingTax: string;
|
|
791
791
|
};
|
|
792
792
|
LocalCAId: string;
|
|
793
793
|
CAId: {
|
|
794
794
|
ticker: string;
|
|
795
|
-
|
|
795
|
+
localId: string;
|
|
796
796
|
};
|
|
797
797
|
Distribution: {
|
|
798
798
|
from: string;
|
|
799
799
|
currency: string;
|
|
800
|
-
|
|
800
|
+
perShare: string;
|
|
801
801
|
amount: string;
|
|
802
802
|
remaining: string;
|
|
803
803
|
reclaimed: string;
|
|
804
|
-
|
|
805
|
-
|
|
804
|
+
paymentAt: string;
|
|
805
|
+
expiresAt: string;
|
|
806
806
|
};
|
|
807
807
|
SlashingSwitch: {
|
|
808
808
|
_enum: string[];
|
|
@@ -812,8 +812,8 @@ declare const _default: {
|
|
|
812
812
|
price: string;
|
|
813
813
|
};
|
|
814
814
|
PermissionedIdentityPrefs: {
|
|
815
|
-
|
|
816
|
-
|
|
815
|
+
intendedCount: string;
|
|
816
|
+
runningCount: string;
|
|
817
817
|
};
|
|
818
818
|
CanTransferGranularReturn: {
|
|
819
819
|
_enum: {
|
|
@@ -822,25 +822,25 @@ declare const _default: {
|
|
|
822
822
|
};
|
|
823
823
|
};
|
|
824
824
|
GranularCanTransferResult: {
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
825
|
+
invalidGranularity: string;
|
|
826
|
+
selfTransfer: string;
|
|
827
|
+
invalidReceiverCdd: string;
|
|
828
|
+
invalidSenderCdd: string;
|
|
829
|
+
receiverCustodianError: string;
|
|
830
|
+
senderCustodianError: string;
|
|
831
|
+
senderInsufficientBalance: string;
|
|
832
|
+
portfolioValidityResult: string;
|
|
833
|
+
assetFrozen: string;
|
|
834
|
+
transferConditionResult: string;
|
|
835
|
+
complianceResult: string;
|
|
836
836
|
result: string;
|
|
837
|
-
|
|
837
|
+
consumedWeight: string;
|
|
838
838
|
};
|
|
839
839
|
PortfolioValidityResult: {
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
840
|
+
receiverIsSamePortfolio: string;
|
|
841
|
+
senderPortfolioDoesNotExist: string;
|
|
842
|
+
receiverPortfolioDoesNotExist: string;
|
|
843
|
+
senderInsufficientBalance: string;
|
|
844
844
|
result: string;
|
|
845
845
|
};
|
|
846
846
|
TransferConditionResult: {
|
|
@@ -859,8 +859,8 @@ declare const _default: {
|
|
|
859
859
|
};
|
|
860
860
|
Member: {
|
|
861
861
|
id: string;
|
|
862
|
-
|
|
863
|
-
|
|
862
|
+
expiryAt: string;
|
|
863
|
+
inactiveFrom: string;
|
|
864
864
|
};
|
|
865
865
|
ItnRewardStatus: {
|
|
866
866
|
_enum: {
|
|
@@ -893,8 +893,8 @@ declare const _default: {
|
|
|
893
893
|
nfts: string;
|
|
894
894
|
};
|
|
895
895
|
OffChainLeg: {
|
|
896
|
-
|
|
897
|
-
|
|
896
|
+
senderIdentity: string;
|
|
897
|
+
receiverIdentity: string;
|
|
898
898
|
ticker: string;
|
|
899
899
|
amount: string;
|
|
900
900
|
};
|
|
@@ -931,14 +931,29 @@ declare const _default: {
|
|
|
931
931
|
error: string;
|
|
932
932
|
};
|
|
933
933
|
AssetCount: {
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
934
|
+
fungibleTokens: string;
|
|
935
|
+
nonFungibleTokens: string;
|
|
936
|
+
offChainAssets: string;
|
|
937
937
|
};
|
|
938
938
|
AffirmationCount: {
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
939
|
+
senderAssetCount: string;
|
|
940
|
+
receiverAssetCount: string;
|
|
941
|
+
offchainCount: string;
|
|
942
|
+
};
|
|
943
|
+
ComplianceReport: {
|
|
944
|
+
anyRequirementSatistifed: string;
|
|
945
|
+
pausedCompliance: string;
|
|
946
|
+
requirements: string;
|
|
947
|
+
};
|
|
948
|
+
RequirementReport: {
|
|
949
|
+
requirementSatisfied: string;
|
|
950
|
+
id: string;
|
|
951
|
+
senderConditions: string;
|
|
952
|
+
receiverConditions: string;
|
|
953
|
+
};
|
|
954
|
+
ConditionReport: {
|
|
955
|
+
satisfied: string;
|
|
956
|
+
condition: string;
|
|
942
957
|
};
|
|
943
958
|
};
|
|
944
959
|
rpc: {
|
|
@@ -1138,7 +1153,20 @@ declare const _default: {
|
|
|
1138
1153
|
};
|
|
1139
1154
|
};
|
|
1140
1155
|
runtime: {
|
|
1141
|
-
AssetApi: {
|
|
1156
|
+
AssetApi: ({
|
|
1157
|
+
methods: {
|
|
1158
|
+
transfer_report: {
|
|
1159
|
+
description: string;
|
|
1160
|
+
params: {
|
|
1161
|
+
name: string;
|
|
1162
|
+
type: string;
|
|
1163
|
+
}[];
|
|
1164
|
+
type: string;
|
|
1165
|
+
};
|
|
1166
|
+
can_transfer_granular?: undefined;
|
|
1167
|
+
};
|
|
1168
|
+
version: number;
|
|
1169
|
+
} | {
|
|
1142
1170
|
methods: {
|
|
1143
1171
|
can_transfer_granular: {
|
|
1144
1172
|
description: string;
|
|
@@ -1148,9 +1176,10 @@ declare const _default: {
|
|
|
1148
1176
|
}[];
|
|
1149
1177
|
type: string;
|
|
1150
1178
|
};
|
|
1179
|
+
transfer_report?: undefined;
|
|
1151
1180
|
};
|
|
1152
1181
|
version: number;
|
|
1153
|
-
}[];
|
|
1182
|
+
})[];
|
|
1154
1183
|
GroupApi: {
|
|
1155
1184
|
methods: {
|
|
1156
1185
|
get_cdd_valid_members: {
|
|
@@ -1166,7 +1195,60 @@ declare const _default: {
|
|
|
1166
1195
|
};
|
|
1167
1196
|
version: number;
|
|
1168
1197
|
}[];
|
|
1169
|
-
IdentityApi: {
|
|
1198
|
+
IdentityApi: ({
|
|
1199
|
+
methods: {
|
|
1200
|
+
is_identity_has_valid_cdd: {
|
|
1201
|
+
description: string;
|
|
1202
|
+
params: {
|
|
1203
|
+
name: string;
|
|
1204
|
+
type: string;
|
|
1205
|
+
}[];
|
|
1206
|
+
type: string;
|
|
1207
|
+
};
|
|
1208
|
+
get_did_records: {
|
|
1209
|
+
description: string;
|
|
1210
|
+
params: {
|
|
1211
|
+
name: string;
|
|
1212
|
+
type: string;
|
|
1213
|
+
}[];
|
|
1214
|
+
type: string;
|
|
1215
|
+
};
|
|
1216
|
+
get_did_status: {
|
|
1217
|
+
description: string;
|
|
1218
|
+
params: {
|
|
1219
|
+
name: string;
|
|
1220
|
+
type: string;
|
|
1221
|
+
}[];
|
|
1222
|
+
type: string;
|
|
1223
|
+
};
|
|
1224
|
+
get_filtered_authorizations: {
|
|
1225
|
+
description: string;
|
|
1226
|
+
params: {
|
|
1227
|
+
name: string;
|
|
1228
|
+
type: string;
|
|
1229
|
+
}[];
|
|
1230
|
+
type: string;
|
|
1231
|
+
};
|
|
1232
|
+
get_key_identity_data: {
|
|
1233
|
+
description: string;
|
|
1234
|
+
params: {
|
|
1235
|
+
name: string;
|
|
1236
|
+
type: string;
|
|
1237
|
+
}[];
|
|
1238
|
+
type: string;
|
|
1239
|
+
};
|
|
1240
|
+
valid_cdd_claims: {
|
|
1241
|
+
description: string;
|
|
1242
|
+
params: {
|
|
1243
|
+
name: string;
|
|
1244
|
+
type: string;
|
|
1245
|
+
}[];
|
|
1246
|
+
type: string;
|
|
1247
|
+
};
|
|
1248
|
+
get_asset_did?: undefined;
|
|
1249
|
+
};
|
|
1250
|
+
version: number;
|
|
1251
|
+
} | {
|
|
1170
1252
|
methods: {
|
|
1171
1253
|
is_identity_has_valid_cdd: {
|
|
1172
1254
|
description: string;
|
|
@@ -1226,8 +1308,21 @@ declare const _default: {
|
|
|
1226
1308
|
};
|
|
1227
1309
|
};
|
|
1228
1310
|
version: number;
|
|
1229
|
-
}[];
|
|
1230
|
-
NFTApi: {
|
|
1311
|
+
})[];
|
|
1312
|
+
NFTApi: ({
|
|
1313
|
+
methods: {
|
|
1314
|
+
transfer_report: {
|
|
1315
|
+
description: string;
|
|
1316
|
+
params: {
|
|
1317
|
+
name: string;
|
|
1318
|
+
type: string;
|
|
1319
|
+
}[];
|
|
1320
|
+
type: string;
|
|
1321
|
+
};
|
|
1322
|
+
validate_nft_transfer?: undefined;
|
|
1323
|
+
};
|
|
1324
|
+
version: number;
|
|
1325
|
+
} | {
|
|
1231
1326
|
methods: {
|
|
1232
1327
|
validate_nft_transfer: {
|
|
1233
1328
|
description: string;
|
|
@@ -1237,9 +1332,10 @@ declare const _default: {
|
|
|
1237
1332
|
}[];
|
|
1238
1333
|
type: string;
|
|
1239
1334
|
};
|
|
1335
|
+
transfer_report?: undefined;
|
|
1240
1336
|
};
|
|
1241
1337
|
version: number;
|
|
1242
|
-
}[];
|
|
1338
|
+
})[];
|
|
1243
1339
|
SettlementApi: {
|
|
1244
1340
|
methods: {
|
|
1245
1341
|
get_execute_instruction_info: {
|
package/polkadot/schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/polkadot/schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/polkadot/schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAuoEE"}
|