@polymeshassociation/polymesh-sdk 29.1.0-beta.9 → 30.0.0-beta.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/.releaserc.js +46 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +4 -2
- package/README.md +1 -1
- package/api/client/AccountManagement.d.ts +29 -1
- package/api/client/AccountManagement.d.ts.map +1 -1
- package/api/client/AccountManagement.js +5 -2
- package/api/client/AccountManagement.js.map +1 -1
- package/api/client/Assets.d.ts +9 -1
- package/api/client/Assets.d.ts.map +1 -1
- package/api/client/Assets.js +3 -0
- package/api/client/Assets.js.map +1 -1
- package/api/client/Claims.d.ts +2 -0
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +21 -9
- package/api/client/Claims.js.map +1 -1
- package/api/client/Identities.d.ts +16 -4
- package/api/client/Identities.d.ts.map +1 -1
- package/api/client/Identities.js +5 -1
- package/api/client/Identities.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +3 -1
- package/api/client/Polymesh.js.map +1 -1
- package/api/client/Staking.d.ts +1 -0
- package/api/client/Staking.d.ts.map +1 -1
- package/api/client/Staking.js.map +1 -1
- package/api/client/types.d.ts +5 -1
- package/api/client/types.d.ts.map +1 -1
- package/api/client/types.js +4 -0
- package/api/client/types.js.map +1 -1
- package/api/entities/Account/Staking/index.d.ts.map +1 -1
- package/api/entities/Account/Staking/index.js +11 -3
- package/api/entities/Account/Staking/index.js.map +1 -1
- package/api/entities/Account/index.d.ts +18 -2
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +119 -2
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts +15 -15
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js +33 -16
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Asset/Fungible/Checkpoints/Schedules.js.map +1 -1
- package/api/entities/Asset/Fungible/TransferRestrictions/index.d.ts +15 -0
- package/api/entities/Asset/Fungible/TransferRestrictions/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/TransferRestrictions/index.js +75 -11
- package/api/entities/Asset/Fungible/TransferRestrictions/index.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts +18 -2
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +23 -2
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/AssetHolders/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +2 -2
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +21 -6
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js +6 -2
- package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
- package/api/entities/Asset/types.d.ts +15 -2
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js +7 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/ChildIdentity.d.ts +8 -0
- package/api/entities/Identity/ChildIdentity.d.ts.map +1 -1
- package/api/entities/Identity/ChildIdentity.js +14 -0
- package/api/entities/Identity/ChildIdentity.js.map +1 -1
- package/api/entities/Identity/index.d.ts +21 -2
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +76 -18
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +6 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +72 -31
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +11 -6
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Instruction/types.js +6 -1
- package/api/entities/Instruction/types.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +33 -37
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/Subsidies.d.ts +6 -0
- package/api/entities/Subsidies.d.ts.map +1 -1
- package/api/entities/Subsidies.js +16 -0
- package/api/entities/Subsidies.js.map +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
- package/api/entities/common/namespaces/Authorizations.js +8 -0
- package/api/entities/common/namespaces/Authorizations.js.map +1 -1
- package/api/entities/types.d.ts +54 -14
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js +11 -7
- package/api/entities/types.js.map +1 -1
- package/api/procedures/acceptPrimaryKeyRotation.d.ts.map +1 -1
- package/api/procedures/acceptPrimaryKeyRotation.js +19 -4
- package/api/procedures/acceptPrimaryKeyRotation.js.map +1 -1
- package/api/procedures/acceptSubsidy.d.ts +12 -0
- package/api/procedures/acceptSubsidy.d.ts.map +1 -0
- package/api/procedures/acceptSubsidy.js +61 -0
- package/api/procedures/acceptSubsidy.js.map +1 -0
- package/api/procedures/addInstruction.d.ts +12 -3
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +122 -70
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/approveAllowance.d.ts +22 -0
- package/api/procedures/approveAllowance.d.ts.map +1 -0
- package/api/procedures/approveAllowance.js +51 -0
- package/api/procedures/approveAllowance.js.map +1 -0
- package/api/procedures/bondPolyx.d.ts.map +1 -1
- package/api/procedures/bondPolyx.js +17 -6
- package/api/procedures/bondPolyx.js.map +1 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.d.ts +1 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.d.ts.map +1 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.js +11 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.js.map +1 -1
- package/api/procedures/consumeJoinOrRotateAuthorization.d.ts.map +1 -1
- package/api/procedures/consumeJoinOrRotateAuthorization.js +10 -1
- package/api/procedures/consumeJoinOrRotateAuthorization.js.map +1 -1
- package/api/procedures/controllerTransfer.d.ts +3 -2
- package/api/procedures/controllerTransfer.d.ts.map +1 -1
- package/api/procedures/controllerTransfer.js +21 -7
- package/api/procedures/controllerTransfer.js.map +1 -1
- package/api/procedures/createAsset.js +2 -2
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/createChildIdentities.d.ts +5 -2
- package/api/procedures/createChildIdentities.d.ts.map +1 -1
- package/api/procedures/createChildIdentities.js +14 -2
- package/api/procedures/createChildIdentities.js.map +1 -1
- package/api/procedures/createChildIdentity.d.ts +9 -4
- package/api/procedures/createChildIdentity.d.ts.map +1 -1
- package/api/procedures/createChildIdentity.js +12 -3
- package/api/procedures/createChildIdentity.js.map +1 -1
- package/api/procedures/createVenue.d.ts.map +1 -1
- package/api/procedures/createVenue.js +7 -2
- package/api/procedures/createVenue.js.map +1 -1
- package/api/procedures/executeManualInstruction.d.ts +4 -3
- package/api/procedures/executeManualInstruction.d.ts.map +1 -1
- package/api/procedures/executeManualInstruction.js +41 -20
- package/api/procedures/executeManualInstruction.js.map +1 -1
- package/api/procedures/initiateCorporateAction.d.ts.map +1 -1
- package/api/procedures/initiateCorporateAction.js +10 -0
- package/api/procedures/initiateCorporateAction.js.map +1 -1
- package/api/procedures/issueNft.d.ts.map +1 -1
- package/api/procedures/issueNft.js +10 -3
- package/api/procedures/issueNft.js.map +1 -1
- package/api/procedures/issueTokens.d.ts.map +1 -1
- package/api/procedures/issueTokens.js +25 -6
- package/api/procedures/issueTokens.js.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts +6 -6
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +112 -67
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/modifySignerPermissions.js +1 -1
- package/api/procedures/modifySignerPermissions.js.map +1 -1
- package/api/procedures/moveFunds.js.map +1 -1
- package/api/procedures/nftControllerTransfer.d.ts +5 -4
- package/api/procedures/nftControllerTransfer.d.ts.map +1 -1
- package/api/procedures/nftControllerTransfer.js +33 -22
- package/api/procedures/nftControllerTransfer.js.map +1 -1
- package/api/procedures/payDividends.d.ts +1 -1
- package/api/procedures/payDividends.d.ts.map +1 -1
- package/api/procedures/payDividends.js +2 -2
- package/api/procedures/payDividends.js.map +1 -1
- package/api/procedures/quitSubsidy.d.ts +1 -1
- package/api/procedures/quitSubsidy.d.ts.map +1 -1
- package/api/procedures/quitSubsidy.js +9 -1
- package/api/procedures/quitSubsidy.js.map +1 -1
- package/api/procedures/redeemNft.d.ts +4 -4
- package/api/procedures/redeemNft.d.ts.map +1 -1
- package/api/procedures/redeemNft.js +32 -13
- package/api/procedures/redeemNft.js.map +1 -1
- package/api/procedures/redeemTokens.d.ts +5 -5
- package/api/procedures/redeemTokens.d.ts.map +1 -1
- package/api/procedures/redeemTokens.js +24 -14
- package/api/procedures/redeemTokens.js.map +1 -1
- package/api/procedures/revokeSubsidy.d.ts +12 -0
- package/api/procedures/revokeSubsidy.d.ts.map +1 -0
- package/api/procedures/revokeSubsidy.js +61 -0
- package/api/procedures/revokeSubsidy.js.map +1 -0
- package/api/procedures/selfRegisterDid.d.ts +20 -0
- package/api/procedures/selfRegisterDid.d.ts.map +1 -0
- package/api/procedures/selfRegisterDid.js +68 -0
- package/api/procedures/selfRegisterDid.js.map +1 -0
- package/api/procedures/setAssetStats.d.ts +15 -3
- package/api/procedures/setAssetStats.d.ts.map +1 -1
- package/api/procedures/setAssetStats.js +98 -30
- package/api/procedures/setAssetStats.js.map +1 -1
- package/api/procedures/setMandatoryReceiverAffirmation.d.ts +33 -0
- package/api/procedures/setMandatoryReceiverAffirmation.d.ts.map +1 -0
- package/api/procedures/setMandatoryReceiverAffirmation.js +87 -0
- package/api/procedures/setMandatoryReceiverAffirmation.js.map +1 -0
- package/api/procedures/setStakingController.d.ts.map +1 -1
- package/api/procedures/setStakingController.js +17 -5
- package/api/procedures/setStakingController.js.map +1 -1
- package/api/procedures/setTransferRestrictions.d.ts.map +1 -1
- package/api/procedures/setTransferRestrictions.js +20 -19
- package/api/procedures/setTransferRestrictions.js.map +1 -1
- package/api/procedures/subsidizeAccount.d.ts +6 -3
- package/api/procedures/subsidizeAccount.d.ts.map +1 -1
- package/api/procedures/subsidizeAccount.js +55 -25
- package/api/procedures/subsidizeAccount.js.map +1 -1
- package/api/procedures/transferFunds.d.ts +31 -0
- package/api/procedures/transferFunds.d.ts.map +1 -0
- package/api/procedures/transferFunds.js +165 -0
- package/api/procedures/transferFunds.js.map +1 -0
- package/api/procedures/transferPolyx.d.ts +1 -1
- package/api/procedures/transferPolyx.d.ts.map +1 -1
- package/api/procedures/transferPolyx.js +25 -8
- package/api/procedures/transferPolyx.js.map +1 -1
- package/api/procedures/types.d.ts +149 -21
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js +10 -0
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/unlinkChildIdentity.d.ts +1 -1
- package/api/procedures/unlinkChildIdentity.d.ts.map +1 -1
- package/api/procedures/unlinkChildIdentity.js +10 -1
- package/api/procedures/unlinkChildIdentity.js.map +1 -1
- package/api/procedures/updateVenueSigners.d.ts.map +1 -1
- package/api/procedures/updateVenueSigners.js +6 -5
- package/api/procedures/updateVenueSigners.js.map +1 -1
- package/api/procedures/utils.d.ts +10 -2
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +35 -4
- package/api/procedures/utils.js.map +1 -1
- package/base/Context.d.ts +10 -0
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +72 -1
- package/base/Context.js.map +1 -1
- package/base/PolymeshTransaction.d.ts +1 -0
- package/base/PolymeshTransaction.d.ts.map +1 -1
- package/base/PolymeshTransaction.js +6 -2
- package/base/PolymeshTransaction.js.map +1 -1
- package/base/PolymeshTransactionBase.d.ts +27 -2
- package/base/PolymeshTransactionBase.d.ts.map +1 -1
- package/base/PolymeshTransactionBase.js +55 -15
- package/base/PolymeshTransactionBase.js.map +1 -1
- package/base/PolymeshTransactionBatch.d.ts +1 -0
- package/base/PolymeshTransactionBatch.d.ts.map +1 -1
- package/base/PolymeshTransactionBatch.js +6 -2
- package/base/PolymeshTransactionBatch.js.map +1 -1
- package/base/types.d.ts +2 -1
- package/base/types.d.ts.map +1 -1
- package/internal.d.ts +7 -1
- package/internal.d.ts.map +1 -1
- package/internal.js +16 -3
- package/internal.js.map +1 -1
- package/middleware/queries/assets.d.ts.map +1 -1
- package/middleware/queries/assets.js +4 -0
- package/middleware/queries/assets.js.map +1 -1
- package/middleware/queries/claims.d.ts.map +1 -1
- package/middleware/queries/claims.js +2 -3
- package/middleware/queries/claims.js.map +1 -1
- package/middleware/queries/portfolios.d.ts.map +1 -1
- package/middleware/queries/portfolios.js +2 -0
- package/middleware/queries/portfolios.js.map +1 -1
- package/middleware/queries/settlements.d.ts.map +1 -1
- package/middleware/queries/settlements.js +4 -0
- package/middleware/queries/settlements.js.map +1 -1
- package/middleware/types.d.ts +273 -11
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +146 -1
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-30.0.0-beta.2.tgz +0 -0
- package/package.json +53 -68
- package/utils/constants.d.ts +2 -2
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -2
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +81 -13
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +368 -33
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +4 -0
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +145 -68
- package/utils/internal.js.map +1 -1
- package/utils/typeguards.d.ts +9 -1
- package/utils/typeguards.d.ts.map +1 -1
- package/utils/typeguards.js +15 -1
- package/utils/typeguards.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-29.1.0-beta.9.tgz +0 -0
package/middleware/types.d.ts
CHANGED
|
@@ -343,6 +343,8 @@ export type Asset = Node & {
|
|
|
343
343
|
blocksByTickerExternalAgentAssetIdAndUpdatedBlockId: Connection<Block>;
|
|
344
344
|
blocksByTickerExternalAgentHistoryAssetIdAndCreatedBlockId: Connection<Block>;
|
|
345
345
|
blocksByTickerExternalAgentHistoryAssetIdAndUpdatedBlockId: Connection<Block>;
|
|
346
|
+
blocksByTickerReservationAssetIdAndCreatedBlockId: Connection<Block>;
|
|
347
|
+
blocksByTickerReservationAssetIdAndUpdatedBlockId: Connection<Block>;
|
|
346
348
|
blocksByTransferComplianceAssetIdAndCreatedBlockId: Connection<Block>;
|
|
347
349
|
blocksByTransferComplianceAssetIdAndUpdatedBlockId: Connection<Block>;
|
|
348
350
|
blocksByTransferComplianceExemptionAssetIdAndCreatedBlockId: Connection<Block>;
|
|
@@ -376,6 +378,8 @@ export type Asset = Node & {
|
|
|
376
378
|
identitiesByAssetHolderAssetIdAndIdentityId: Connection<Identity>;
|
|
377
379
|
identitiesByAssetMandatoryMediatorAssetIdAndAddedById: Connection<Identity>;
|
|
378
380
|
identitiesByAssetPreApprovalAssetIdAndIdentityId: Connection<Identity>;
|
|
381
|
+
identitiesByAssetTransactionAssetIdAndFromIdentityId: Connection<Identity>;
|
|
382
|
+
identitiesByAssetTransactionAssetIdAndToIdentityId: Connection<Identity>;
|
|
379
383
|
identitiesByDistributionAssetIdAndIdentityId: Connection<Identity>;
|
|
380
384
|
identitiesByDistributionCurrencyIdAndIdentityId: Connection<Identity>;
|
|
381
385
|
identitiesByNftHolderAssetIdAndIdentityId: Connection<Identity>;
|
|
@@ -384,6 +388,7 @@ export type Asset = Node & {
|
|
|
384
388
|
identitiesByTickerExternalAgentActionAssetIdAndCallerId: Connection<Identity>;
|
|
385
389
|
identitiesByTickerExternalAgentAssetIdAndCallerId: Connection<Identity>;
|
|
386
390
|
identitiesByTickerExternalAgentHistoryAssetIdAndIdentityId: Connection<Identity>;
|
|
391
|
+
identitiesByTickerReservationAssetIdAndIdentityId: Connection<Identity>;
|
|
387
392
|
identitiesByTransferComplianceAssetIdAndClaimIssuerId: Connection<Identity>;
|
|
388
393
|
instructionsByAssetTransactionAssetIdAndInstructionId: Connection<Instruction>;
|
|
389
394
|
isCompliancePaused: Scalars['Boolean']['output'];
|
|
@@ -413,6 +418,7 @@ export type Asset = Node & {
|
|
|
413
418
|
tickerExternalAgentActions: Connection<TickerExternalAgentAction>;
|
|
414
419
|
tickerExternalAgentHistories: Connection<TickerExternalAgentHistory>;
|
|
415
420
|
tickerExternalAgents: Connection<TickerExternalAgent>;
|
|
421
|
+
tickerReservations: Connection<TickerReservation>;
|
|
416
422
|
totalSupply: Scalars['BigFloat']['output'];
|
|
417
423
|
totalTransfers: Scalars['BigFloat']['output'];
|
|
418
424
|
transferComplianceExemptions: Connection<TransferComplianceExemption>;
|
|
@@ -523,6 +529,7 @@ export type AssetFilter = {
|
|
|
523
529
|
tickerExternalAgentActions?: InputMaybe<OneToManyFilter<TickerExternalAgentActionFilter>>;
|
|
524
530
|
tickerExternalAgentHistories?: InputMaybe<OneToManyFilter<TickerExternalAgentHistoryFilter>>;
|
|
525
531
|
tickerExternalAgents?: InputMaybe<OneToManyFilter<TickerExternalAgentFilter>>;
|
|
532
|
+
tickerReservations?: InputMaybe<OneToManyFilter<TickerReservationFilter>>;
|
|
526
533
|
totalSupply?: InputMaybe<BigFloatFilter>;
|
|
527
534
|
totalTransfers?: InputMaybe<BigFloatFilter>;
|
|
528
535
|
transferComplianceExemptions?: InputMaybe<OneToManyFilter<TransferComplianceExemptionFilter>>;
|
|
@@ -541,7 +548,7 @@ export type AssetHolder = Node & {
|
|
|
541
548
|
createdBlockId: Scalars['String']['output'];
|
|
542
549
|
id: Scalars['String']['output'];
|
|
543
550
|
identity?: Maybe<Identity>;
|
|
544
|
-
identityId
|
|
551
|
+
identityId?: Maybe<Scalars['String']['output']>;
|
|
545
552
|
nodeId: Scalars['ID']['output'];
|
|
546
553
|
updatedBlock?: Maybe<Block>;
|
|
547
554
|
updatedBlockId: Scalars['String']['output'];
|
|
@@ -555,6 +562,7 @@ export type AssetHolderFilter = {
|
|
|
555
562
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
556
563
|
id?: InputMaybe<StringFilter>;
|
|
557
564
|
identity?: InputMaybe<IdentityFilter>;
|
|
565
|
+
identityExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
558
566
|
identityId?: InputMaybe<StringFilter>;
|
|
559
567
|
not?: InputMaybe<AssetHolderFilter>;
|
|
560
568
|
or?: InputMaybe<Array<AssetHolderFilter>>;
|
|
@@ -680,6 +688,9 @@ export type AssetTransaction = Node & {
|
|
|
680
688
|
eventId: EventIdEnum;
|
|
681
689
|
eventIdx: Scalars['Int']['output'];
|
|
682
690
|
extrinsicIdx?: Maybe<Scalars['Int']['output']>;
|
|
691
|
+
fromAccount?: Maybe<Scalars['String']['output']>;
|
|
692
|
+
fromIdentity?: Maybe<Identity>;
|
|
693
|
+
fromIdentityId?: Maybe<Scalars['String']['output']>;
|
|
683
694
|
fromPortfolio?: Maybe<Portfolio>;
|
|
684
695
|
fromPortfolioId?: Maybe<Scalars['String']['output']>;
|
|
685
696
|
fundingRound?: Maybe<Scalars['String']['output']>;
|
|
@@ -689,6 +700,9 @@ export type AssetTransaction = Node & {
|
|
|
689
700
|
instructionMemo?: Maybe<Scalars['String']['output']>;
|
|
690
701
|
nftIds?: Maybe<Scalars['JSON']['output']>;
|
|
691
702
|
nodeId: Scalars['ID']['output'];
|
|
703
|
+
toAccount?: Maybe<Scalars['String']['output']>;
|
|
704
|
+
toIdentity?: Maybe<Identity>;
|
|
705
|
+
toIdentityId?: Maybe<Scalars['String']['output']>;
|
|
692
706
|
toPortfolio?: Maybe<Portfolio>;
|
|
693
707
|
toPortfolioId?: Maybe<Scalars['String']['output']>;
|
|
694
708
|
updatedBlock?: Maybe<Block>;
|
|
@@ -707,6 +721,10 @@ export type AssetTransactionFilter = {
|
|
|
707
721
|
eventId?: InputMaybe<EventIdEnumFilter>;
|
|
708
722
|
eventIdx?: InputMaybe<IntFilter>;
|
|
709
723
|
extrinsicIdx?: InputMaybe<IntFilter>;
|
|
724
|
+
fromAccount?: InputMaybe<StringFilter>;
|
|
725
|
+
fromIdentity?: InputMaybe<IdentityFilter>;
|
|
726
|
+
fromIdentityExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
727
|
+
fromIdentityId?: InputMaybe<StringFilter>;
|
|
710
728
|
fromPortfolio?: InputMaybe<PortfolioFilter>;
|
|
711
729
|
fromPortfolioExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
712
730
|
fromPortfolioId?: InputMaybe<StringFilter>;
|
|
@@ -719,6 +737,10 @@ export type AssetTransactionFilter = {
|
|
|
719
737
|
nftIds?: InputMaybe<JsonFilter>;
|
|
720
738
|
not?: InputMaybe<AssetTransactionFilter>;
|
|
721
739
|
or?: InputMaybe<Array<AssetTransactionFilter>>;
|
|
740
|
+
toAccount?: InputMaybe<StringFilter>;
|
|
741
|
+
toIdentity?: InputMaybe<IdentityFilter>;
|
|
742
|
+
toIdentityExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
743
|
+
toIdentityId?: InputMaybe<StringFilter>;
|
|
722
744
|
toPortfolio?: InputMaybe<PortfolioFilter>;
|
|
723
745
|
toPortfolioExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
724
746
|
toPortfolioId?: InputMaybe<StringFilter>;
|
|
@@ -742,6 +764,10 @@ export declare enum AssetTransactionsOrderBy {
|
|
|
742
764
|
EventIdDesc = "EVENT_ID_DESC",
|
|
743
765
|
ExtrinsicIdxAsc = "EXTRINSIC_IDX_ASC",
|
|
744
766
|
ExtrinsicIdxDesc = "EXTRINSIC_IDX_DESC",
|
|
767
|
+
FromAccountAsc = "FROM_ACCOUNT_ASC",
|
|
768
|
+
FromAccountDesc = "FROM_ACCOUNT_DESC",
|
|
769
|
+
FromIdentityIdAsc = "FROM_IDENTITY_ID_ASC",
|
|
770
|
+
FromIdentityIdDesc = "FROM_IDENTITY_ID_DESC",
|
|
745
771
|
FromPortfolioIdAsc = "FROM_PORTFOLIO_ID_ASC",
|
|
746
772
|
FromPortfolioIdDesc = "FROM_PORTFOLIO_ID_DESC",
|
|
747
773
|
FundingRoundAsc = "FUNDING_ROUND_ASC",
|
|
@@ -757,6 +783,10 @@ export declare enum AssetTransactionsOrderBy {
|
|
|
757
783
|
NftIdsDesc = "NFT_IDS_DESC",
|
|
758
784
|
PrimaryKeyAsc = "PRIMARY_KEY_ASC",
|
|
759
785
|
PrimaryKeyDesc = "PRIMARY_KEY_DESC",
|
|
786
|
+
ToAccountAsc = "TO_ACCOUNT_ASC",
|
|
787
|
+
ToAccountDesc = "TO_ACCOUNT_DESC",
|
|
788
|
+
ToIdentityIdAsc = "TO_IDENTITY_ID_ASC",
|
|
789
|
+
ToIdentityIdDesc = "TO_IDENTITY_ID_DESC",
|
|
760
790
|
ToPortfolioIdAsc = "TO_PORTFOLIO_ID_ASC",
|
|
761
791
|
ToPortfolioIdDesc = "TO_PORTFOLIO_ID_DESC",
|
|
762
792
|
UpdatedBlockIdAsc = "UPDATED_BLOCK_ID_ASC",
|
|
@@ -1025,6 +1055,8 @@ export type Block = Node & {
|
|
|
1025
1055
|
assetsByTickerExternalAgentHistoryCreatedBlockIdAndAssetId: Connection<Asset>;
|
|
1026
1056
|
assetsByTickerExternalAgentHistoryUpdatedBlockIdAndAssetId: Connection<Asset>;
|
|
1027
1057
|
assetsByTickerExternalAgentUpdatedBlockIdAndAssetId: Connection<Asset>;
|
|
1058
|
+
assetsByTickerReservationCreatedBlockIdAndAssetId: Connection<Asset>;
|
|
1059
|
+
assetsByTickerReservationUpdatedBlockIdAndAssetId: Connection<Asset>;
|
|
1028
1060
|
assetsByTransferComplianceCreatedBlockIdAndAssetId: Connection<Asset>;
|
|
1029
1061
|
assetsByTransferComplianceExemptionCreatedBlockIdAndAssetId: Connection<Asset>;
|
|
1030
1062
|
assetsByTransferComplianceExemptionUpdatedBlockIdAndAssetId: Connection<Asset>;
|
|
@@ -1147,6 +1179,8 @@ export type Block = Node & {
|
|
|
1147
1179
|
blocksByTickerExternalAgentHistoryCreatedBlockIdAndUpdatedBlockId: Connection<Block>;
|
|
1148
1180
|
blocksByTickerExternalAgentHistoryUpdatedBlockIdAndCreatedBlockId: Connection<Block>;
|
|
1149
1181
|
blocksByTickerExternalAgentUpdatedBlockIdAndCreatedBlockId: Connection<Block>;
|
|
1182
|
+
blocksByTickerReservationCreatedBlockIdAndUpdatedBlockId: Connection<Block>;
|
|
1183
|
+
blocksByTickerReservationUpdatedBlockIdAndCreatedBlockId: Connection<Block>;
|
|
1150
1184
|
blocksByTransferComplianceCreatedBlockIdAndUpdatedBlockId: Connection<Block>;
|
|
1151
1185
|
blocksByTransferComplianceExemptionCreatedBlockIdAndUpdatedBlockId: Connection<Block>;
|
|
1152
1186
|
blocksByTransferComplianceExemptionUpdatedBlockIdAndCreatedBlockId: Connection<Block>;
|
|
@@ -1305,6 +1339,10 @@ export type Block = Node & {
|
|
|
1305
1339
|
identitiesByAssetMandatoryMediatorUpdatedBlockIdAndAddedById: Connection<Identity>;
|
|
1306
1340
|
identitiesByAssetPreApprovalCreatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1307
1341
|
identitiesByAssetPreApprovalUpdatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1342
|
+
identitiesByAssetTransactionCreatedBlockIdAndFromIdentityId: Connection<Identity>;
|
|
1343
|
+
identitiesByAssetTransactionCreatedBlockIdAndToIdentityId: Connection<Identity>;
|
|
1344
|
+
identitiesByAssetTransactionUpdatedBlockIdAndFromIdentityId: Connection<Identity>;
|
|
1345
|
+
identitiesByAssetTransactionUpdatedBlockIdAndToIdentityId: Connection<Identity>;
|
|
1308
1346
|
identitiesByAssetUpdatedBlockIdAndOwnerId: Connection<Identity>;
|
|
1309
1347
|
identitiesByAuthorizationCreatedBlockIdAndFromId: Connection<Identity>;
|
|
1310
1348
|
identitiesByAuthorizationUpdatedBlockIdAndFromId: Connection<Identity>;
|
|
@@ -1359,6 +1397,8 @@ export type Block = Node & {
|
|
|
1359
1397
|
identitiesByTickerExternalAgentHistoryCreatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1360
1398
|
identitiesByTickerExternalAgentHistoryUpdatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1361
1399
|
identitiesByTickerExternalAgentUpdatedBlockIdAndCallerId: Connection<Identity>;
|
|
1400
|
+
identitiesByTickerReservationCreatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1401
|
+
identitiesByTickerReservationUpdatedBlockIdAndIdentityId: Connection<Identity>;
|
|
1362
1402
|
identitiesByTransferComplianceCreatedBlockIdAndClaimIssuerId: Connection<Identity>;
|
|
1363
1403
|
identitiesByTransferComplianceUpdatedBlockIdAndClaimIssuerId: Connection<Identity>;
|
|
1364
1404
|
identitiesByUpdatedBlockId: Connection<Identity>;
|
|
@@ -1467,6 +1507,8 @@ export type Block = Node & {
|
|
|
1467
1507
|
tickerExternalAgentHistoriesByUpdatedBlockId: Connection<TickerExternalAgentHistory>;
|
|
1468
1508
|
tickerExternalAgentsByCreatedBlockId: Connection<TickerExternalAgent>;
|
|
1469
1509
|
tickerExternalAgentsByUpdatedBlockId: Connection<TickerExternalAgent>;
|
|
1510
|
+
tickerReservationsByCreatedBlockId: Connection<TickerReservation>;
|
|
1511
|
+
tickerReservationsByUpdatedBlockId: Connection<TickerReservation>;
|
|
1470
1512
|
transferComplianceExemptionsByCreatedBlockId: Connection<TransferComplianceExemption>;
|
|
1471
1513
|
transferComplianceExemptionsByUpdatedBlockId: Connection<TransferComplianceExemption>;
|
|
1472
1514
|
transferCompliancesByCreatedBlockId: Connection<TransferCompliance>;
|
|
@@ -1613,6 +1655,8 @@ export type BlockFilter = {
|
|
|
1613
1655
|
tickerExternalAgentHistoriesByUpdatedBlockId?: InputMaybe<OneToManyFilter<TickerExternalAgentHistoryFilter>>;
|
|
1614
1656
|
tickerExternalAgentsByCreatedBlockId?: InputMaybe<OneToManyFilter<TickerExternalAgentFilter>>;
|
|
1615
1657
|
tickerExternalAgentsByUpdatedBlockId?: InputMaybe<OneToManyFilter<TickerExternalAgentFilter>>;
|
|
1658
|
+
tickerReservationsByCreatedBlockId?: InputMaybe<OneToManyFilter<TickerReservationFilter>>;
|
|
1659
|
+
tickerReservationsByUpdatedBlockId?: InputMaybe<OneToManyFilter<TickerReservationFilter>>;
|
|
1616
1660
|
transferComplianceExemptionsByCreatedBlockId?: InputMaybe<OneToManyFilter<TransferComplianceExemptionFilter>>;
|
|
1617
1661
|
transferComplianceExemptionsByUpdatedBlockId?: InputMaybe<OneToManyFilter<TransferComplianceExemptionFilter>>;
|
|
1618
1662
|
transferCompliancesByCreatedBlockId?: InputMaybe<OneToManyFilter<TransferComplianceFilter>>;
|
|
@@ -1751,6 +1795,7 @@ export declare enum CallIdEnum {
|
|
|
1751
1795
|
AcceptPortfolioCustody = "accept_portfolio_custody",
|
|
1752
1796
|
AcceptPrimaryIssuanceAgentTransfer = "accept_primary_issuance_agent_transfer",
|
|
1753
1797
|
AcceptPrimaryKey = "accept_primary_key",
|
|
1798
|
+
AcceptSubsidy = "accept_subsidy",
|
|
1754
1799
|
AcceptTickerTransfer = "accept_ticker_transfer",
|
|
1755
1800
|
AddActiveRule = "add_active_rule",
|
|
1756
1801
|
AddAdmin = "add_admin",
|
|
@@ -1798,6 +1843,7 @@ export declare enum CallIdEnum {
|
|
|
1798
1843
|
AllowIdentityToCreatePortfolios = "allow_identity_to_create_portfolios",
|
|
1799
1844
|
AllowVenues = "allow_venues",
|
|
1800
1845
|
AmendProposal = "amend_proposal",
|
|
1846
|
+
ApplyAuthorizedUpgrade = "apply_authorized_upgrade",
|
|
1801
1847
|
ApplyIncomingBalance = "apply_incoming_balance",
|
|
1802
1848
|
ApplyIncomingBalances = "apply_incoming_balances",
|
|
1803
1849
|
Approve = "approve",
|
|
@@ -1805,10 +1851,13 @@ export declare enum CallIdEnum {
|
|
|
1805
1851
|
ApproveAsKey = "approve_as_key",
|
|
1806
1852
|
ApproveCommitteeProposal = "approve_committee_proposal",
|
|
1807
1853
|
ApproveJoinIdentity = "approve_join_identity",
|
|
1854
|
+
ApproveSubsidy = "approve_subsidy",
|
|
1808
1855
|
ArchiveExtension = "archive_extension",
|
|
1809
1856
|
AsDerivative = "as_derivative",
|
|
1810
1857
|
AttachBallot = "attach_ballot",
|
|
1811
1858
|
AuthorizeInstruction = "authorize_instruction",
|
|
1859
|
+
AuthorizeUpgrade = "authorize_upgrade",
|
|
1860
|
+
AuthorizeUpgradeWithoutChecks = "authorize_upgrade_without_checks",
|
|
1812
1861
|
AuthorizeWithReceipts = "authorize_with_receipts",
|
|
1813
1862
|
Batch = "batch",
|
|
1814
1863
|
BatchAcceptAuthorization = "batch_accept_authorization",
|
|
@@ -1848,6 +1897,8 @@ export declare enum CallIdEnum {
|
|
|
1848
1897
|
CancelDeferredSlash = "cancel_deferred_slash",
|
|
1849
1898
|
CancelNamed = "cancel_named",
|
|
1850
1899
|
CancelProposal = "cancel_proposal",
|
|
1900
|
+
CancelRetry = "cancel_retry",
|
|
1901
|
+
CancelRetryNamed = "cancel_retry_named",
|
|
1851
1902
|
CddRegisterDid = "cdd_register_did",
|
|
1852
1903
|
CddRegisterDidWithCdd = "cdd_register_did_with_cdd",
|
|
1853
1904
|
ChangeAdmin = "change_admin",
|
|
@@ -1913,16 +1964,23 @@ export declare enum CallIdEnum {
|
|
|
1913
1964
|
DecreasePolyxLimit = "decrease_polyx_limit",
|
|
1914
1965
|
DeletePortfolio = "delete_portfolio",
|
|
1915
1966
|
DepositBlockRewardReserveBalance = "deposit_block_reward_reserve_balance",
|
|
1967
|
+
DeprecateControllerBatch = "deprecate_controller_batch",
|
|
1916
1968
|
DisableMember = "disable_member",
|
|
1917
1969
|
DisallowVenues = "disallow_venues",
|
|
1918
1970
|
Disbursement = "disbursement",
|
|
1919
1971
|
DispatchAs = "dispatch_as",
|
|
1972
|
+
DispatchAsFallbackAccount = "dispatch_as_fallback_account",
|
|
1920
1973
|
Distribute = "distribute",
|
|
1921
1974
|
EmergencyReferendum = "emergency_referendum",
|
|
1922
1975
|
EnableIndividualCommissions = "enable_individual_commissions",
|
|
1923
1976
|
EnableOffchainFunding = "enable_offchain_funding",
|
|
1924
1977
|
EnactReferendum = "enact_referendum",
|
|
1925
1978
|
EnactSnapshotResults = "enact_snapshot_results",
|
|
1979
|
+
EnsureUpdated = "ensure_updated",
|
|
1980
|
+
EthCall = "eth_call",
|
|
1981
|
+
EthInstantiateWithCode = "eth_instantiate_with_code",
|
|
1982
|
+
EthSubstrateCall = "eth_substrate_call",
|
|
1983
|
+
EthTransact = "eth_transact",
|
|
1926
1984
|
ExecuteManualInstruction = "execute_manual_instruction",
|
|
1927
1985
|
ExecuteScheduledInstruction = "execute_scheduled_instruction",
|
|
1928
1986
|
ExecuteScheduledInstructionV2 = "execute_scheduled_instruction_v2",
|
|
@@ -1936,14 +1994,17 @@ export declare enum CallIdEnum {
|
|
|
1936
1994
|
FastTrackProposal = "fast_track_proposal",
|
|
1937
1995
|
FillBlock = "fill_block",
|
|
1938
1996
|
FinalHint = "final_hint",
|
|
1997
|
+
ForceAdjustTotalIssuance = "force_adjust_total_issuance",
|
|
1939
1998
|
ForceApplyMinCommission = "force_apply_min_commission",
|
|
1940
1999
|
ForceBatch = "force_batch",
|
|
1941
2000
|
ForceHandleBridgeTx = "force_handle_bridge_tx",
|
|
1942
2001
|
ForceNewEra = "force_new_era",
|
|
1943
2002
|
ForceNewEraAlways = "force_new_era_always",
|
|
1944
2003
|
ForceNoEras = "force_no_eras",
|
|
2004
|
+
ForceSetBalance = "force_set_balance",
|
|
1945
2005
|
ForceSetProgress = "force_set_progress",
|
|
1946
2006
|
ForceTransfer = "force_transfer",
|
|
2007
|
+
ForceUnreserve = "force_unreserve",
|
|
1947
2008
|
ForceUnstake = "force_unstake",
|
|
1948
2009
|
ForwardedCall = "forwarded_call",
|
|
1949
2010
|
Free = "free",
|
|
@@ -1999,8 +2060,12 @@ export declare enum CallIdEnum {
|
|
|
1999
2060
|
MakeMultisigPrimary = "make_multisig_primary",
|
|
2000
2061
|
MakeMultisigSecondary = "make_multisig_secondary",
|
|
2001
2062
|
MakeMultisigSigner = "make_multisig_signer",
|
|
2063
|
+
ManualSlash = "manual_slash",
|
|
2064
|
+
MapAccount = "map_account",
|
|
2002
2065
|
MediatorAffirmTransaction = "mediator_affirm_transaction",
|
|
2003
2066
|
MediatorUnaffirmTransaction = "mediator_unaffirm_transaction",
|
|
2067
|
+
Migrate = "migrate",
|
|
2068
|
+
MigrateCurrency = "migrate_currency",
|
|
2004
2069
|
MigrateCustomChild = "migrate_custom_child",
|
|
2005
2070
|
MigrateCustomTop = "migrate_custom_top",
|
|
2006
2071
|
Mint = "mint",
|
|
@@ -2019,6 +2084,7 @@ export declare enum CallIdEnum {
|
|
|
2019
2084
|
PauseAssetRules = "pause_asset_rules",
|
|
2020
2085
|
PauseSto = "pause_sto",
|
|
2021
2086
|
PayoutStakers = "payout_stakers",
|
|
2087
|
+
PayoutStakersByPage = "payout_stakers_by_page",
|
|
2022
2088
|
PayoutStakersBySystem = "payout_stakers_by_system",
|
|
2023
2089
|
PlaceholderAddAndAffirmInstruction = "placeholder_add_and_affirm_instruction",
|
|
2024
2090
|
PlaceholderAddAndAffirmInstructionWithMemo = "placeholder_add_and_affirm_instruction_with_memo",
|
|
@@ -2032,6 +2098,7 @@ export declare enum CallIdEnum {
|
|
|
2032
2098
|
PlaceholderUnclaimReceipt = "placeholder_unclaim_receipt",
|
|
2033
2099
|
PlaceholderWithdrawAffirmation = "placeholder_withdraw_affirmation",
|
|
2034
2100
|
PlanConfigChange = "plan_config_change",
|
|
2101
|
+
PokeDeposit = "poke_deposit",
|
|
2035
2102
|
PreApproveAsset = "pre_approve_asset",
|
|
2036
2103
|
PreApprovePortfolio = "pre_approve_portfolio",
|
|
2037
2104
|
PreApproveTicker = "pre_approve_ticker",
|
|
@@ -2044,6 +2111,7 @@ export declare enum CallIdEnum {
|
|
|
2044
2111
|
QuitPortfolioCustody = "quit_portfolio_custody",
|
|
2045
2112
|
ReapStash = "reap_stash",
|
|
2046
2113
|
Rebond = "rebond",
|
|
2114
|
+
ReceiverAffirmAssetTransfer = "receiver_affirm_asset_transfer",
|
|
2047
2115
|
ReceiverAffirmTransaction = "receiver_affirm_transaction",
|
|
2048
2116
|
ReceiverUnaffirmTransaction = "receiver_unaffirm_transaction",
|
|
2049
2117
|
Reclaim = "reclaim",
|
|
@@ -2063,6 +2131,7 @@ export declare enum CallIdEnum {
|
|
|
2063
2131
|
Reject = "reject",
|
|
2064
2132
|
RejectAsIdentity = "reject_as_identity",
|
|
2065
2133
|
RejectAsKey = "reject_as_key",
|
|
2134
|
+
RejectAssetTransfer = "reject_asset_transfer",
|
|
2066
2135
|
RejectInstruction = "reject_instruction",
|
|
2067
2136
|
RejectInstructionAsMediator = "reject_instruction_as_mediator",
|
|
2068
2137
|
RejectInstructionV2 = "reject_instruction_v2",
|
|
@@ -2090,6 +2159,7 @@ export declare enum CallIdEnum {
|
|
|
2090
2159
|
RemoveDocuments = "remove_documents",
|
|
2091
2160
|
RemoveExemptedEntities = "remove_exempted_entities",
|
|
2092
2161
|
RemoveFreezeAdmin = "remove_freeze_admin",
|
|
2162
|
+
RemoveKey = "remove_key",
|
|
2093
2163
|
RemoveLocalMetadataKey = "remove_local_metadata_key",
|
|
2094
2164
|
RemoveMandatoryMediators = "remove_mandatory_mediators",
|
|
2095
2165
|
RemoveMember = "remove_member",
|
|
@@ -2109,6 +2179,7 @@ export declare enum CallIdEnum {
|
|
|
2109
2179
|
RemoveSecondaryKeysOld = "remove_secondary_keys_old",
|
|
2110
2180
|
RemoveSigningKeys = "remove_signing_keys",
|
|
2111
2181
|
RemoveSmartExtension = "remove_smart_extension",
|
|
2182
|
+
RemoveSubsidy = "remove_subsidy",
|
|
2112
2183
|
RemoveTickerAffirmationExemption = "remove_ticker_affirmation_exemption",
|
|
2113
2184
|
RemoveTickerPreApproval = "remove_ticker_pre_approval",
|
|
2114
2185
|
RemoveTransferManager = "remove_transfer_manager",
|
|
@@ -2117,8 +2188,14 @@ export declare enum CallIdEnum {
|
|
|
2117
2188
|
RenamePortfolio = "rename_portfolio",
|
|
2118
2189
|
ReplaceAssetCompliance = "replace_asset_compliance",
|
|
2119
2190
|
ReplaceAssetRules = "replace_asset_rules",
|
|
2191
|
+
ReportDoubleVoting = "report_double_voting",
|
|
2192
|
+
ReportDoubleVotingUnsigned = "report_double_voting_unsigned",
|
|
2120
2193
|
ReportEquivocation = "report_equivocation",
|
|
2121
2194
|
ReportEquivocationUnsigned = "report_equivocation_unsigned",
|
|
2195
|
+
ReportForkVoting = "report_fork_voting",
|
|
2196
|
+
ReportForkVotingUnsigned = "report_fork_voting_unsigned",
|
|
2197
|
+
ReportFutureBlockVoting = "report_future_block_voting",
|
|
2198
|
+
ReportFutureBlockVotingUnsigned = "report_future_block_voting_unsigned",
|
|
2122
2199
|
RequestPreimage = "request_preimage",
|
|
2123
2200
|
RescheduleExecution = "reschedule_execution",
|
|
2124
2201
|
RescheduleInstruction = "reschedule_instruction",
|
|
@@ -2127,18 +2204,21 @@ export declare enum CallIdEnum {
|
|
|
2127
2204
|
ResetAssetCompliance = "reset_asset_compliance",
|
|
2128
2205
|
ResetCaa = "reset_caa",
|
|
2129
2206
|
ResetMembers = "reset_members",
|
|
2207
|
+
RestoreLedger = "restore_ledger",
|
|
2130
2208
|
ResumeAssetCompliance = "resume_asset_compliance",
|
|
2131
2209
|
ResumeAssetRules = "resume_asset_rules",
|
|
2132
2210
|
RevokeClaim = "revoke_claim",
|
|
2133
2211
|
RevokeClaimByIndex = "revoke_claim_by_index",
|
|
2134
2212
|
RevokeCreatePortfoliosPermission = "revoke_create_portfolios_permission",
|
|
2135
2213
|
RevokeOffchainAuthorization = "revoke_offchain_authorization",
|
|
2214
|
+
RevokeSubsidy = "revoke_subsidy",
|
|
2136
2215
|
RotatePrimaryKeyToSecondary = "rotate_primary_key_to_secondary",
|
|
2137
2216
|
ScaleValidatorCount = "scale_validator_count",
|
|
2138
2217
|
Schedule = "schedule",
|
|
2139
2218
|
ScheduleAfter = "schedule_after",
|
|
2140
2219
|
ScheduleNamed = "schedule_named",
|
|
2141
2220
|
ScheduleNamedAfter = "schedule_named_after",
|
|
2221
|
+
SelfRegisterDid = "self_register_did",
|
|
2142
2222
|
SenderAffirmTransaction = "sender_affirm_transaction",
|
|
2143
2223
|
SenderUnaffirmTransaction = "sender_unaffirm_transaction",
|
|
2144
2224
|
Set = "set",
|
|
@@ -2173,6 +2253,7 @@ export declare enum CallIdEnum {
|
|
|
2173
2253
|
SetItnRewardStatus = "set_itn_reward_status",
|
|
2174
2254
|
SetKey = "set_key",
|
|
2175
2255
|
SetKeys = "set_keys",
|
|
2256
|
+
SetMandatoryReceiverAffirmation = "set_mandatory_receiver_affirmation",
|
|
2176
2257
|
SetMasterKey = "set_master_key",
|
|
2177
2258
|
SetMaxDetailsLength = "set_max_details_length",
|
|
2178
2259
|
SetMaxPipSkipCount = "set_max_pip_skip_count",
|
|
@@ -2180,6 +2261,7 @@ export declare enum CallIdEnum {
|
|
|
2180
2261
|
SetMinCommission = "set_min_commission",
|
|
2181
2262
|
SetMinProposalDeposit = "set_min_proposal_deposit",
|
|
2182
2263
|
SetMinimumUntrustedScore = "set_minimum_untrusted_score",
|
|
2264
|
+
SetNewGenesis = "set_new_genesis",
|
|
2183
2265
|
SetPayee = "set_payee",
|
|
2184
2266
|
SetPayingKey = "set_paying_key",
|
|
2185
2267
|
SetPendingPipExpiry = "set_pending_pip_expiry",
|
|
@@ -2189,6 +2271,8 @@ export declare enum CallIdEnum {
|
|
|
2189
2271
|
SetProposalDuration = "set_proposal_duration",
|
|
2190
2272
|
SetPruneHistoricalPips = "set_prune_historical_pips",
|
|
2191
2273
|
SetReleaseCoordinator = "set_release_coordinator",
|
|
2274
|
+
SetRetry = "set_retry",
|
|
2275
|
+
SetRetryNamed = "set_retry_named",
|
|
2192
2276
|
SetSchedulesMaxComplexity = "set_schedules_max_complexity",
|
|
2193
2277
|
SetSecondaryKeyPermissions = "set_secondary_key_permissions",
|
|
2194
2278
|
SetSignedMaxLimits = "set_signed_max_limits",
|
|
@@ -2209,6 +2293,12 @@ export declare enum CallIdEnum {
|
|
|
2209
2293
|
SumbitUnsigned = "sumbit_unsigned",
|
|
2210
2294
|
SwapMember = "swap_member",
|
|
2211
2295
|
Transfer = "transfer",
|
|
2296
|
+
TransferAll = "transfer_all",
|
|
2297
|
+
TransferAllowDeath = "transfer_allow_death",
|
|
2298
|
+
TransferAsset = "transfer_asset",
|
|
2299
|
+
TransferFunds = "transfer_funds",
|
|
2300
|
+
TransferKeepAlive = "transfer_keep_alive",
|
|
2301
|
+
TransferNft = "transfer_nft",
|
|
2212
2302
|
TransferWithMemo = "transfer_with_memo",
|
|
2213
2303
|
Unbond = "unbond",
|
|
2214
2304
|
UnclaimReceipt = "unclaim_receipt",
|
|
@@ -2219,17 +2309,21 @@ export declare enum CallIdEnum {
|
|
|
2219
2309
|
Unknown = "unknown",
|
|
2220
2310
|
UnlinkChildIdentity = "unlink_child_identity",
|
|
2221
2311
|
UnlinkTickerFromAssetId = "unlink_ticker_from_asset_id",
|
|
2312
|
+
UnlockInstruction = "unlock_instruction",
|
|
2313
|
+
UnmapAccount = "unmap_account",
|
|
2222
2314
|
UnnotePreimage = "unnote_preimage",
|
|
2223
2315
|
UnrequestPreimage = "unrequest_preimage",
|
|
2224
2316
|
UpdateAssetType = "update_asset_type",
|
|
2225
2317
|
UpdateCallRuntimeWhitelist = "update_call_runtime_whitelist",
|
|
2226
2318
|
UpdateGlobalMetadataSpec = "update_global_metadata_spec",
|
|
2227
2319
|
UpdateIdentifiers = "update_identifiers",
|
|
2320
|
+
UpdatePayee = "update_payee",
|
|
2228
2321
|
UpdatePermissionedValidatorIntendedCount = "update_permissioned_validator_intended_count",
|
|
2229
2322
|
UpdatePolyxLimit = "update_polyx_limit",
|
|
2230
2323
|
UpdateVenueDetails = "update_venue_details",
|
|
2231
2324
|
UpdateVenueSigners = "update_venue_signers",
|
|
2232
2325
|
UpdateVenueType = "update_venue_type",
|
|
2326
|
+
UpgradeAccounts = "upgrade_accounts",
|
|
2233
2327
|
UpgradeApi = "upgrade_api",
|
|
2234
2328
|
UploadCode = "upload_code",
|
|
2235
2329
|
Validate = "validate",
|
|
@@ -3693,6 +3787,8 @@ export type Event = Node & {
|
|
|
3693
3787
|
fundraiserOfferingAsset?: Maybe<Scalars['String']['output']>;
|
|
3694
3788
|
id: Scalars['String']['output'];
|
|
3695
3789
|
identitiesByAssetCreatedEventIdAndOwnerId: Connection<Identity>;
|
|
3790
|
+
identitiesByAssetTransactionCreatedEventIdAndFromIdentityId: Connection<Identity>;
|
|
3791
|
+
identitiesByAssetTransactionCreatedEventIdAndToIdentityId: Connection<Identity>;
|
|
3696
3792
|
identitiesByAuthorizationCreatedEventIdAndFromId: Connection<Identity>;
|
|
3697
3793
|
identitiesByBridgeEventCreatedEventIdAndIdentityId: Connection<Identity>;
|
|
3698
3794
|
identitiesByClaimCreatedEventIdAndIssuerId: Connection<Identity>;
|
|
@@ -3792,6 +3888,7 @@ export type EventFilter = {
|
|
|
3792
3888
|
};
|
|
3793
3889
|
export declare enum EventIdEnum {
|
|
3794
3890
|
AcceptedPayingKey = "AcceptedPayingKey",
|
|
3891
|
+
AcceptedSubsidy = "AcceptedSubsidy",
|
|
3795
3892
|
AccountAssetFrozen = "AccountAssetFrozen",
|
|
3796
3893
|
AccountAssetUnfrozen = "AccountAssetUnfrozen",
|
|
3797
3894
|
AccountBalanceBurned = "AccountBalanceBurned",
|
|
@@ -3803,6 +3900,7 @@ export declare enum EventIdEnum {
|
|
|
3803
3900
|
ActivePipLimitChanged = "ActivePipLimitChanged",
|
|
3804
3901
|
AdminChanged = "AdminChanged",
|
|
3805
3902
|
AffirmationWithdrawn = "AffirmationWithdrawn",
|
|
3903
|
+
AgendaIncomplete = "AgendaIncomplete",
|
|
3806
3904
|
AgentAdded = "AgentAdded",
|
|
3807
3905
|
AgentRemoved = "AgentRemoved",
|
|
3808
3906
|
AllGood = "AllGood",
|
|
@@ -3810,6 +3908,7 @@ export declare enum EventIdEnum {
|
|
|
3810
3908
|
ApiHashUpdated = "ApiHashUpdated",
|
|
3811
3909
|
Approval = "Approval",
|
|
3812
3910
|
Approved = "Approved",
|
|
3911
|
+
ApprovedSubsidy = "ApprovedSubsidy",
|
|
3813
3912
|
AssetAffirmationExemption = "AssetAffirmationExemption",
|
|
3814
3913
|
AssetBalanceUpdated = "AssetBalanceUpdated",
|
|
3815
3914
|
AssetCompliancePaused = "AssetCompliancePaused",
|
|
@@ -3856,6 +3955,8 @@ export declare enum EventIdEnum {
|
|
|
3856
3955
|
BridgeTxScheduled = "BridgeTxScheduled",
|
|
3857
3956
|
Bridged = "Bridged",
|
|
3858
3957
|
Burned = "Burned",
|
|
3958
|
+
BurnedDebt = "BurnedDebt",
|
|
3959
|
+
BurnedHeld = "BurnedHeld",
|
|
3859
3960
|
CaaTransferred = "CAATransferred",
|
|
3860
3961
|
CaInitiated = "CAInitiated",
|
|
3861
3962
|
CaLinkedToDoc = "CALinkedToDoc",
|
|
@@ -3888,10 +3989,13 @@ export declare enum EventIdEnum {
|
|
|
3888
3989
|
ContractCodeUpdated = "ContractCodeUpdated",
|
|
3889
3990
|
ContractEmitted = "ContractEmitted",
|
|
3890
3991
|
ContractExecution = "ContractExecution",
|
|
3992
|
+
ControllerBatchDeprecated = "ControllerBatchDeprecated",
|
|
3891
3993
|
ControllerChanged = "ControllerChanged",
|
|
3892
3994
|
ControllerRedemption = "ControllerRedemption",
|
|
3893
3995
|
ControllerTransfer = "ControllerTransfer",
|
|
3894
3996
|
Created = "Created",
|
|
3997
|
+
CreatedAssetTransfer = "CreatedAssetTransfer",
|
|
3998
|
+
CurrencyMigrated = "CurrencyMigrated",
|
|
3895
3999
|
CustodyAllowanceChanged = "CustodyAllowanceChanged",
|
|
3896
4000
|
CustodyTransfer = "CustodyTransfer",
|
|
3897
4001
|
CustomAssetTypeExists = "CustomAssetTypeExists",
|
|
@@ -3901,6 +4005,8 @@ export declare enum EventIdEnum {
|
|
|
3901
4005
|
DefaultTargetIdentitiesChanged = "DefaultTargetIdentitiesChanged",
|
|
3902
4006
|
DefaultWithholdingTaxChanged = "DefaultWithholdingTaxChanged",
|
|
3903
4007
|
DelegateCalled = "DelegateCalled",
|
|
4008
|
+
Deposit = "Deposit",
|
|
4009
|
+
DepositPoked = "DepositPoked",
|
|
3904
4010
|
DidCreated = "DidCreated",
|
|
3905
4011
|
DidStatus = "DidStatus",
|
|
3906
4012
|
DidWithholdingTaxChanged = "DidWithholdingTaxChanged",
|
|
@@ -3914,11 +4020,13 @@ export declare enum EventIdEnum {
|
|
|
3914
4020
|
DocumentAdded = "DocumentAdded",
|
|
3915
4021
|
DocumentRemoved = "DocumentRemoved",
|
|
3916
4022
|
Dummy = "Dummy",
|
|
4023
|
+
DustLost = "DustLost",
|
|
3917
4024
|
ElectionFailed = "ElectionFailed",
|
|
3918
4025
|
ElectionFinalized = "ElectionFinalized",
|
|
3919
4026
|
Endowed = "Endowed",
|
|
3920
4027
|
EraPaid = "EraPaid",
|
|
3921
4028
|
EraPayout = "EraPayout",
|
|
4029
|
+
EthExtrinsicRevert = "EthExtrinsicRevert",
|
|
3922
4030
|
Evicted = "Evicted",
|
|
3923
4031
|
Executed = "Executed",
|
|
3924
4032
|
ExecutionCancellingFailed = "ExecutionCancellingFailed",
|
|
@@ -3957,6 +4065,7 @@ export declare enum EventIdEnum {
|
|
|
3957
4065
|
FundsMoved = "FundsMoved",
|
|
3958
4066
|
FundsMovedBetweenPortfolios = "FundsMovedBetweenPortfolios",
|
|
3959
4067
|
FundsRaised = "FundsRaised",
|
|
4068
|
+
FundsTransferred = "FundsTransferred",
|
|
3960
4069
|
FungibleTokensMovedBetweenPortfolios = "FungibleTokensMovedBetweenPortfolios",
|
|
3961
4070
|
GlobalCommissionUpdated = "GlobalCommissionUpdated",
|
|
3962
4071
|
GlobalMetadataSpecUpdated = "GlobalMetadataSpecUpdated",
|
|
@@ -3964,6 +4073,7 @@ export declare enum EventIdEnum {
|
|
|
3964
4073
|
GroupCreated = "GroupCreated",
|
|
3965
4074
|
GroupPermissionsUpdated = "GroupPermissionsUpdated",
|
|
3966
4075
|
HeartbeatReceived = "HeartbeatReceived",
|
|
4076
|
+
Held = "Held",
|
|
3967
4077
|
HistoricalPipsPruned = "HistoricalPipsPruned",
|
|
3968
4078
|
IdentifiersUpdated = "IdentifiersUpdated",
|
|
3969
4079
|
IndexAssigned = "IndexAssigned",
|
|
@@ -3985,6 +4095,7 @@ export declare enum EventIdEnum {
|
|
|
3985
4095
|
InstructionRejected = "InstructionRejected",
|
|
3986
4096
|
InstructionRescheduled = "InstructionRescheduled",
|
|
3987
4097
|
InstructionUnauthorized = "InstructionUnauthorized",
|
|
4098
|
+
InstructionUnlocked = "InstructionUnlocked",
|
|
3988
4099
|
InstructionV2Created = "InstructionV2Created",
|
|
3989
4100
|
InvalidatedNominators = "InvalidatedNominators",
|
|
3990
4101
|
Invested = "Invested",
|
|
@@ -3996,10 +4107,13 @@ export declare enum EventIdEnum {
|
|
|
3996
4107
|
ItemFailed = "ItemFailed",
|
|
3997
4108
|
ItnRewardClaimed = "ItnRewardClaimed",
|
|
3998
4109
|
KeyChanged = "KeyChanged",
|
|
4110
|
+
KeyRemoved = "KeyRemoved",
|
|
3999
4111
|
Kicked = "Kicked",
|
|
4000
4112
|
KilledAccount = "KilledAccount",
|
|
4001
4113
|
LegFailedExecution = "LegFailedExecution",
|
|
4002
4114
|
LocalMetadataKeyDeleted = "LocalMetadataKeyDeleted",
|
|
4115
|
+
Locked = "Locked",
|
|
4116
|
+
MandatoryReceiverAffirmationSet = "MandatoryReceiverAffirmationSet",
|
|
4003
4117
|
MasterKeyUpdated = "MasterKeyUpdated",
|
|
4004
4118
|
MaxDetailsLengthChanged = "MaxDetailsLengthChanged",
|
|
4005
4119
|
MaxPipSkipCountChanged = "MaxPipSkipCountChanged",
|
|
@@ -4015,6 +4129,8 @@ export declare enum EventIdEnum {
|
|
|
4015
4129
|
MetadataValueDeleted = "MetadataValueDeleted",
|
|
4016
4130
|
MinimumBondThresholdUpdated = "MinimumBondThresholdUpdated",
|
|
4017
4131
|
MinimumProposalDepositChanged = "MinimumProposalDepositChanged",
|
|
4132
|
+
Minted = "Minted",
|
|
4133
|
+
MintedCredit = "MintedCredit",
|
|
4018
4134
|
MockInvestorUidCreated = "MockInvestorUIDCreated",
|
|
4019
4135
|
MovedBetweenPortfolios = "MovedBetweenPortfolios",
|
|
4020
4136
|
MultiSigAddedAdmin = "MultiSigAddedAdmin",
|
|
@@ -4028,11 +4144,13 @@ export declare enum EventIdEnum {
|
|
|
4028
4144
|
MultiSigSignersAuthorized = "MultiSigSignersAuthorized",
|
|
4029
4145
|
MultiSigSignersRemoved = "MultiSigSignersRemoved",
|
|
4030
4146
|
MultiSigSignersRequiredChanged = "MultiSigSignersRequiredChanged",
|
|
4147
|
+
NftHoldingsUpdated = "NFTHoldingsUpdated",
|
|
4031
4148
|
NftPortfolioUpdated = "NFTPortfolioUpdated",
|
|
4032
4149
|
NfTsMovedBetweenPortfolios = "NFTsMovedBetweenPortfolios",
|
|
4033
4150
|
NewAccount = "NewAccount",
|
|
4034
4151
|
NewAssetRuleCreated = "NewAssetRuleCreated",
|
|
4035
4152
|
NewAuthorities = "NewAuthorities",
|
|
4153
|
+
NewQueued = "NewQueued",
|
|
4036
4154
|
NewSession = "NewSession",
|
|
4037
4155
|
NftCollectionCreated = "NftCollectionCreated",
|
|
4038
4156
|
Nominated = "Nominated",
|
|
@@ -4098,23 +4216,33 @@ export declare enum EventIdEnum {
|
|
|
4098
4216
|
RegisterAssetMetadataGlobalType = "RegisterAssetMetadataGlobalType",
|
|
4099
4217
|
RegisterAssetMetadataLocalType = "RegisterAssetMetadataLocalType",
|
|
4100
4218
|
Rejected = "Rejected",
|
|
4219
|
+
RejectedInvalidAuthorizedUpgrade = "RejectedInvalidAuthorizedUpgrade",
|
|
4101
4220
|
RelayedTx = "RelayedTx",
|
|
4102
4221
|
ReleaseCoordinatorUpdated = "ReleaseCoordinatorUpdated",
|
|
4222
|
+
Released = "Released",
|
|
4103
4223
|
Remarked = "Remarked",
|
|
4104
4224
|
RemoveAssetAffirmationExemption = "RemoveAssetAffirmationExemption",
|
|
4105
4225
|
RemovePreApprovedAsset = "RemovePreApprovedAsset",
|
|
4106
4226
|
Removed = "Removed",
|
|
4107
4227
|
RemovedPayingKey = "RemovedPayingKey",
|
|
4228
|
+
RemovedPendingSubsidy = "RemovedPendingSubsidy",
|
|
4229
|
+
RemovedSubsidy = "RemovedSubsidy",
|
|
4108
4230
|
Requested = "Requested",
|
|
4231
|
+
Rescinded = "Rescinded",
|
|
4109
4232
|
ReserveRepatriated = "ReserveRepatriated",
|
|
4110
4233
|
Reserved = "Reserved",
|
|
4111
4234
|
Restored = "Restored",
|
|
4112
4235
|
Resumed = "Resumed",
|
|
4236
|
+
RetryCancelled = "RetryCancelled",
|
|
4237
|
+
RetryFailed = "RetryFailed",
|
|
4238
|
+
RetrySet = "RetrySet",
|
|
4113
4239
|
RevokeCreatePortfoliosPermission = "RevokeCreatePortfoliosPermission",
|
|
4114
4240
|
RevokePreApprovedPortfolio = "RevokePreApprovedPortfolio",
|
|
4115
4241
|
Reward = "Reward",
|
|
4116
4242
|
RewardPaymentSchedulingInterrupted = "RewardPaymentSchedulingInterrupted",
|
|
4117
4243
|
Rewarded = "Rewarded",
|
|
4244
|
+
RootStored = "RootStored",
|
|
4245
|
+
RootsPruned = "RootsPruned",
|
|
4118
4246
|
ScRuntimeCall = "SCRuntimeCall",
|
|
4119
4247
|
ScheduleCreated = "ScheduleCreated",
|
|
4120
4248
|
ScheduleRemoved = "ScheduleRemoved",
|
|
@@ -4147,6 +4275,8 @@ export declare enum EventIdEnum {
|
|
|
4147
4275
|
SnapshotCleared = "SnapshotCleared",
|
|
4148
4276
|
SnapshotResultsEnacted = "SnapshotResultsEnacted",
|
|
4149
4277
|
SnapshotTaken = "SnapshotTaken",
|
|
4278
|
+
SnapshotTargetsSizeExceeded = "SnapshotTargetsSizeExceeded",
|
|
4279
|
+
SnapshotVotersSizeExceeded = "SnapshotVotersSizeExceeded",
|
|
4150
4280
|
SolutionStored = "SolutionStored",
|
|
4151
4281
|
SomeOffline = "SomeOffline",
|
|
4152
4282
|
StakersElected = "StakersElected",
|
|
@@ -4154,29 +4284,38 @@ export declare enum EventIdEnum {
|
|
|
4154
4284
|
StakingElectionFailed = "StakingElectionFailed",
|
|
4155
4285
|
StatTypesAdded = "StatTypesAdded",
|
|
4156
4286
|
StatTypesRemoved = "StatTypesRemoved",
|
|
4287
|
+
StorageDepositTransferredAndHeld = "StorageDepositTransferredAndHeld",
|
|
4288
|
+
StorageDepositTransferredAndReleased = "StorageDepositTransferredAndReleased",
|
|
4289
|
+
SubsidyDebited = "SubsidyDebited",
|
|
4157
4290
|
Sudid = "Sudid",
|
|
4158
4291
|
SudoAsDone = "SudoAsDone",
|
|
4292
|
+
Suspended = "Suspended",
|
|
4159
4293
|
TemplateInstantiationFeeChanged = "TemplateInstantiationFeeChanged",
|
|
4160
4294
|
TemplateMetaUrlChanged = "TemplateMetaUrlChanged",
|
|
4161
4295
|
TemplateOwnershipTransferred = "TemplateOwnershipTransferred",
|
|
4162
4296
|
TemplateUsageFeeChanged = "TemplateUsageFeeChanged",
|
|
4163
4297
|
Terminated = "Terminated",
|
|
4298
|
+
Thawed = "Thawed",
|
|
4164
4299
|
TickerLinkedToAsset = "TickerLinkedToAsset",
|
|
4165
4300
|
TickerRegistered = "TickerRegistered",
|
|
4166
4301
|
TickerTransferred = "TickerTransferred",
|
|
4167
4302
|
TickerUnlinkedFromAsset = "TickerUnlinkedFromAsset",
|
|
4168
4303
|
TimelockChanged = "TimelockChanged",
|
|
4304
|
+
TotalIssuanceForced = "TotalIssuanceForced",
|
|
4169
4305
|
TransactionAffirmed = "TransactionAffirmed",
|
|
4170
4306
|
TransactionCreated = "TransactionCreated",
|
|
4171
4307
|
TransactionExecuted = "TransactionExecuted",
|
|
4172
4308
|
TransactionFeePaid = "TransactionFeePaid",
|
|
4173
4309
|
TransactionRejected = "TransactionRejected",
|
|
4174
4310
|
Transfer = "Transfer",
|
|
4311
|
+
TransferAndHold = "TransferAndHold",
|
|
4175
4312
|
TransferConditionExemptionsAdded = "TransferConditionExemptionsAdded",
|
|
4176
4313
|
TransferConditionExemptionsRemoved = "TransferConditionExemptionsRemoved",
|
|
4177
4314
|
TransferManagerAdded = "TransferManagerAdded",
|
|
4178
4315
|
TransferManagerRemoved = "TransferManagerRemoved",
|
|
4316
|
+
TransferOnHold = "TransferOnHold",
|
|
4179
4317
|
TransferWithData = "TransferWithData",
|
|
4318
|
+
TransferWithMemo = "TransferWithMemo",
|
|
4180
4319
|
TreasuryDidSet = "TreasuryDidSet",
|
|
4181
4320
|
TreasuryDisbursement = "TreasuryDisbursement",
|
|
4182
4321
|
TreasuryDisbursementFailed = "TreasuryDisbursementFailed",
|
|
@@ -4186,14 +4325,20 @@ export declare enum EventIdEnum {
|
|
|
4186
4325
|
TxRemoved = "TxRemoved",
|
|
4187
4326
|
TxsHandled = "TxsHandled",
|
|
4188
4327
|
Unbonded = "Unbonded",
|
|
4328
|
+
Unexpected = "Unexpected",
|
|
4189
4329
|
UnexpectedError = "UnexpectedError",
|
|
4190
4330
|
Unfrozen = "Unfrozen",
|
|
4191
4331
|
UnfrozenTx = "UnfrozenTx",
|
|
4192
4332
|
Unknown = "Unknown",
|
|
4333
|
+
Unlocked = "Unlocked",
|
|
4193
4334
|
Unreserved = "Unreserved",
|
|
4194
4335
|
UpdatedPolyxLimit = "UpdatedPolyxLimit",
|
|
4336
|
+
UpgradeAuthorized = "UpgradeAuthorized",
|
|
4337
|
+
Upgraded = "Upgraded",
|
|
4195
4338
|
UserPortfolios = "UserPortfolios",
|
|
4339
|
+
ValidatorDisabled = "ValidatorDisabled",
|
|
4196
4340
|
ValidatorPrefsSet = "ValidatorPrefsSet",
|
|
4341
|
+
ValidatorReenabled = "ValidatorReenabled",
|
|
4197
4342
|
VenueCreated = "VenueCreated",
|
|
4198
4343
|
VenueDetailsUpdated = "VenueDetailsUpdated",
|
|
4199
4344
|
VenueFiltering = "VenueFiltering",
|
|
@@ -4209,6 +4354,7 @@ export declare enum EventIdEnum {
|
|
|
4209
4354
|
VoteRetracted = "VoteRetracted",
|
|
4210
4355
|
VoteThresholdUpdated = "VoteThresholdUpdated",
|
|
4211
4356
|
Voted = "Voted",
|
|
4357
|
+
Withdraw = "Withdraw",
|
|
4212
4358
|
Withdrawn = "Withdrawn"
|
|
4213
4359
|
}
|
|
4214
4360
|
export type EventIdEnumFilter = {
|
|
@@ -4509,9 +4655,13 @@ export type Identity = Node & {
|
|
|
4509
4655
|
accountsByMultiSigCreatorIdAndCreatorAccountId: Connection<Account>;
|
|
4510
4656
|
assetMandatoryMediatorsByAddedById: Connection<AssetMandatoryMediator>;
|
|
4511
4657
|
assetPreApprovals: Connection<AssetPreApproval>;
|
|
4658
|
+
assetTransactionsByFromIdentityId: Connection<AssetTransaction>;
|
|
4659
|
+
assetTransactionsByToIdentityId: Connection<AssetTransaction>;
|
|
4512
4660
|
assetsByAssetHolderIdentityIdAndAssetId: Connection<Asset>;
|
|
4513
4661
|
assetsByAssetMandatoryMediatorAddedByIdAndAssetId: Connection<Asset>;
|
|
4514
4662
|
assetsByAssetPreApprovalIdentityIdAndAssetId: Connection<Asset>;
|
|
4663
|
+
assetsByAssetTransactionFromIdentityIdAndAssetId: Connection<Asset>;
|
|
4664
|
+
assetsByAssetTransactionToIdentityIdAndAssetId: Connection<Asset>;
|
|
4515
4665
|
assetsByDistributionIdentityIdAndAssetId: Connection<Asset>;
|
|
4516
4666
|
assetsByDistributionIdentityIdAndCurrencyId: Connection<Asset>;
|
|
4517
4667
|
assetsByNftHolderIdentityIdAndAssetId: Connection<Asset>;
|
|
@@ -4521,6 +4671,7 @@ export type Identity = Node & {
|
|
|
4521
4671
|
assetsByTickerExternalAgentActionCallerIdAndAssetId: Connection<Asset>;
|
|
4522
4672
|
assetsByTickerExternalAgentCallerIdAndAssetId: Connection<Asset>;
|
|
4523
4673
|
assetsByTickerExternalAgentHistoryIdentityIdAndAssetId: Connection<Asset>;
|
|
4674
|
+
assetsByTickerReservationIdentityIdAndAssetId: Connection<Asset>;
|
|
4524
4675
|
assetsByTransferComplianceClaimIssuerIdAndAssetId: Connection<Asset>;
|
|
4525
4676
|
authorizationsByFromId: Connection<Authorization>;
|
|
4526
4677
|
blocksByAccountIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
@@ -4533,6 +4684,10 @@ export type Identity = Node & {
|
|
|
4533
4684
|
blocksByAssetOwnerIdAndUpdatedBlockId: Connection<Block>;
|
|
4534
4685
|
blocksByAssetPreApprovalIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
4535
4686
|
blocksByAssetPreApprovalIdentityIdAndUpdatedBlockId: Connection<Block>;
|
|
4687
|
+
blocksByAssetTransactionFromIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
4688
|
+
blocksByAssetTransactionFromIdentityIdAndUpdatedBlockId: Connection<Block>;
|
|
4689
|
+
blocksByAssetTransactionToIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
4690
|
+
blocksByAssetTransactionToIdentityIdAndUpdatedBlockId: Connection<Block>;
|
|
4536
4691
|
blocksByAuthorizationFromIdAndCreatedBlockId: Connection<Block>;
|
|
4537
4692
|
blocksByAuthorizationFromIdAndUpdatedBlockId: Connection<Block>;
|
|
4538
4693
|
blocksByBridgeEventIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
@@ -4585,6 +4740,8 @@ export type Identity = Node & {
|
|
|
4585
4740
|
blocksByTickerExternalAgentCallerIdAndUpdatedBlockId: Connection<Block>;
|
|
4586
4741
|
blocksByTickerExternalAgentHistoryIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
4587
4742
|
blocksByTickerExternalAgentHistoryIdentityIdAndUpdatedBlockId: Connection<Block>;
|
|
4743
|
+
blocksByTickerReservationIdentityIdAndCreatedBlockId: Connection<Block>;
|
|
4744
|
+
blocksByTickerReservationIdentityIdAndUpdatedBlockId: Connection<Block>;
|
|
4588
4745
|
blocksByTransferComplianceClaimIssuerIdAndCreatedBlockId: Connection<Block>;
|
|
4589
4746
|
blocksByTransferComplianceClaimIssuerIdAndUpdatedBlockId: Connection<Block>;
|
|
4590
4747
|
blocksByVenueOwnerIdAndCreatedBlockId: Connection<Block>;
|
|
@@ -4612,6 +4769,8 @@ export type Identity = Node & {
|
|
|
4612
4769
|
distributionsByDistributionPaymentTargetIdAndDistributionId: Connection<Distribution>;
|
|
4613
4770
|
eventId: EventIdEnum;
|
|
4614
4771
|
eventsByAssetOwnerIdAndCreatedEventId: Connection<Event>;
|
|
4772
|
+
eventsByAssetTransactionFromIdentityIdAndCreatedEventId: Connection<Event>;
|
|
4773
|
+
eventsByAssetTransactionToIdentityIdAndCreatedEventId: Connection<Event>;
|
|
4615
4774
|
eventsByAuthorizationFromIdAndCreatedEventId: Connection<Event>;
|
|
4616
4775
|
eventsByBridgeEventIdentityIdAndCreatedEventId: Connection<Event>;
|
|
4617
4776
|
eventsByClaimIssuerIdAndCreatedEventId: Connection<Event>;
|
|
@@ -4632,12 +4791,16 @@ export type Identity = Node & {
|
|
|
4632
4791
|
heldAssets: Connection<AssetHolder>;
|
|
4633
4792
|
heldNfts: Connection<NftHolder>;
|
|
4634
4793
|
id: Scalars['String']['output'];
|
|
4794
|
+
identitiesByAssetTransactionFromIdentityIdAndToIdentityId: Connection<Identity>;
|
|
4795
|
+
identitiesByAssetTransactionToIdentityIdAndFromIdentityId: Connection<Identity>;
|
|
4635
4796
|
identitiesByChildIdentityChildIdAndParentId: Connection<Identity>;
|
|
4636
4797
|
identitiesByChildIdentityParentIdAndChildId: Connection<Identity>;
|
|
4637
4798
|
identitiesByClaimIssuerIdAndTargetId: Connection<Identity>;
|
|
4638
4799
|
identitiesByClaimTargetIdAndIssuerId: Connection<Identity>;
|
|
4639
4800
|
identitiesByPortfolioCustodianIdAndIdentityId: Connection<Identity>;
|
|
4640
4801
|
identitiesByPortfolioIdentityIdAndCustodianId: Connection<Identity>;
|
|
4802
|
+
instructionsByAssetTransactionFromIdentityIdAndInstructionId: Connection<Instruction>;
|
|
4803
|
+
instructionsByAssetTransactionToIdentityIdAndInstructionId: Connection<Instruction>;
|
|
4641
4804
|
investmentsByInvestorId: Connection<Investment>;
|
|
4642
4805
|
multiSigProposalsByCreatorId: Connection<MultiSigProposal>;
|
|
4643
4806
|
multiSigsByCreatorId: Connection<MultiSig>;
|
|
@@ -4646,6 +4809,10 @@ export type Identity = Node & {
|
|
|
4646
4809
|
parentChildIdentities: Connection<ChildIdentity>;
|
|
4647
4810
|
permissionsByAccountIdentityIdAndPermissionsId: Connection<Permission>;
|
|
4648
4811
|
portfolios: Connection<Portfolio>;
|
|
4812
|
+
portfoliosByAssetTransactionFromIdentityIdAndFromPortfolioId: Connection<Portfolio>;
|
|
4813
|
+
portfoliosByAssetTransactionFromIdentityIdAndToPortfolioId: Connection<Portfolio>;
|
|
4814
|
+
portfoliosByAssetTransactionToIdentityIdAndFromPortfolioId: Connection<Portfolio>;
|
|
4815
|
+
portfoliosByAssetTransactionToIdentityIdAndToPortfolioId: Connection<Portfolio>;
|
|
4649
4816
|
portfoliosByCustodianId: Connection<Portfolio>;
|
|
4650
4817
|
portfoliosByDistributionIdentityIdAndPortfolioId: Connection<Portfolio>;
|
|
4651
4818
|
portfoliosByStoCreatorIdAndOfferingPortfolioId: Connection<Portfolio>;
|
|
@@ -4661,6 +4828,7 @@ export type Identity = Node & {
|
|
|
4661
4828
|
tickerExternalAgentActionsByCallerId: Connection<TickerExternalAgentAction>;
|
|
4662
4829
|
tickerExternalAgentHistories: Connection<TickerExternalAgentHistory>;
|
|
4663
4830
|
tickerExternalAgentsByCallerId: Connection<TickerExternalAgent>;
|
|
4831
|
+
tickerReservations: Connection<TickerReservation>;
|
|
4664
4832
|
transferCompliancesByClaimIssuerId: Connection<TransferCompliance>;
|
|
4665
4833
|
updatedBlock?: Maybe<Block>;
|
|
4666
4834
|
updatedBlockId: Scalars['String']['output'];
|
|
@@ -4671,6 +4839,8 @@ export type IdentityFilter = {
|
|
|
4671
4839
|
and?: InputMaybe<Array<IdentityFilter>>;
|
|
4672
4840
|
assetMandatoryMediatorsByAddedById?: InputMaybe<OneToManyFilter<AssetMandatoryMediatorFilter>>;
|
|
4673
4841
|
assetPreApprovals?: InputMaybe<OneToManyFilter<AssetPreApprovalFilter>>;
|
|
4842
|
+
assetTransactionsByFromIdentityId?: InputMaybe<OneToManyFilter<AssetTransactionFilter>>;
|
|
4843
|
+
assetTransactionsByToIdentityId?: InputMaybe<OneToManyFilter<AssetTransactionFilter>>;
|
|
4674
4844
|
assetsByOwnerId?: InputMaybe<OneToManyFilter<AssetFilter>>;
|
|
4675
4845
|
authorizationsByFromId?: InputMaybe<OneToManyFilter<AuthorizationFilter>>;
|
|
4676
4846
|
bridgeEvents?: InputMaybe<OneToManyFilter<BridgeEventFilter>>;
|
|
@@ -4710,6 +4880,7 @@ export type IdentityFilter = {
|
|
|
4710
4880
|
tickerExternalAgentActionsByCallerId?: InputMaybe<OneToManyFilter<TickerExternalAgentActionFilter>>;
|
|
4711
4881
|
tickerExternalAgentHistories?: InputMaybe<OneToManyFilter<TickerExternalAgentHistoryFilter>>;
|
|
4712
4882
|
tickerExternalAgentsByCallerId?: InputMaybe<OneToManyFilter<TickerExternalAgentFilter>>;
|
|
4883
|
+
tickerReservations?: InputMaybe<OneToManyFilter<TickerReservationFilter>>;
|
|
4713
4884
|
transferCompliancesByClaimIssuerId?: InputMaybe<OneToManyFilter<TransferComplianceFilter>>;
|
|
4714
4885
|
updatedBlock?: InputMaybe<BlockFilter>;
|
|
4715
4886
|
updatedBlockId?: InputMaybe<StringFilter>;
|
|
@@ -4740,6 +4911,8 @@ export type Instruction = Node & {
|
|
|
4740
4911
|
eventsByInstructionEventInstructionIdAndCreatedEventId: Connection<Event>;
|
|
4741
4912
|
failureReason?: Maybe<Scalars['JSON']['output']>;
|
|
4742
4913
|
id: Scalars['String']['output'];
|
|
4914
|
+
identitiesByAssetTransactionInstructionIdAndFromIdentityId: Connection<Identity>;
|
|
4915
|
+
identitiesByAssetTransactionInstructionIdAndToIdentityId: Connection<Identity>;
|
|
4743
4916
|
instructionPartiesByInstructionAffirmationInstructionIdAndPartyId: Connection<InstructionParty>;
|
|
4744
4917
|
legs: Connection<Leg>;
|
|
4745
4918
|
mediators: Scalars['JSON']['output'];
|
|
@@ -4760,11 +4933,12 @@ export type Instruction = Node & {
|
|
|
4760
4933
|
venueId?: Maybe<Scalars['String']['output']>;
|
|
4761
4934
|
};
|
|
4762
4935
|
export type InstructionAffirmation = Node & {
|
|
4936
|
+
account?: Maybe<Scalars['String']['output']>;
|
|
4763
4937
|
createdBlock?: Maybe<Block>;
|
|
4764
4938
|
createdBlockId: Scalars['String']['output'];
|
|
4765
4939
|
expiry?: Maybe<Scalars['Datetime']['output']>;
|
|
4766
4940
|
id: Scalars['String']['output'];
|
|
4767
|
-
identity
|
|
4941
|
+
identity?: Maybe<Scalars['String']['output']>;
|
|
4768
4942
|
instruction?: Maybe<Instruction>;
|
|
4769
4943
|
instructionId: Scalars['String']['output'];
|
|
4770
4944
|
isAutomaticallyAffirmed: Scalars['Boolean']['output'];
|
|
@@ -4780,6 +4954,7 @@ export type InstructionAffirmation = Node & {
|
|
|
4780
4954
|
updatedBlockId: Scalars['String']['output'];
|
|
4781
4955
|
};
|
|
4782
4956
|
export type InstructionAffirmationFilter = {
|
|
4957
|
+
account?: InputMaybe<StringFilter>;
|
|
4783
4958
|
and?: InputMaybe<Array<InstructionAffirmationFilter>>;
|
|
4784
4959
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
4785
4960
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
@@ -4803,6 +4978,8 @@ export type InstructionAffirmationFilter = {
|
|
|
4803
4978
|
updatedBlockId?: InputMaybe<StringFilter>;
|
|
4804
4979
|
};
|
|
4805
4980
|
export declare enum InstructionAffirmationsOrderBy {
|
|
4981
|
+
AccountAsc = "ACCOUNT_ASC",
|
|
4982
|
+
AccountDesc = "ACCOUNT_DESC",
|
|
4806
4983
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
4807
4984
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
4808
4985
|
ExpiryAsc = "EXPIRY_ASC",
|
|
@@ -4834,6 +5011,7 @@ export declare enum InstructionAffirmationsOrderBy {
|
|
|
4834
5011
|
CreatedAtDesc = "CREATED_AT_DESC"
|
|
4835
5012
|
}
|
|
4836
5013
|
export type InstructionEvent = Node & {
|
|
5014
|
+
account?: Maybe<Scalars['String']['output']>;
|
|
4837
5015
|
createdBlock?: Maybe<Block>;
|
|
4838
5016
|
createdBlockId: Scalars['String']['output'];
|
|
4839
5017
|
createdEvent?: Maybe<Event>;
|
|
@@ -4893,6 +5071,7 @@ export type InstructionEventEnumFilter = {
|
|
|
4893
5071
|
notIn?: InputMaybe<Array<InstructionEventEnum>>;
|
|
4894
5072
|
};
|
|
4895
5073
|
export type InstructionEventFilter = {
|
|
5074
|
+
account?: InputMaybe<StringFilter>;
|
|
4896
5075
|
and?: InputMaybe<Array<InstructionEventFilter>>;
|
|
4897
5076
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
4898
5077
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
@@ -4915,6 +5094,8 @@ export type InstructionEventFilter = {
|
|
|
4915
5094
|
updatedBlockId?: InputMaybe<StringFilter>;
|
|
4916
5095
|
};
|
|
4917
5096
|
export declare enum InstructionEventsOrderBy {
|
|
5097
|
+
AccountAsc = "ACCOUNT_ASC",
|
|
5098
|
+
AccountDesc = "ACCOUNT_DESC",
|
|
4918
5099
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
4919
5100
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
4920
5101
|
CreatedEventIdAsc = "CREATED_EVENT_ID_ASC",
|
|
@@ -5123,9 +5304,9 @@ export type Investment = Node & {
|
|
|
5123
5304
|
investorId: Scalars['String']['output'];
|
|
5124
5305
|
nodeId: Scalars['ID']['output'];
|
|
5125
5306
|
offeringAssetId: Scalars['String']['output'];
|
|
5126
|
-
offeringToken
|
|
5307
|
+
offeringToken?: Maybe<Scalars['String']['output']>;
|
|
5127
5308
|
offeringTokenAmount: Scalars['BigFloat']['output'];
|
|
5128
|
-
raiseToken
|
|
5309
|
+
raiseToken?: Maybe<Scalars['String']['output']>;
|
|
5129
5310
|
raiseTokenAmount: Scalars['BigFloat']['output'];
|
|
5130
5311
|
raisingAssetId: Scalars['String']['output'];
|
|
5131
5312
|
raisingAssetType: RaisingAssetTypeEnum;
|
|
@@ -5214,6 +5395,7 @@ export type Leg = Node & {
|
|
|
5214
5395
|
createdBlock?: Maybe<Block>;
|
|
5215
5396
|
createdBlockId: Scalars['String']['output'];
|
|
5216
5397
|
from: Scalars['String']['output'];
|
|
5398
|
+
fromAccount?: Maybe<Scalars['String']['output']>;
|
|
5217
5399
|
fromPortfolio?: Maybe<Scalars['Int']['output']>;
|
|
5218
5400
|
id: Scalars['String']['output'];
|
|
5219
5401
|
instruction?: Maybe<Instruction>;
|
|
@@ -5224,7 +5406,8 @@ export type Leg = Node & {
|
|
|
5224
5406
|
nodeId: Scalars['ID']['output'];
|
|
5225
5407
|
offChainReceipts: Connection<OffChainReceipt>;
|
|
5226
5408
|
ticker?: Maybe<Scalars['String']['output']>;
|
|
5227
|
-
to
|
|
5409
|
+
to?: Maybe<Scalars['String']['output']>;
|
|
5410
|
+
toAccount?: Maybe<Scalars['String']['output']>;
|
|
5228
5411
|
toPortfolio?: Maybe<Scalars['Int']['output']>;
|
|
5229
5412
|
updatedBlock?: Maybe<Block>;
|
|
5230
5413
|
updatedBlockId: Scalars['String']['output'];
|
|
@@ -5237,6 +5420,7 @@ export type LegFilter = {
|
|
|
5237
5420
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
5238
5421
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
5239
5422
|
from?: InputMaybe<StringFilter>;
|
|
5423
|
+
fromAccount?: InputMaybe<StringFilter>;
|
|
5240
5424
|
fromPortfolio?: InputMaybe<IntFilter>;
|
|
5241
5425
|
id?: InputMaybe<StringFilter>;
|
|
5242
5426
|
instruction?: InputMaybe<InstructionFilter>;
|
|
@@ -5249,6 +5433,7 @@ export type LegFilter = {
|
|
|
5249
5433
|
or?: InputMaybe<Array<LegFilter>>;
|
|
5250
5434
|
ticker?: InputMaybe<StringFilter>;
|
|
5251
5435
|
to?: InputMaybe<StringFilter>;
|
|
5436
|
+
toAccount?: InputMaybe<StringFilter>;
|
|
5252
5437
|
toPortfolio?: InputMaybe<IntFilter>;
|
|
5253
5438
|
updatedBlock?: InputMaybe<BlockFilter>;
|
|
5254
5439
|
updatedBlockId?: InputMaybe<StringFilter>;
|
|
@@ -5280,6 +5465,8 @@ export declare enum LegsOrderBy {
|
|
|
5280
5465
|
AssetIdDesc = "ASSET_ID_DESC",
|
|
5281
5466
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
5282
5467
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
5468
|
+
FromAccountAsc = "FROM_ACCOUNT_ASC",
|
|
5469
|
+
FromAccountDesc = "FROM_ACCOUNT_DESC",
|
|
5283
5470
|
FromAsc = "FROM_ASC",
|
|
5284
5471
|
FromDesc = "FROM_DESC",
|
|
5285
5472
|
FromPortfolioAsc = "FROM_PORTFOLIO_ASC",
|
|
@@ -5299,6 +5486,8 @@ export declare enum LegsOrderBy {
|
|
|
5299
5486
|
PrimaryKeyDesc = "PRIMARY_KEY_DESC",
|
|
5300
5487
|
TickerAsc = "TICKER_ASC",
|
|
5301
5488
|
TickerDesc = "TICKER_DESC",
|
|
5489
|
+
ToAccountAsc = "TO_ACCOUNT_ASC",
|
|
5490
|
+
ToAccountDesc = "TO_ACCOUNT_DESC",
|
|
5302
5491
|
ToAsc = "TO_ASC",
|
|
5303
5492
|
ToDesc = "TO_DESC",
|
|
5304
5493
|
ToPortfolioAsc = "TO_PORTFOLIO_ASC",
|
|
@@ -5350,6 +5539,7 @@ export declare enum ModuleIdEnum {
|
|
|
5350
5539
|
Babe = "babe",
|
|
5351
5540
|
Balances = "balances",
|
|
5352
5541
|
Base = "base",
|
|
5542
|
+
Beefy = "beefy",
|
|
5353
5543
|
Bridge = "bridge",
|
|
5354
5544
|
Capitaldistribution = "capitaldistribution",
|
|
5355
5545
|
Cddserviceproviders = "cddserviceproviders",
|
|
@@ -5383,6 +5573,7 @@ export declare enum ModuleIdEnum {
|
|
|
5383
5573
|
Protocolfee = "protocolfee",
|
|
5384
5574
|
Randomnesscollectiveflip = "randomnesscollectiveflip",
|
|
5385
5575
|
Relayer = "relayer",
|
|
5576
|
+
Revive = "revive",
|
|
5386
5577
|
Rewards = "rewards",
|
|
5387
5578
|
Scheduler = "scheduler",
|
|
5388
5579
|
Session = "session",
|
|
@@ -5403,7 +5594,8 @@ export declare enum ModuleIdEnum {
|
|
|
5403
5594
|
Unknown = "unknown",
|
|
5404
5595
|
Upgradecommittee = "upgradecommittee",
|
|
5405
5596
|
Upgradecommitteemembership = "upgradecommitteemembership",
|
|
5406
|
-
Utility = "utility"
|
|
5597
|
+
Utility = "utility",
|
|
5598
|
+
Validators = "validators"
|
|
5407
5599
|
}
|
|
5408
5600
|
export type ModuleIdEnumFilter = {
|
|
5409
5601
|
distinctFrom?: InputMaybe<ModuleIdEnum>;
|
|
@@ -5803,7 +5995,7 @@ export type NftHolder = Node & {
|
|
|
5803
5995
|
createdBlockId: Scalars['String']['output'];
|
|
5804
5996
|
id: Scalars['String']['output'];
|
|
5805
5997
|
identity?: Maybe<Identity>;
|
|
5806
|
-
identityId
|
|
5998
|
+
identityId?: Maybe<Scalars['String']['output']>;
|
|
5807
5999
|
nftIds?: Maybe<Scalars['JSON']['output']>;
|
|
5808
6000
|
nodeId: Scalars['ID']['output'];
|
|
5809
6001
|
updatedBlock?: Maybe<Block>;
|
|
@@ -5817,6 +6009,7 @@ export type NftHolderFilter = {
|
|
|
5817
6009
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
5818
6010
|
id?: InputMaybe<StringFilter>;
|
|
5819
6011
|
identity?: InputMaybe<IdentityFilter>;
|
|
6012
|
+
identityExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5820
6013
|
identityId?: InputMaybe<StringFilter>;
|
|
5821
6014
|
nftIds?: InputMaybe<JsonFilter>;
|
|
5822
6015
|
not?: InputMaybe<NftHolderFilter>;
|
|
@@ -6109,6 +6302,10 @@ export type Portfolio = Node & {
|
|
|
6109
6302
|
eventsByAssetTransactionFromPortfolioIdAndCreatedEventId: Connection<Event>;
|
|
6110
6303
|
eventsByAssetTransactionToPortfolioIdAndCreatedEventId: Connection<Event>;
|
|
6111
6304
|
id: Scalars['String']['output'];
|
|
6305
|
+
identitiesByAssetTransactionFromPortfolioIdAndFromIdentityId: Connection<Identity>;
|
|
6306
|
+
identitiesByAssetTransactionFromPortfolioIdAndToIdentityId: Connection<Identity>;
|
|
6307
|
+
identitiesByAssetTransactionToPortfolioIdAndFromIdentityId: Connection<Identity>;
|
|
6308
|
+
identitiesByAssetTransactionToPortfolioIdAndToIdentityId: Connection<Identity>;
|
|
6112
6309
|
identitiesByDistributionPortfolioIdAndIdentityId: Connection<Identity>;
|
|
6113
6310
|
identitiesByStoOfferingPortfolioIdAndCreatorId: Connection<Identity>;
|
|
6114
6311
|
identitiesByStoRaisingPortfolioIdAndCreatorId: Connection<Identity>;
|
|
@@ -6170,13 +6367,15 @@ export type PortfolioMovement = Node & {
|
|
|
6170
6367
|
createdBlock?: Maybe<Block>;
|
|
6171
6368
|
createdBlockId: Scalars['String']['output'];
|
|
6172
6369
|
from?: Maybe<Portfolio>;
|
|
6173
|
-
|
|
6370
|
+
fromAccount?: Maybe<Scalars['String']['output']>;
|
|
6371
|
+
fromId?: Maybe<Scalars['String']['output']>;
|
|
6174
6372
|
id: Scalars['String']['output'];
|
|
6175
6373
|
memo?: Maybe<Scalars['String']['output']>;
|
|
6176
6374
|
nftIds?: Maybe<Scalars['JSON']['output']>;
|
|
6177
6375
|
nodeId: Scalars['ID']['output'];
|
|
6178
6376
|
to?: Maybe<Portfolio>;
|
|
6179
|
-
|
|
6377
|
+
toAccount?: Maybe<Scalars['String']['output']>;
|
|
6378
|
+
toId?: Maybe<Scalars['String']['output']>;
|
|
6180
6379
|
type: PortfolioMovementTypeEnum;
|
|
6181
6380
|
updatedBlock?: Maybe<Block>;
|
|
6182
6381
|
updatedBlockId: Scalars['String']['output'];
|
|
@@ -6190,6 +6389,8 @@ export type PortfolioMovementFilter = {
|
|
|
6190
6389
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
6191
6390
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
6192
6391
|
from?: InputMaybe<PortfolioFilter>;
|
|
6392
|
+
fromAccount?: InputMaybe<StringFilter>;
|
|
6393
|
+
fromExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6193
6394
|
fromId?: InputMaybe<StringFilter>;
|
|
6194
6395
|
id?: InputMaybe<StringFilter>;
|
|
6195
6396
|
memo?: InputMaybe<StringFilter>;
|
|
@@ -6197,6 +6398,8 @@ export type PortfolioMovementFilter = {
|
|
|
6197
6398
|
not?: InputMaybe<PortfolioMovementFilter>;
|
|
6198
6399
|
or?: InputMaybe<Array<PortfolioMovementFilter>>;
|
|
6199
6400
|
to?: InputMaybe<PortfolioFilter>;
|
|
6401
|
+
toAccount?: InputMaybe<StringFilter>;
|
|
6402
|
+
toExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6200
6403
|
toId?: InputMaybe<StringFilter>;
|
|
6201
6404
|
type?: InputMaybe<PortfolioMovementTypeEnumFilter>;
|
|
6202
6405
|
updatedBlock?: InputMaybe<BlockFilter>;
|
|
@@ -6228,6 +6431,8 @@ export declare enum PortfolioMovementsOrderBy {
|
|
|
6228
6431
|
AssetIdDesc = "ASSET_ID_DESC",
|
|
6229
6432
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
6230
6433
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
6434
|
+
FromAccountAsc = "FROM_ACCOUNT_ASC",
|
|
6435
|
+
FromAccountDesc = "FROM_ACCOUNT_DESC",
|
|
6231
6436
|
FromIdAsc = "FROM_ID_ASC",
|
|
6232
6437
|
FromIdDesc = "FROM_ID_DESC",
|
|
6233
6438
|
IdAsc = "ID_ASC",
|
|
@@ -6239,6 +6444,8 @@ export declare enum PortfolioMovementsOrderBy {
|
|
|
6239
6444
|
NftIdsDesc = "NFT_IDS_DESC",
|
|
6240
6445
|
PrimaryKeyAsc = "PRIMARY_KEY_ASC",
|
|
6241
6446
|
PrimaryKeyDesc = "PRIMARY_KEY_DESC",
|
|
6447
|
+
ToAccountAsc = "TO_ACCOUNT_ASC",
|
|
6448
|
+
ToAccountDesc = "TO_ACCOUNT_DESC",
|
|
6242
6449
|
ToIdAsc = "TO_ID_ASC",
|
|
6243
6450
|
ToIdDesc = "TO_ID_DESC",
|
|
6244
6451
|
TypeAsc = "TYPE_ASC",
|
|
@@ -6566,7 +6773,7 @@ export type Query = Node & {
|
|
|
6566
6773
|
nftHolder?: Maybe<NftHolder>;
|
|
6567
6774
|
nftHolderByNodeId?: Maybe<NftHolder>;
|
|
6568
6775
|
nftHolders?: Maybe<Connection<NftHolder>>;
|
|
6569
|
-
node?: Maybe<Account | AccountHistory | AgentGroup | AgentGroupMembership | Asset | AssetDocument | AssetHolder | AssetMandatoryMediator | AssetPreApproval | AssetTransaction | Authorization | Block | BridgeEvent | ChildIdentity | Claim | ClaimScope | Compliance | ConfidentialAccount | ConfidentialAsset | ConfidentialAssetHistory | ConfidentialAssetHolder | ConfidentialAssetMovement | ConfidentialLeg | ConfidentialTransaction | ConfidentialTransactionAffirmation | ConfidentialVenue | CustomClaimType | Debug | Distribution | DistributionPayment | Event | Extrinsic | FoundType | Funding | Identity | Instruction | InstructionAffirmation | InstructionEvent | InstructionParty | Investment | Leg | Migration | MultiSig | MultiSigAdmin | MultiSigProposal | MultiSigProposalVote | MultiSigSigner | NftHolder | OffChainReceipt | Permission | PolyxTransaction | Portfolio | PortfolioMovement | Proposal | ProposalVote | Query | StakingEvent | StatType | Sto | SubqueryVersion | TickerExternalAgent | TickerExternalAgentAction | TickerExternalAgentHistory | TransferCompliance | TransferComplianceExemption | TransferManager | TrustedClaimIssuer | Venue>;
|
|
6776
|
+
node?: Maybe<Account | AccountHistory | AgentGroup | AgentGroupMembership | Asset | AssetDocument | AssetHolder | AssetMandatoryMediator | AssetPreApproval | AssetTransaction | Authorization | Block | BridgeEvent | ChildIdentity | Claim | ClaimScope | Compliance | ConfidentialAccount | ConfidentialAsset | ConfidentialAssetHistory | ConfidentialAssetHolder | ConfidentialAssetMovement | ConfidentialLeg | ConfidentialTransaction | ConfidentialTransactionAffirmation | ConfidentialVenue | CustomClaimType | Debug | Distribution | DistributionPayment | Event | Extrinsic | FoundType | Funding | Identity | Instruction | InstructionAffirmation | InstructionEvent | InstructionParty | Investment | Leg | Migration | MultiSig | MultiSigAdmin | MultiSigProposal | MultiSigProposalVote | MultiSigSigner | NftHolder | OffChainReceipt | Permission | PolyxTransaction | Portfolio | PortfolioMovement | Proposal | ProposalVote | Query | StakingEvent | StatType | Sto | SubqueryVersion | TickerExternalAgent | TickerExternalAgentAction | TickerExternalAgentHistory | TickerReservation | TransferCompliance | TransferComplianceExemption | TransferManager | TrustedClaimIssuer | Venue>;
|
|
6570
6777
|
nodeId: Scalars['ID']['output'];
|
|
6571
6778
|
offChainReceipt?: Maybe<OffChainReceipt>;
|
|
6572
6779
|
offChainReceiptByNodeId?: Maybe<OffChainReceipt>;
|
|
@@ -6611,6 +6818,9 @@ export type Query = Node & {
|
|
|
6611
6818
|
tickerExternalAgentHistory?: Maybe<TickerExternalAgentHistory>;
|
|
6612
6819
|
tickerExternalAgentHistoryByNodeId?: Maybe<TickerExternalAgentHistory>;
|
|
6613
6820
|
tickerExternalAgents?: Maybe<Connection<TickerExternalAgent>>;
|
|
6821
|
+
tickerReservation?: Maybe<TickerReservation>;
|
|
6822
|
+
tickerReservationByNodeId?: Maybe<TickerReservation>;
|
|
6823
|
+
tickerReservations?: Maybe<Connection<TickerReservation>>;
|
|
6614
6824
|
transferCompliance?: Maybe<TransferCompliance>;
|
|
6615
6825
|
transferComplianceByNodeId?: Maybe<TransferCompliance>;
|
|
6616
6826
|
transferComplianceExemption?: Maybe<TransferComplianceExemption>;
|
|
@@ -6830,7 +7040,7 @@ export type Sto = Node & {
|
|
|
6830
7040
|
raisingAssetId: Scalars['String']['output'];
|
|
6831
7041
|
raisingPortfolio?: Maybe<Portfolio>;
|
|
6832
7042
|
raisingPortfolioId: Scalars['String']['output'];
|
|
6833
|
-
raisingTicker
|
|
7043
|
+
raisingTicker?: Maybe<Scalars['String']['output']>;
|
|
6834
7044
|
start?: Maybe<Scalars['Datetime']['output']>;
|
|
6835
7045
|
status: StoStatus;
|
|
6836
7046
|
stoId: Scalars['Int']['output'];
|
|
@@ -7185,6 +7395,58 @@ export declare enum TickerExternalAgentsOrderBy {
|
|
|
7185
7395
|
CreatedAtAsc = "CREATED_AT_ASC",
|
|
7186
7396
|
CreatedAtDesc = "CREATED_AT_DESC"
|
|
7187
7397
|
}
|
|
7398
|
+
export type TickerReservation = Node & {
|
|
7399
|
+
asset?: Maybe<Asset>;
|
|
7400
|
+
assetId?: Maybe<Scalars['String']['output']>;
|
|
7401
|
+
createdBlock?: Maybe<Block>;
|
|
7402
|
+
createdBlockId: Scalars['String']['output'];
|
|
7403
|
+
expiry?: Maybe<Scalars['Datetime']['output']>;
|
|
7404
|
+
id: Scalars['String']['output'];
|
|
7405
|
+
identity?: Maybe<Identity>;
|
|
7406
|
+
identityId: Scalars['String']['output'];
|
|
7407
|
+
nodeId: Scalars['ID']['output'];
|
|
7408
|
+
ticker: Scalars['String']['output'];
|
|
7409
|
+
updatedBlock?: Maybe<Block>;
|
|
7410
|
+
updatedBlockId: Scalars['String']['output'];
|
|
7411
|
+
};
|
|
7412
|
+
export type TickerReservationFilter = {
|
|
7413
|
+
and?: InputMaybe<Array<TickerReservationFilter>>;
|
|
7414
|
+
asset?: InputMaybe<AssetFilter>;
|
|
7415
|
+
assetExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7416
|
+
assetId?: InputMaybe<StringFilter>;
|
|
7417
|
+
createdBlock?: InputMaybe<BlockFilter>;
|
|
7418
|
+
createdBlockId?: InputMaybe<StringFilter>;
|
|
7419
|
+
expiry?: InputMaybe<DatetimeFilter>;
|
|
7420
|
+
id?: InputMaybe<StringFilter>;
|
|
7421
|
+
identity?: InputMaybe<IdentityFilter>;
|
|
7422
|
+
identityId?: InputMaybe<StringFilter>;
|
|
7423
|
+
not?: InputMaybe<TickerReservationFilter>;
|
|
7424
|
+
or?: InputMaybe<Array<TickerReservationFilter>>;
|
|
7425
|
+
ticker?: InputMaybe<StringFilter>;
|
|
7426
|
+
updatedBlock?: InputMaybe<BlockFilter>;
|
|
7427
|
+
updatedBlockId?: InputMaybe<StringFilter>;
|
|
7428
|
+
};
|
|
7429
|
+
export declare enum TickerReservationsOrderBy {
|
|
7430
|
+
AssetIdAsc = "ASSET_ID_ASC",
|
|
7431
|
+
AssetIdDesc = "ASSET_ID_DESC",
|
|
7432
|
+
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
7433
|
+
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
7434
|
+
ExpiryAsc = "EXPIRY_ASC",
|
|
7435
|
+
ExpiryDesc = "EXPIRY_DESC",
|
|
7436
|
+
IdentityIdAsc = "IDENTITY_ID_ASC",
|
|
7437
|
+
IdentityIdDesc = "IDENTITY_ID_DESC",
|
|
7438
|
+
IdAsc = "ID_ASC",
|
|
7439
|
+
IdDesc = "ID_DESC",
|
|
7440
|
+
Natural = "NATURAL",
|
|
7441
|
+
PrimaryKeyAsc = "PRIMARY_KEY_ASC",
|
|
7442
|
+
PrimaryKeyDesc = "PRIMARY_KEY_DESC",
|
|
7443
|
+
TickerAsc = "TICKER_ASC",
|
|
7444
|
+
TickerDesc = "TICKER_DESC",
|
|
7445
|
+
UpdatedBlockIdAsc = "UPDATED_BLOCK_ID_ASC",
|
|
7446
|
+
UpdatedBlockIdDesc = "UPDATED_BLOCK_ID_DESC",
|
|
7447
|
+
CreatedAtAsc = "CREATED_AT_ASC",
|
|
7448
|
+
CreatedAtDesc = "CREATED_AT_DESC"
|
|
7449
|
+
}
|
|
7188
7450
|
export type TransferCompliance = Node & {
|
|
7189
7451
|
asset?: Maybe<Asset>;
|
|
7190
7452
|
assetId: Scalars['String']['output'];
|