@polymeshassociation/polymesh-sdk 26.0.0-alpha.4 → 26.0.0-beta.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 +61 -1
- package/api/client/Assets.js +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +13 -3
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +8 -0
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +5 -1
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Identity/Portfolios.d.ts +8 -0
- package/api/entities/Identity/Portfolios.d.ts.map +1 -1
- package/api/entities/Identity/Portfolios.js +21 -0
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +8 -1
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/TickerReservation/index.js +1 -1
- package/api/entities/Venue/types.d.ts +1 -1
- package/api/entities/Venue/types.d.ts.map +1 -1
- package/api/procedures/createAsset.d.ts +1 -1
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +38 -20
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/types.d.ts +6 -1
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/unlinkTickerFromAsset.d.ts +28 -0
- package/api/procedures/unlinkTickerFromAsset.d.ts.map +1 -0
- package/api/procedures/unlinkTickerFromAsset.js +81 -0
- package/api/procedures/unlinkTickerFromAsset.js.map +1 -0
- package/base/Context.js +1 -1
- package/generated/types.d.ts +4 -2
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +2 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +1 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +4 -2
- package/internal.js.map +1 -1
- package/middleware/types.d.ts +1162 -3
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +540 -4
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-beta.1.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/asset/definitions.js +1 -1
- package/polkadot/augment-api-errors.d.ts +30 -6
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +120 -137
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +170 -162
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +4 -4
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +198 -258
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +1 -2
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/compliance/definitions.js +1 -1
- package/polkadot/lookup.d.ts +248 -251
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +398 -395
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +1 -2
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +9 -10
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +10 -11
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +3 -3
- package/polkadot/schema.d.ts +1 -2
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +14 -15
- package/polkadot/schema.js.map +1 -1
- package/polkadot/types-lookup.d.ts +411 -414
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/internal.d.ts +4 -4
- package/utils/constants.d.ts +1 -5
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -6
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +7 -7
- package/utils/conversion.js +2 -2
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +2 -2
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +8 -3
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-alpha.4.tgz +0 -0
|
@@ -3,24 +3,24 @@ import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
|
|
|
3
3
|
import type { BTreeSet, Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
4
|
import type { ITuple } from '@polkadot/types-codec/types';
|
|
5
5
|
import type { AccountId32, H256, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
|
|
6
|
-
import type { FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, PalletCorporateActionsBallotBallotMeta, PalletCorporateActionsBallotBallotTimeRange, PalletCorporateActionsBallotBallotVote, PalletCorporateActionsCaId, PalletCorporateActionsCorporateAction, PalletCorporateActionsDistribution, PalletCorporateActionsTargetIdentities, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletPipsProposalData, PalletPipsProposalState, PalletPipsProposer, PalletPipsSnapshottedPip, PalletStakingExposure, PalletStakingForcing, PalletStakingSlashingSwitch, PalletStakingValidatorPrefs, PalletStoFundraiser, PolymeshCommonUtilitiesCheckpointScheduleCheckpoints, PolymeshCommonUtilitiesMaybeBlock, PolymeshContractsApi, PolymeshContractsChainExtensionExtrinsicId, PolymeshContractsChainVersion, PolymeshPrimitivesAgentAgentGroup,
|
|
6
|
+
import type { FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, PalletCorporateActionsBallotBallotMeta, PalletCorporateActionsBallotBallotTimeRange, PalletCorporateActionsBallotBallotVote, PalletCorporateActionsCaId, PalletCorporateActionsCorporateAction, PalletCorporateActionsDistribution, PalletCorporateActionsTargetIdentities, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletPipsProposalData, PalletPipsProposalState, PalletPipsProposer, PalletPipsSnapshottedPip, PalletStakingExposure, PalletStakingForcing, PalletStakingSlashingSwitch, PalletStakingValidatorPrefs, PalletStoFundraiser, PolymeshCommonUtilitiesCheckpointScheduleCheckpoints, PolymeshCommonUtilitiesMaybeBlock, PolymeshContractsApi, PolymeshContractsChainExtensionExtrinsicId, PolymeshContractsChainVersion, PolymeshPrimitivesAgentAgentGroup, PolymeshPrimitivesAssetAssetId, PolymeshPrimitivesAssetAssetType, PolymeshPrimitivesAssetIdentifier, PolymeshPrimitivesAssetMetadataAssetMetadataKey, PolymeshPrimitivesAssetMetadataAssetMetadataSpec, PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail, PolymeshPrimitivesAuthorizationAuthorizationData, PolymeshPrimitivesComplianceManagerComplianceRequirement, PolymeshPrimitivesConditionTrustedIssuer, PolymeshPrimitivesDocument, PolymeshPrimitivesEventOnly, PolymeshPrimitivesIdentityClaim, PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityIdPortfolioId, PolymeshPrimitivesMemo, PolymeshPrimitivesNftNfTs, PolymeshPrimitivesPortfolioFundDescription, PolymeshPrimitivesPortfolioPortfolioUpdateReason, PolymeshPrimitivesPosRatio, PolymeshPrimitivesSecondaryKey, PolymeshPrimitivesSecondaryKeyExtrinsicPermissions, PolymeshPrimitivesSecondaryKeyPermissions, PolymeshPrimitivesSettlementLeg, PolymeshPrimitivesSettlementReceiptMetadata, PolymeshPrimitivesSettlementSettlementType, PolymeshPrimitivesSettlementVenueType, PolymeshPrimitivesStatisticsStatType, PolymeshPrimitivesStatisticsStatUpdate, PolymeshPrimitivesTicker, PolymeshPrimitivesTransferComplianceTransferCondition, PolymeshPrimitivesTransferComplianceTransferConditionExemptKey, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError } from "./types-lookup.ts";
|
|
7
7
|
export declare type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
|
|
8
8
|
declare module '@polkadot/api-base/types/events' {
|
|
9
9
|
interface AugmentedEvents<ApiType extends ApiTypes> {
|
|
10
10
|
asset: {
|
|
11
11
|
/**
|
|
12
12
|
* An asset has been added to the list of pre aprroved receivement (valid for all identities).
|
|
13
|
-
* Parameters: [`
|
|
13
|
+
* Parameters: [`AssetId`] of the pre approved asset.
|
|
14
14
|
**/
|
|
15
|
-
AssetAffirmationExemption: AugmentedEvent<ApiType, [
|
|
15
|
+
AssetAffirmationExemption: AugmentedEvent<ApiType, [PolymeshPrimitivesAssetAssetId]>;
|
|
16
16
|
/**
|
|
17
17
|
* Emitted when Tokens were issued, redeemed or transferred.
|
|
18
|
-
* Contains the [`IdentityId`] of the receiver/issuer/redeemer, the [`
|
|
18
|
+
* Contains the [`IdentityId`] of the receiver/issuer/redeemer, the [`AssetId`] for the token, the balance that was issued/transferred/redeemed,
|
|
19
19
|
* the [`PortfolioId`] of the source, the [`PortfolioId`] of the destination and the [`PortfolioUpdateReason`].
|
|
20
20
|
**/
|
|
21
21
|
AssetBalanceUpdated: AugmentedEvent<ApiType, [
|
|
22
22
|
PolymeshPrimitivesIdentityId,
|
|
23
|
-
|
|
23
|
+
PolymeshPrimitivesAssetAssetId,
|
|
24
24
|
u128,
|
|
25
25
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
26
26
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
@@ -28,11 +28,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
28
28
|
]>;
|
|
29
29
|
/**
|
|
30
30
|
* Event for creation of the asset.
|
|
31
|
-
* caller DID/ owner DID,
|
|
31
|
+
* caller DID/ owner DID, AssetId, divisibility, asset type, beneficiary DID, asset name, identifiers, funding round
|
|
32
32
|
**/
|
|
33
33
|
AssetCreated: AugmentedEvent<ApiType, [
|
|
34
34
|
PolymeshPrimitivesIdentityId,
|
|
35
|
-
|
|
35
|
+
PolymeshPrimitivesAssetAssetId,
|
|
36
36
|
bool,
|
|
37
37
|
PolymeshPrimitivesAssetAssetType,
|
|
38
38
|
PolymeshPrimitivesIdentityId,
|
|
@@ -42,64 +42,64 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
42
42
|
]>;
|
|
43
43
|
/**
|
|
44
44
|
* An event emitted when an asset is frozen.
|
|
45
|
-
* Parameter: caller DID,
|
|
45
|
+
* Parameter: caller DID, AssetId.
|
|
46
46
|
**/
|
|
47
47
|
AssetFrozen: AugmentedEvent<ApiType, [
|
|
48
48
|
PolymeshPrimitivesIdentityId,
|
|
49
|
-
|
|
49
|
+
PolymeshPrimitivesAssetAssetId
|
|
50
50
|
]>;
|
|
51
51
|
/**
|
|
52
52
|
* An identity has added mandatory mediators to an asset.
|
|
53
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
53
|
+
* Parameters: [`IdentityId`] of caller, [`AssetId`] of the asset, the identity of all mediators added.
|
|
54
54
|
**/
|
|
55
55
|
AssetMediatorsAdded: AugmentedEvent<ApiType, [
|
|
56
56
|
PolymeshPrimitivesIdentityId,
|
|
57
|
-
|
|
57
|
+
PolymeshPrimitivesAssetAssetId,
|
|
58
58
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
59
59
|
]>;
|
|
60
60
|
/**
|
|
61
61
|
* An identity has removed mediators from an asset.
|
|
62
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
62
|
+
* Parameters: [`IdentityId`] of caller, [`AssetId`] of the asset, the identity of all mediators removed.
|
|
63
63
|
**/
|
|
64
64
|
AssetMediatorsRemoved: AugmentedEvent<ApiType, [
|
|
65
65
|
PolymeshPrimitivesIdentityId,
|
|
66
|
-
|
|
66
|
+
PolymeshPrimitivesAssetAssetId,
|
|
67
67
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
68
68
|
]>;
|
|
69
69
|
/**
|
|
70
70
|
* Emit when token ownership is transferred.
|
|
71
|
-
* caller DID / token ownership transferred to DID,
|
|
71
|
+
* caller DID / token ownership transferred to DID, AssetId, from
|
|
72
72
|
**/
|
|
73
73
|
AssetOwnershipTransferred: AugmentedEvent<ApiType, [
|
|
74
74
|
PolymeshPrimitivesIdentityId,
|
|
75
|
-
|
|
75
|
+
PolymeshPrimitivesAssetAssetId,
|
|
76
76
|
PolymeshPrimitivesIdentityId
|
|
77
77
|
]>;
|
|
78
78
|
/**
|
|
79
79
|
* An event emitted when a token is renamed.
|
|
80
|
-
* Parameters: caller DID,
|
|
80
|
+
* Parameters: caller DID, AssetId, new token name.
|
|
81
81
|
**/
|
|
82
82
|
AssetRenamed: AugmentedEvent<ApiType, [
|
|
83
83
|
PolymeshPrimitivesIdentityId,
|
|
84
|
-
|
|
84
|
+
PolymeshPrimitivesAssetAssetId,
|
|
85
85
|
Bytes
|
|
86
86
|
]>;
|
|
87
87
|
/**
|
|
88
88
|
* An event emitted when the type of an asset changed.
|
|
89
|
-
* Parameters: caller DID,
|
|
89
|
+
* Parameters: caller DID, AssetId, new token type.
|
|
90
90
|
**/
|
|
91
91
|
AssetTypeChanged: AugmentedEvent<ApiType, [
|
|
92
92
|
PolymeshPrimitivesIdentityId,
|
|
93
|
-
|
|
93
|
+
PolymeshPrimitivesAssetAssetId,
|
|
94
94
|
PolymeshPrimitivesAssetAssetType
|
|
95
95
|
]>;
|
|
96
96
|
/**
|
|
97
97
|
* An event emitted when an asset is unfrozen.
|
|
98
|
-
* Parameter: caller DID,
|
|
98
|
+
* Parameter: caller DID, AssetId.
|
|
99
99
|
**/
|
|
100
100
|
AssetUnfrozen: AugmentedEvent<ApiType, [
|
|
101
101
|
PolymeshPrimitivesIdentityId,
|
|
102
|
-
|
|
102
|
+
PolymeshPrimitivesAssetAssetId
|
|
103
103
|
]>;
|
|
104
104
|
/**
|
|
105
105
|
* Event for when a forced transfer takes place.
|
|
@@ -107,7 +107,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
107
107
|
**/
|
|
108
108
|
ControllerTransfer: AugmentedEvent<ApiType, [
|
|
109
109
|
PolymeshPrimitivesIdentityId,
|
|
110
|
-
|
|
110
|
+
PolymeshPrimitivesAssetAssetId,
|
|
111
111
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
112
112
|
u128
|
|
113
113
|
]>;
|
|
@@ -127,11 +127,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
127
127
|
]>;
|
|
128
128
|
/**
|
|
129
129
|
* Event for change in divisibility.
|
|
130
|
-
* caller DID,
|
|
130
|
+
* caller DID, AssetId, divisibility
|
|
131
131
|
**/
|
|
132
132
|
DivisibilityChanged: AugmentedEvent<ApiType, [
|
|
133
133
|
PolymeshPrimitivesIdentityId,
|
|
134
|
-
|
|
134
|
+
PolymeshPrimitivesAssetAssetId,
|
|
135
135
|
bool
|
|
136
136
|
]>;
|
|
137
137
|
/**
|
|
@@ -139,7 +139,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
139
139
|
**/
|
|
140
140
|
DocumentAdded: AugmentedEvent<ApiType, [
|
|
141
141
|
PolymeshPrimitivesIdentityId,
|
|
142
|
-
|
|
142
|
+
PolymeshPrimitivesAssetAssetId,
|
|
143
143
|
u32,
|
|
144
144
|
PolymeshPrimitivesDocument
|
|
145
145
|
]>;
|
|
@@ -148,52 +148,52 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
148
148
|
**/
|
|
149
149
|
DocumentRemoved: AugmentedEvent<ApiType, [
|
|
150
150
|
PolymeshPrimitivesIdentityId,
|
|
151
|
-
|
|
151
|
+
PolymeshPrimitivesAssetAssetId,
|
|
152
152
|
u32
|
|
153
153
|
]>;
|
|
154
154
|
/**
|
|
155
155
|
* An event carrying the name of the current funding round of an asset.
|
|
156
|
-
* Parameters: caller DID,
|
|
156
|
+
* Parameters: caller DID, AssetId, funding round name.
|
|
157
157
|
**/
|
|
158
158
|
FundingRoundSet: AugmentedEvent<ApiType, [
|
|
159
159
|
PolymeshPrimitivesIdentityId,
|
|
160
|
-
|
|
160
|
+
PolymeshPrimitivesAssetAssetId,
|
|
161
161
|
Bytes
|
|
162
162
|
]>;
|
|
163
163
|
/**
|
|
164
164
|
* Event emitted when any token identifiers are updated.
|
|
165
|
-
* caller DID,
|
|
165
|
+
* caller DID, AssetId, a vector of (identifier type, identifier value)
|
|
166
166
|
**/
|
|
167
167
|
IdentifiersUpdated: AugmentedEvent<ApiType, [
|
|
168
168
|
PolymeshPrimitivesIdentityId,
|
|
169
|
-
|
|
169
|
+
PolymeshPrimitivesAssetAssetId,
|
|
170
170
|
Vec<PolymeshPrimitivesAssetIdentifier>
|
|
171
171
|
]>;
|
|
172
172
|
/**
|
|
173
173
|
* An event emitted when a local metadata key has been removed.
|
|
174
|
-
* Parameters: caller
|
|
174
|
+
* Parameters: caller AssetId, Local type name
|
|
175
175
|
**/
|
|
176
176
|
LocalMetadataKeyDeleted: AugmentedEvent<ApiType, [
|
|
177
177
|
PolymeshPrimitivesIdentityId,
|
|
178
|
-
|
|
178
|
+
PolymeshPrimitivesAssetAssetId,
|
|
179
179
|
u64
|
|
180
180
|
]>;
|
|
181
181
|
/**
|
|
182
182
|
* An event emitted when a local metadata value has been removed.
|
|
183
|
-
* Parameters: caller
|
|
183
|
+
* Parameters: caller AssetId, Local type name
|
|
184
184
|
**/
|
|
185
185
|
MetadataValueDeleted: AugmentedEvent<ApiType, [
|
|
186
186
|
PolymeshPrimitivesIdentityId,
|
|
187
|
-
|
|
187
|
+
PolymeshPrimitivesAssetAssetId,
|
|
188
188
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey
|
|
189
189
|
]>;
|
|
190
190
|
/**
|
|
191
191
|
* An identity has added an asset to the list of pre aprroved receivement.
|
|
192
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
192
|
+
* Parameters: [`IdentityId`] of caller, [`AssetId`] of the pre approved asset.
|
|
193
193
|
**/
|
|
194
194
|
PreApprovedAsset: AugmentedEvent<ApiType, [
|
|
195
195
|
PolymeshPrimitivesIdentityId,
|
|
196
|
-
|
|
196
|
+
PolymeshPrimitivesAssetAssetId
|
|
197
197
|
]>;
|
|
198
198
|
/**
|
|
199
199
|
* Register asset metadata global type.
|
|
@@ -206,55 +206,55 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
206
206
|
]>;
|
|
207
207
|
/**
|
|
208
208
|
* Register asset metadata local type.
|
|
209
|
-
* (Caller DID,
|
|
209
|
+
* (Caller DID, AssetId, Local type name, Local type key, type specs)
|
|
210
210
|
**/
|
|
211
211
|
RegisterAssetMetadataLocalType: AugmentedEvent<ApiType, [
|
|
212
212
|
PolymeshPrimitivesIdentityId,
|
|
213
|
-
|
|
213
|
+
PolymeshPrimitivesAssetAssetId,
|
|
214
214
|
Bytes,
|
|
215
215
|
u64,
|
|
216
216
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec
|
|
217
217
|
]>;
|
|
218
218
|
/**
|
|
219
219
|
* An asset has been removed from the list of pre aprroved receivement (valid for all identities).
|
|
220
|
-
* Parameters: [`
|
|
220
|
+
* Parameters: [`AssetId`] of the asset.
|
|
221
221
|
**/
|
|
222
|
-
RemoveAssetAffirmationExemption: AugmentedEvent<ApiType, [
|
|
222
|
+
RemoveAssetAffirmationExemption: AugmentedEvent<ApiType, [PolymeshPrimitivesAssetAssetId]>;
|
|
223
223
|
/**
|
|
224
224
|
* An identity has removed an asset to the list of pre aprroved receivement.
|
|
225
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
225
|
+
* Parameters: [`IdentityId`] of caller, [`AssetId`] of the asset.
|
|
226
226
|
**/
|
|
227
227
|
RemovePreApprovedAsset: AugmentedEvent<ApiType, [
|
|
228
228
|
PolymeshPrimitivesIdentityId,
|
|
229
|
-
|
|
229
|
+
PolymeshPrimitivesAssetAssetId
|
|
230
230
|
]>;
|
|
231
231
|
/**
|
|
232
232
|
* Set asset metadata value.
|
|
233
|
-
* (Caller DID,
|
|
233
|
+
* (Caller DID, AssetId, metadata value, optional value details)
|
|
234
234
|
**/
|
|
235
235
|
SetAssetMetadataValue: AugmentedEvent<ApiType, [
|
|
236
236
|
PolymeshPrimitivesIdentityId,
|
|
237
|
-
|
|
237
|
+
PolymeshPrimitivesAssetAssetId,
|
|
238
238
|
Bytes,
|
|
239
239
|
Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>
|
|
240
240
|
]>;
|
|
241
241
|
/**
|
|
242
242
|
* Set asset metadata value details (expire, lock status).
|
|
243
|
-
* (Caller DID,
|
|
243
|
+
* (Caller DID, AssetId, value details)
|
|
244
244
|
**/
|
|
245
245
|
SetAssetMetadataValueDetails: AugmentedEvent<ApiType, [
|
|
246
246
|
PolymeshPrimitivesIdentityId,
|
|
247
|
-
|
|
247
|
+
PolymeshPrimitivesAssetAssetId,
|
|
248
248
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail
|
|
249
249
|
]>;
|
|
250
250
|
/**
|
|
251
251
|
* An identity has linked a ticker to an asset.
|
|
252
|
-
* Parameters: [`IdentityId`] of caller, [`Ticker`] of the asset, the asset identifier [`
|
|
252
|
+
* Parameters: [`IdentityId`] of caller, [`Ticker`] of the asset, the asset identifier [`AssetId`].
|
|
253
253
|
**/
|
|
254
254
|
TickerLinkedToAsset: AugmentedEvent<ApiType, [
|
|
255
255
|
PolymeshPrimitivesIdentityId,
|
|
256
256
|
PolymeshPrimitivesTicker,
|
|
257
|
-
|
|
257
|
+
PolymeshPrimitivesAssetAssetId
|
|
258
258
|
]>;
|
|
259
259
|
/**
|
|
260
260
|
* Emit when ticker is registered.
|
|
@@ -274,6 +274,15 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
274
274
|
PolymeshPrimitivesTicker,
|
|
275
275
|
PolymeshPrimitivesIdentityId
|
|
276
276
|
]>;
|
|
277
|
+
/**
|
|
278
|
+
* An identity has unlinked a ticker from an asset.
|
|
279
|
+
* Parameters: [`IdentityId`] of caller, unlinked [`Ticker`], the asset identifier [`AssetId`].
|
|
280
|
+
**/
|
|
281
|
+
TickerUnlinkedFromAsset: AugmentedEvent<ApiType, [
|
|
282
|
+
PolymeshPrimitivesIdentityId,
|
|
283
|
+
PolymeshPrimitivesTicker,
|
|
284
|
+
PolymeshPrimitivesAssetAssetId
|
|
285
|
+
]>;
|
|
277
286
|
};
|
|
278
287
|
balances: {
|
|
279
288
|
/**
|
|
@@ -427,11 +436,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
427
436
|
/**
|
|
428
437
|
* A checkpoint was created.
|
|
429
438
|
*
|
|
430
|
-
* (caller DID,
|
|
439
|
+
* (caller DID, AssetId, checkpoint ID, total supply, checkpoint timestamp)
|
|
431
440
|
**/
|
|
432
441
|
CheckpointCreated: AugmentedEvent<ApiType, [
|
|
433
442
|
Option<PolymeshPrimitivesIdentityId>,
|
|
434
|
-
|
|
443
|
+
PolymeshPrimitivesAssetAssetId,
|
|
435
444
|
u64,
|
|
436
445
|
u128,
|
|
437
446
|
u64
|
|
@@ -448,22 +457,22 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
448
457
|
/**
|
|
449
458
|
* A checkpoint schedule was created.
|
|
450
459
|
*
|
|
451
|
-
* (caller DID,
|
|
460
|
+
* (caller DID, AssetId, schedule id, schedule)
|
|
452
461
|
**/
|
|
453
462
|
ScheduleCreated: AugmentedEvent<ApiType, [
|
|
454
463
|
PolymeshPrimitivesIdentityId,
|
|
455
|
-
|
|
464
|
+
PolymeshPrimitivesAssetAssetId,
|
|
456
465
|
u64,
|
|
457
466
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
458
467
|
]>;
|
|
459
468
|
/**
|
|
460
469
|
* A checkpoint schedule was removed.
|
|
461
470
|
*
|
|
462
|
-
* (caller DID,
|
|
471
|
+
* (caller DID, AssetId, schedule id, schedule)
|
|
463
472
|
**/
|
|
464
473
|
ScheduleRemoved: AugmentedEvent<ApiType, [
|
|
465
474
|
PolymeshPrimitivesIdentityId,
|
|
466
|
-
|
|
475
|
+
PolymeshPrimitivesAssetAssetId,
|
|
467
476
|
u64,
|
|
468
477
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
469
478
|
]>;
|
|
@@ -522,80 +531,80 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
522
531
|
complianceManager: {
|
|
523
532
|
/**
|
|
524
533
|
* Emitted when an asset compliance for a given asset_id gets paused.
|
|
525
|
-
* (caller DID,
|
|
534
|
+
* (caller DID, AssetId).
|
|
526
535
|
**/
|
|
527
536
|
AssetCompliancePaused: AugmentedEvent<ApiType, [
|
|
528
537
|
PolymeshPrimitivesIdentityId,
|
|
529
|
-
|
|
538
|
+
PolymeshPrimitivesAssetAssetId
|
|
530
539
|
]>;
|
|
531
540
|
/**
|
|
532
541
|
* Emitted when an asset compliance is replaced.
|
|
533
|
-
* Parameters: caller DID,
|
|
542
|
+
* Parameters: caller DID, AssetId, new asset compliance.
|
|
534
543
|
**/
|
|
535
544
|
AssetComplianceReplaced: AugmentedEvent<ApiType, [
|
|
536
545
|
PolymeshPrimitivesIdentityId,
|
|
537
|
-
|
|
546
|
+
PolymeshPrimitivesAssetAssetId,
|
|
538
547
|
Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>
|
|
539
548
|
]>;
|
|
540
549
|
/**
|
|
541
550
|
* Emitted when an asset compliance of a asset_id is reset.
|
|
542
|
-
* (caller DID,
|
|
551
|
+
* (caller DID, AssetId).
|
|
543
552
|
**/
|
|
544
553
|
AssetComplianceReset: AugmentedEvent<ApiType, [
|
|
545
554
|
PolymeshPrimitivesIdentityId,
|
|
546
|
-
|
|
555
|
+
PolymeshPrimitivesAssetAssetId
|
|
547
556
|
]>;
|
|
548
557
|
/**
|
|
549
558
|
* Emitted when an asset compliance for a given asset_id gets resume.
|
|
550
|
-
* (caller DID,
|
|
559
|
+
* (caller DID, AssetId).
|
|
551
560
|
**/
|
|
552
561
|
AssetComplianceResumed: AugmentedEvent<ApiType, [
|
|
553
562
|
PolymeshPrimitivesIdentityId,
|
|
554
|
-
|
|
563
|
+
PolymeshPrimitivesAssetAssetId
|
|
555
564
|
]>;
|
|
556
565
|
/**
|
|
557
566
|
* Emitted when compliance requirement get modified/change.
|
|
558
|
-
* (caller DID,
|
|
567
|
+
* (caller DID, AssetId, ComplianceRequirement).
|
|
559
568
|
**/
|
|
560
569
|
ComplianceRequirementChanged: AugmentedEvent<ApiType, [
|
|
561
570
|
PolymeshPrimitivesIdentityId,
|
|
562
|
-
|
|
571
|
+
PolymeshPrimitivesAssetAssetId,
|
|
563
572
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
564
573
|
]>;
|
|
565
574
|
/**
|
|
566
575
|
* Emitted when new compliance requirement is created.
|
|
567
|
-
* (caller DID,
|
|
576
|
+
* (caller DID, AssetId, ComplianceRequirement).
|
|
568
577
|
**/
|
|
569
578
|
ComplianceRequirementCreated: AugmentedEvent<ApiType, [
|
|
570
579
|
PolymeshPrimitivesIdentityId,
|
|
571
|
-
|
|
580
|
+
PolymeshPrimitivesAssetAssetId,
|
|
572
581
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
573
582
|
]>;
|
|
574
583
|
/**
|
|
575
584
|
* Emitted when a compliance requirement is removed.
|
|
576
|
-
* (caller DID,
|
|
585
|
+
* (caller DID, AssetId, requirement_id).
|
|
577
586
|
**/
|
|
578
587
|
ComplianceRequirementRemoved: AugmentedEvent<ApiType, [
|
|
579
588
|
PolymeshPrimitivesIdentityId,
|
|
580
|
-
|
|
589
|
+
PolymeshPrimitivesAssetAssetId,
|
|
581
590
|
u32
|
|
582
591
|
]>;
|
|
583
592
|
/**
|
|
584
593
|
* Emitted when default claim issuer list for a given asset_id gets added.
|
|
585
|
-
* (caller DID,
|
|
594
|
+
* (caller DID, AssetId, Added TrustedIssuer).
|
|
586
595
|
**/
|
|
587
596
|
TrustedDefaultClaimIssuerAdded: AugmentedEvent<ApiType, [
|
|
588
597
|
PolymeshPrimitivesIdentityId,
|
|
589
|
-
|
|
598
|
+
PolymeshPrimitivesAssetAssetId,
|
|
590
599
|
PolymeshPrimitivesConditionTrustedIssuer
|
|
591
600
|
]>;
|
|
592
601
|
/**
|
|
593
602
|
* Emitted when default claim issuer list for a given asset_id get removed.
|
|
594
|
-
* (caller DID,
|
|
603
|
+
* (caller DID, AssetId, Removed TrustedIssuer).
|
|
595
604
|
**/
|
|
596
605
|
TrustedDefaultClaimIssuerRemoved: AugmentedEvent<ApiType, [
|
|
597
606
|
PolymeshPrimitivesIdentityId,
|
|
598
|
-
|
|
607
|
+
PolymeshPrimitivesAssetAssetId,
|
|
599
608
|
PolymeshPrimitivesIdentityId
|
|
600
609
|
]>;
|
|
601
610
|
};
|
|
@@ -719,29 +728,29 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
719
728
|
CARemoved: AugmentedEvent<ApiType, [PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
720
729
|
/**
|
|
721
730
|
* The set of default `TargetIdentities` for the asset changed.
|
|
722
|
-
* (Agent DID,
|
|
731
|
+
* (Agent DID, AssetId, New TargetIdentities)
|
|
723
732
|
**/
|
|
724
733
|
DefaultTargetIdentitiesChanged: AugmentedEvent<ApiType, [
|
|
725
734
|
PolymeshPrimitivesIdentityId,
|
|
726
|
-
|
|
735
|
+
PolymeshPrimitivesAssetAssetId,
|
|
727
736
|
PalletCorporateActionsTargetIdentities
|
|
728
737
|
]>;
|
|
729
738
|
/**
|
|
730
739
|
* The default withholding tax for the asset changed.
|
|
731
|
-
* (Agent DID,
|
|
740
|
+
* (Agent DID, AssetId, New Tax).
|
|
732
741
|
**/
|
|
733
742
|
DefaultWithholdingTaxChanged: AugmentedEvent<ApiType, [
|
|
734
743
|
PolymeshPrimitivesIdentityId,
|
|
735
|
-
|
|
744
|
+
PolymeshPrimitivesAssetAssetId,
|
|
736
745
|
Permill
|
|
737
746
|
]>;
|
|
738
747
|
/**
|
|
739
748
|
* The withholding tax specific to a DID for the asset changed.
|
|
740
|
-
* (Agent DID,
|
|
749
|
+
* (Agent DID, AssetId, Taxed DID, New Tax).
|
|
741
750
|
**/
|
|
742
751
|
DidWithholdingTaxChanged: AugmentedEvent<ApiType, [
|
|
743
752
|
PolymeshPrimitivesIdentityId,
|
|
744
|
-
|
|
753
|
+
PolymeshPrimitivesAssetAssetId,
|
|
745
754
|
PolymeshPrimitivesIdentityId,
|
|
746
755
|
Option<Permill>
|
|
747
756
|
]>;
|
|
@@ -891,53 +900,53 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
891
900
|
/**
|
|
892
901
|
* An agent was added.
|
|
893
902
|
*
|
|
894
|
-
* (Caller/Agent DID, Agent's
|
|
903
|
+
* (Caller/Agent DID, Agent's AssetId, Agent's group)
|
|
895
904
|
**/
|
|
896
905
|
AgentAdded: AugmentedEvent<ApiType, [
|
|
897
906
|
PolymeshPrimitivesEventOnly,
|
|
898
|
-
|
|
907
|
+
PolymeshPrimitivesAssetAssetId,
|
|
899
908
|
PolymeshPrimitivesAgentAgentGroup
|
|
900
909
|
]>;
|
|
901
910
|
/**
|
|
902
911
|
* An agent was removed.
|
|
903
912
|
*
|
|
904
|
-
* (Caller DID, Agent's
|
|
913
|
+
* (Caller DID, Agent's AssetId, Agent's DID)
|
|
905
914
|
**/
|
|
906
915
|
AgentRemoved: AugmentedEvent<ApiType, [
|
|
907
916
|
PolymeshPrimitivesEventOnly,
|
|
908
|
-
|
|
917
|
+
PolymeshPrimitivesAssetAssetId,
|
|
909
918
|
PolymeshPrimitivesIdentityId
|
|
910
919
|
]>;
|
|
911
920
|
/**
|
|
912
921
|
* An agent's group was changed.
|
|
913
922
|
*
|
|
914
|
-
* (Caller DID, Agent's
|
|
923
|
+
* (Caller DID, Agent's AssetId, Agent's DID, The new group of the agent)
|
|
915
924
|
**/
|
|
916
925
|
GroupChanged: AugmentedEvent<ApiType, [
|
|
917
926
|
PolymeshPrimitivesEventOnly,
|
|
918
|
-
|
|
927
|
+
PolymeshPrimitivesAssetAssetId,
|
|
919
928
|
PolymeshPrimitivesIdentityId,
|
|
920
929
|
PolymeshPrimitivesAgentAgentGroup
|
|
921
930
|
]>;
|
|
922
931
|
/**
|
|
923
932
|
* An Agent Group was created.
|
|
924
933
|
*
|
|
925
|
-
* (Caller DID, AG's
|
|
934
|
+
* (Caller DID, AG's AssetId, AG's ID, AG's permissions)
|
|
926
935
|
**/
|
|
927
936
|
GroupCreated: AugmentedEvent<ApiType, [
|
|
928
937
|
PolymeshPrimitivesEventOnly,
|
|
929
|
-
|
|
938
|
+
PolymeshPrimitivesAssetAssetId,
|
|
930
939
|
u32,
|
|
931
940
|
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
932
941
|
]>;
|
|
933
942
|
/**
|
|
934
943
|
* An Agent Group's permissions was updated.
|
|
935
944
|
*
|
|
936
|
-
* (Caller DID, AG's
|
|
945
|
+
* (Caller DID, AG's AssetId, AG's ID, AG's new permissions)
|
|
937
946
|
**/
|
|
938
947
|
GroupPermissionsUpdated: AugmentedEvent<ApiType, [
|
|
939
948
|
PolymeshPrimitivesEventOnly,
|
|
940
|
-
|
|
949
|
+
PolymeshPrimitivesAssetAssetId,
|
|
941
950
|
u32,
|
|
942
951
|
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
943
952
|
]>;
|
|
@@ -1387,7 +1396,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1387
1396
|
**/
|
|
1388
1397
|
NftCollectionCreated: AugmentedEvent<ApiType, [
|
|
1389
1398
|
PolymeshPrimitivesIdentityId,
|
|
1390
|
-
|
|
1399
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1391
1400
|
u64
|
|
1392
1401
|
]>;
|
|
1393
1402
|
/**
|
|
@@ -1716,12 +1725,12 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1716
1725
|
* # Parameters
|
|
1717
1726
|
* * [`IdentityId`] of the caller.
|
|
1718
1727
|
* * [`PortfolioId`] that will receive assets without explicit affirmation.
|
|
1719
|
-
* * [`
|
|
1728
|
+
* * [`AssetId`] of the asset that has been exempt from explicit affirmation.
|
|
1720
1729
|
**/
|
|
1721
1730
|
PreApprovedPortfolio: AugmentedEvent<ApiType, [
|
|
1722
1731
|
PolymeshPrimitivesIdentityId,
|
|
1723
1732
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1724
|
-
|
|
1733
|
+
PolymeshPrimitivesAssetAssetId
|
|
1725
1734
|
]>;
|
|
1726
1735
|
/**
|
|
1727
1736
|
* A portfolio has removed the approval of an asset.
|
|
@@ -1729,12 +1738,12 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1729
1738
|
* # Parameters
|
|
1730
1739
|
* * [`IdentityId`] of the caller.
|
|
1731
1740
|
* * [`PortfolioId`] that had its pre approval revoked.
|
|
1732
|
-
* * [`
|
|
1741
|
+
* * [`AssetId`] of the asset that had its pre approval revoked.
|
|
1733
1742
|
**/
|
|
1734
1743
|
RevokePreApprovedPortfolio: AugmentedEvent<ApiType, [
|
|
1735
1744
|
PolymeshPrimitivesIdentityId,
|
|
1736
1745
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1737
|
-
|
|
1746
|
+
PolymeshPrimitivesAssetAssetId
|
|
1738
1747
|
]>;
|
|
1739
1748
|
/**
|
|
1740
1749
|
* All non-default portfolio numbers and names of a DID.
|
|
@@ -2015,27 +2024,27 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2015
2024
|
**/
|
|
2016
2025
|
VenueDetailsUpdated: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, u64, Bytes]>;
|
|
2017
2026
|
/**
|
|
2018
|
-
* Venue filtering has been enabled or disabled for an asset (did,
|
|
2027
|
+
* Venue filtering has been enabled or disabled for an asset (did, AssetId, filtering_enabled)
|
|
2019
2028
|
**/
|
|
2020
2029
|
VenueFiltering: AugmentedEvent<ApiType, [
|
|
2021
2030
|
PolymeshPrimitivesIdentityId,
|
|
2022
|
-
|
|
2031
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2023
2032
|
bool
|
|
2024
2033
|
]>;
|
|
2025
2034
|
/**
|
|
2026
|
-
* Venues added to allow list (did,
|
|
2035
|
+
* Venues added to allow list (did, AssetId, vec<venue_id>)
|
|
2027
2036
|
**/
|
|
2028
2037
|
VenuesAllowed: AugmentedEvent<ApiType, [
|
|
2029
2038
|
PolymeshPrimitivesIdentityId,
|
|
2030
|
-
|
|
2039
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2031
2040
|
Vec<u64>
|
|
2032
2041
|
]>;
|
|
2033
2042
|
/**
|
|
2034
|
-
* Venues added to block list (did,
|
|
2043
|
+
* Venues added to block list (did, AssetId, vec<venue_id>)
|
|
2035
2044
|
**/
|
|
2036
2045
|
VenuesBlocked: AugmentedEvent<ApiType, [
|
|
2037
2046
|
PolymeshPrimitivesIdentityId,
|
|
2038
|
-
|
|
2047
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2039
2048
|
Vec<u64>
|
|
2040
2049
|
]>;
|
|
2041
2050
|
/**
|
|
@@ -2056,11 +2065,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2056
2065
|
PolymeshPrimitivesSettlementVenueType
|
|
2057
2066
|
]>;
|
|
2058
2067
|
/**
|
|
2059
|
-
* Venue not part of the token's allow list (did,
|
|
2068
|
+
* Venue not part of the token's allow list (did, AssetId, venue_id)
|
|
2060
2069
|
**/
|
|
2061
2070
|
VenueUnauthorized: AugmentedEvent<ApiType, [
|
|
2062
2071
|
PolymeshPrimitivesIdentityId,
|
|
2063
|
-
|
|
2072
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2064
2073
|
u64
|
|
2065
2074
|
]>;
|
|
2066
2075
|
};
|
|
@@ -2293,42 +2302,42 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2293
2302
|
/**
|
|
2294
2303
|
* Asset stats updated.
|
|
2295
2304
|
*
|
|
2296
|
-
* (Caller DID,
|
|
2305
|
+
* (Caller DID, AssetId, Stat type, Updates)
|
|
2297
2306
|
**/
|
|
2298
2307
|
AssetStatsUpdated: AugmentedEvent<ApiType, [
|
|
2299
2308
|
PolymeshPrimitivesIdentityId,
|
|
2300
|
-
|
|
2309
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2301
2310
|
PolymeshPrimitivesStatisticsStatType,
|
|
2302
2311
|
Vec<PolymeshPrimitivesStatisticsStatUpdate>
|
|
2303
2312
|
]>;
|
|
2304
2313
|
/**
|
|
2305
2314
|
* Set Transfer compliance rules for asset.
|
|
2306
2315
|
*
|
|
2307
|
-
* (Caller DID,
|
|
2316
|
+
* (Caller DID, AssetId, Transfer conditions)
|
|
2308
2317
|
**/
|
|
2309
2318
|
SetAssetTransferCompliance: AugmentedEvent<ApiType, [
|
|
2310
2319
|
PolymeshPrimitivesIdentityId,
|
|
2311
|
-
|
|
2320
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2312
2321
|
Vec<PolymeshPrimitivesTransferComplianceTransferCondition>
|
|
2313
2322
|
]>;
|
|
2314
2323
|
/**
|
|
2315
2324
|
* Stat types added to asset.
|
|
2316
2325
|
*
|
|
2317
|
-
* (Caller DID,
|
|
2326
|
+
* (Caller DID, AssetId, Stat types)
|
|
2318
2327
|
**/
|
|
2319
2328
|
StatTypesAdded: AugmentedEvent<ApiType, [
|
|
2320
2329
|
PolymeshPrimitivesIdentityId,
|
|
2321
|
-
|
|
2330
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2322
2331
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2323
2332
|
]>;
|
|
2324
2333
|
/**
|
|
2325
2334
|
* Stat types removed from asset.
|
|
2326
2335
|
*
|
|
2327
|
-
* (Caller DID,
|
|
2336
|
+
* (Caller DID, AssetId, Stat types)
|
|
2328
2337
|
**/
|
|
2329
2338
|
StatTypesRemoved: AugmentedEvent<ApiType, [
|
|
2330
2339
|
PolymeshPrimitivesIdentityId,
|
|
2331
|
-
|
|
2340
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2332
2341
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2333
2342
|
]>;
|
|
2334
2343
|
/**
|
|
@@ -2397,8 +2406,8 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2397
2406
|
Invested: AugmentedEvent<ApiType, [
|
|
2398
2407
|
PolymeshPrimitivesIdentityId,
|
|
2399
2408
|
u64,
|
|
2400
|
-
|
|
2401
|
-
|
|
2409
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2410
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2402
2411
|
u128,
|
|
2403
2412
|
u128
|
|
2404
2413
|
]>;
|
|
@@ -2804,12 +2813,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2804
2813
|
* Batch of dispatches completed fully with no error.
|
|
2805
2814
|
**/
|
|
2806
2815
|
BatchCompleted: AugmentedEvent<ApiType, []>;
|
|
2807
|
-
/**
|
|
2808
|
-
* Batch of dispatches completed fully with no error.
|
|
2809
|
-
* Includes a vector of event counts for each dispatch.
|
|
2810
|
-
* POLYMESH: event deprecated.
|
|
2811
|
-
**/
|
|
2812
|
-
BatchCompletedOld: AugmentedEvent<ApiType, [Vec<u32>]>;
|
|
2813
2816
|
/**
|
|
2814
2817
|
* Batch of dispatches completed but has errors.
|
|
2815
2818
|
**/
|
|
@@ -2825,26 +2828,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2825
2828
|
index: u32;
|
|
2826
2829
|
error: SpRuntimeDispatchError;
|
|
2827
2830
|
}>;
|
|
2828
|
-
/**
|
|
2829
|
-
* Batch of dispatches did not complete fully.
|
|
2830
|
-
* Includes a vector of event counts for each dispatch and
|
|
2831
|
-
* the index of the first failing dispatch as well as the error.
|
|
2832
|
-
* POLYMESH: event deprecated.
|
|
2833
|
-
**/
|
|
2834
|
-
BatchInterruptedOld: AugmentedEvent<ApiType, [
|
|
2835
|
-
Vec<u32>,
|
|
2836
|
-
ITuple<[u32, SpRuntimeDispatchError]>
|
|
2837
|
-
]>;
|
|
2838
|
-
/**
|
|
2839
|
-
* Batch of dispatches did not complete fully.
|
|
2840
|
-
* Includes a vector of event counts for each call and
|
|
2841
|
-
* a vector of any failed dispatches with their indices and associated error.
|
|
2842
|
-
* POLYMESH: event deprecated.
|
|
2843
|
-
**/
|
|
2844
|
-
BatchOptimisticFailed: AugmentedEvent<ApiType, [
|
|
2845
|
-
Vec<u32>,
|
|
2846
|
-
Vec<ITuple<[u32, SpRuntimeDispatchError]>>
|
|
2847
|
-
]>;
|
|
2848
2831
|
/**
|
|
2849
2832
|
* A call was dispatched.
|
|
2850
2833
|
**/
|