@polymeshassociation/polymesh-sdk 24.0.0-alpha.1 → 24.0.0-alpha.3
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 +3 -18
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +1 -1
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +3 -0
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/types.d.ts +28 -1
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +2 -0
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1127 -0
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +497 -0
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.3.tgz +0 -0
- package/package.json +1 -1
- package/utils/constants.d.ts +1 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +1 -1
- package/utils/constants.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.1.tgz +0 -0
package/middleware/types.js
CHANGED
|
@@ -605,6 +605,8 @@ var AssetTransactionsGroupBy;
|
|
|
605
605
|
AssetTransactionsGroupBy["ExtrinsicIdx"] = "EXTRINSIC_IDX";
|
|
606
606
|
AssetTransactionsGroupBy["FromPortfolioId"] = "FROM_PORTFOLIO_ID";
|
|
607
607
|
AssetTransactionsGroupBy["FundingRound"] = "FUNDING_ROUND";
|
|
608
|
+
AssetTransactionsGroupBy["InstructionId"] = "INSTRUCTION_ID";
|
|
609
|
+
AssetTransactionsGroupBy["InstructionMemo"] = "INSTRUCTION_MEMO";
|
|
608
610
|
AssetTransactionsGroupBy["NftIds"] = "NFT_IDS";
|
|
609
611
|
AssetTransactionsGroupBy["ToPortfolioId"] = "TO_PORTFOLIO_ID";
|
|
610
612
|
AssetTransactionsGroupBy["UpdatedAt"] = "UPDATED_AT";
|
|
@@ -637,6 +639,10 @@ var AssetTransactionsOrderBy;
|
|
|
637
639
|
AssetTransactionsOrderBy["FundingRoundDesc"] = "FUNDING_ROUND_DESC";
|
|
638
640
|
AssetTransactionsOrderBy["IdAsc"] = "ID_ASC";
|
|
639
641
|
AssetTransactionsOrderBy["IdDesc"] = "ID_DESC";
|
|
642
|
+
AssetTransactionsOrderBy["InstructionIdAsc"] = "INSTRUCTION_ID_ASC";
|
|
643
|
+
AssetTransactionsOrderBy["InstructionIdDesc"] = "INSTRUCTION_ID_DESC";
|
|
644
|
+
AssetTransactionsOrderBy["InstructionMemoAsc"] = "INSTRUCTION_MEMO_ASC";
|
|
645
|
+
AssetTransactionsOrderBy["InstructionMemoDesc"] = "INSTRUCTION_MEMO_DESC";
|
|
640
646
|
AssetTransactionsOrderBy["Natural"] = "NATURAL";
|
|
641
647
|
AssetTransactionsOrderBy["NftIdsAsc"] = "NFT_IDS_ASC";
|
|
642
648
|
AssetTransactionsOrderBy["NftIdsDesc"] = "NFT_IDS_DESC";
|
|
@@ -699,6 +705,10 @@ var AssetsOrderBy;
|
|
|
699
705
|
AssetsOrderBy["AssetTransactionsAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_AVERAGE_FUNDING_ROUND_DESC";
|
|
700
706
|
AssetsOrderBy["AssetTransactionsAverageIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_ID_ASC";
|
|
701
707
|
AssetsOrderBy["AssetTransactionsAverageIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_ID_DESC";
|
|
708
|
+
AssetsOrderBy["AssetTransactionsAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_ID_ASC";
|
|
709
|
+
AssetsOrderBy["AssetTransactionsAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_ID_DESC";
|
|
710
|
+
AssetsOrderBy["AssetTransactionsAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
711
|
+
AssetsOrderBy["AssetTransactionsAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
702
712
|
AssetsOrderBy["AssetTransactionsAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_AVERAGE_NFT_IDS_ASC";
|
|
703
713
|
AssetsOrderBy["AssetTransactionsAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_AVERAGE_NFT_IDS_DESC";
|
|
704
714
|
AssetsOrderBy["AssetTransactionsAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -731,6 +741,10 @@ var AssetsOrderBy;
|
|
|
731
741
|
AssetsOrderBy["AssetTransactionsDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
732
742
|
AssetsOrderBy["AssetTransactionsDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ID_ASC";
|
|
733
743
|
AssetsOrderBy["AssetTransactionsDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ID_DESC";
|
|
744
|
+
AssetsOrderBy["AssetTransactionsDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
745
|
+
AssetsOrderBy["AssetTransactionsDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
746
|
+
AssetsOrderBy["AssetTransactionsDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
747
|
+
AssetsOrderBy["AssetTransactionsDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
734
748
|
AssetsOrderBy["AssetTransactionsDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
735
749
|
AssetsOrderBy["AssetTransactionsDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
736
750
|
AssetsOrderBy["AssetTransactionsDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
@@ -761,6 +775,10 @@ var AssetsOrderBy;
|
|
|
761
775
|
AssetsOrderBy["AssetTransactionsMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_MAX_FUNDING_ROUND_DESC";
|
|
762
776
|
AssetsOrderBy["AssetTransactionsMaxIdAsc"] = "ASSET_TRANSACTIONS_MAX_ID_ASC";
|
|
763
777
|
AssetsOrderBy["AssetTransactionsMaxIdDesc"] = "ASSET_TRANSACTIONS_MAX_ID_DESC";
|
|
778
|
+
AssetsOrderBy["AssetTransactionsMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_ID_ASC";
|
|
779
|
+
AssetsOrderBy["AssetTransactionsMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_ID_DESC";
|
|
780
|
+
AssetsOrderBy["AssetTransactionsMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_MEMO_ASC";
|
|
781
|
+
AssetsOrderBy["AssetTransactionsMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_MEMO_DESC";
|
|
764
782
|
AssetsOrderBy["AssetTransactionsMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_MAX_NFT_IDS_ASC";
|
|
765
783
|
AssetsOrderBy["AssetTransactionsMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_MAX_NFT_IDS_DESC";
|
|
766
784
|
AssetsOrderBy["AssetTransactionsMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MAX_TO_PORTFOLIO_ID_ASC";
|
|
@@ -791,6 +809,10 @@ var AssetsOrderBy;
|
|
|
791
809
|
AssetsOrderBy["AssetTransactionsMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_MIN_FUNDING_ROUND_DESC";
|
|
792
810
|
AssetsOrderBy["AssetTransactionsMinIdAsc"] = "ASSET_TRANSACTIONS_MIN_ID_ASC";
|
|
793
811
|
AssetsOrderBy["AssetTransactionsMinIdDesc"] = "ASSET_TRANSACTIONS_MIN_ID_DESC";
|
|
812
|
+
AssetsOrderBy["AssetTransactionsMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_ID_ASC";
|
|
813
|
+
AssetsOrderBy["AssetTransactionsMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_ID_DESC";
|
|
814
|
+
AssetsOrderBy["AssetTransactionsMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_MEMO_ASC";
|
|
815
|
+
AssetsOrderBy["AssetTransactionsMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_MEMO_DESC";
|
|
794
816
|
AssetsOrderBy["AssetTransactionsMinNftIdsAsc"] = "ASSET_TRANSACTIONS_MIN_NFT_IDS_ASC";
|
|
795
817
|
AssetsOrderBy["AssetTransactionsMinNftIdsDesc"] = "ASSET_TRANSACTIONS_MIN_NFT_IDS_DESC";
|
|
796
818
|
AssetsOrderBy["AssetTransactionsMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MIN_TO_PORTFOLIO_ID_ASC";
|
|
@@ -821,6 +843,10 @@ var AssetsOrderBy;
|
|
|
821
843
|
AssetsOrderBy["AssetTransactionsStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
822
844
|
AssetsOrderBy["AssetTransactionsStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ID_ASC";
|
|
823
845
|
AssetsOrderBy["AssetTransactionsStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ID_DESC";
|
|
846
|
+
AssetsOrderBy["AssetTransactionsStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
847
|
+
AssetsOrderBy["AssetTransactionsStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
848
|
+
AssetsOrderBy["AssetTransactionsStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
849
|
+
AssetsOrderBy["AssetTransactionsStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
824
850
|
AssetsOrderBy["AssetTransactionsStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
825
851
|
AssetsOrderBy["AssetTransactionsStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
826
852
|
AssetsOrderBy["AssetTransactionsStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -851,6 +877,10 @@ var AssetsOrderBy;
|
|
|
851
877
|
AssetsOrderBy["AssetTransactionsStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
852
878
|
AssetsOrderBy["AssetTransactionsStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ID_ASC";
|
|
853
879
|
AssetsOrderBy["AssetTransactionsStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ID_DESC";
|
|
880
|
+
AssetsOrderBy["AssetTransactionsStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
881
|
+
AssetsOrderBy["AssetTransactionsStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
882
|
+
AssetsOrderBy["AssetTransactionsStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
883
|
+
AssetsOrderBy["AssetTransactionsStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
854
884
|
AssetsOrderBy["AssetTransactionsStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
855
885
|
AssetsOrderBy["AssetTransactionsStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
856
886
|
AssetsOrderBy["AssetTransactionsStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -881,6 +911,10 @@ var AssetsOrderBy;
|
|
|
881
911
|
AssetsOrderBy["AssetTransactionsSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_SUM_FUNDING_ROUND_DESC";
|
|
882
912
|
AssetsOrderBy["AssetTransactionsSumIdAsc"] = "ASSET_TRANSACTIONS_SUM_ID_ASC";
|
|
883
913
|
AssetsOrderBy["AssetTransactionsSumIdDesc"] = "ASSET_TRANSACTIONS_SUM_ID_DESC";
|
|
914
|
+
AssetsOrderBy["AssetTransactionsSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_ID_ASC";
|
|
915
|
+
AssetsOrderBy["AssetTransactionsSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_ID_DESC";
|
|
916
|
+
AssetsOrderBy["AssetTransactionsSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_MEMO_ASC";
|
|
917
|
+
AssetsOrderBy["AssetTransactionsSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_MEMO_DESC";
|
|
884
918
|
AssetsOrderBy["AssetTransactionsSumNftIdsAsc"] = "ASSET_TRANSACTIONS_SUM_NFT_IDS_ASC";
|
|
885
919
|
AssetsOrderBy["AssetTransactionsSumNftIdsDesc"] = "ASSET_TRANSACTIONS_SUM_NFT_IDS_DESC";
|
|
886
920
|
AssetsOrderBy["AssetTransactionsSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_SUM_TO_PORTFOLIO_ID_ASC";
|
|
@@ -911,6 +945,10 @@ var AssetsOrderBy;
|
|
|
911
945
|
AssetsOrderBy["AssetTransactionsVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
912
946
|
AssetsOrderBy["AssetTransactionsVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ID_ASC";
|
|
913
947
|
AssetsOrderBy["AssetTransactionsVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ID_DESC";
|
|
948
|
+
AssetsOrderBy["AssetTransactionsVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
949
|
+
AssetsOrderBy["AssetTransactionsVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
950
|
+
AssetsOrderBy["AssetTransactionsVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
951
|
+
AssetsOrderBy["AssetTransactionsVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
914
952
|
AssetsOrderBy["AssetTransactionsVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
915
953
|
AssetsOrderBy["AssetTransactionsVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
916
954
|
AssetsOrderBy["AssetTransactionsVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -941,6 +979,10 @@ var AssetsOrderBy;
|
|
|
941
979
|
AssetsOrderBy["AssetTransactionsVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
942
980
|
AssetsOrderBy["AssetTransactionsVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ID_ASC";
|
|
943
981
|
AssetsOrderBy["AssetTransactionsVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ID_DESC";
|
|
982
|
+
AssetsOrderBy["AssetTransactionsVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
983
|
+
AssetsOrderBy["AssetTransactionsVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
984
|
+
AssetsOrderBy["AssetTransactionsVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
985
|
+
AssetsOrderBy["AssetTransactionsVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
944
986
|
AssetsOrderBy["AssetTransactionsVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
945
987
|
AssetsOrderBy["AssetTransactionsVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
946
988
|
AssetsOrderBy["AssetTransactionsVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7238,6 +7280,10 @@ var BlocksOrderBy;
|
|
|
7238
7280
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_FUNDING_ROUND_DESC";
|
|
7239
7281
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_ID_ASC";
|
|
7240
7282
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_ID_DESC";
|
|
7283
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_INSTRUCTION_ID_ASC";
|
|
7284
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_INSTRUCTION_ID_DESC";
|
|
7285
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
7286
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
7241
7287
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_NFT_IDS_ASC";
|
|
7242
7288
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_NFT_IDS_DESC";
|
|
7243
7289
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7270,6 +7316,10 @@ var BlocksOrderBy;
|
|
|
7270
7316
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
7271
7317
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_ID_ASC";
|
|
7272
7318
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_ID_DESC";
|
|
7319
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
7320
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
7321
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
7322
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
7273
7323
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
7274
7324
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
7275
7325
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7300,6 +7350,10 @@ var BlocksOrderBy;
|
|
|
7300
7350
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_FUNDING_ROUND_DESC";
|
|
7301
7351
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_ID_ASC";
|
|
7302
7352
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_ID_DESC";
|
|
7353
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_INSTRUCTION_ID_ASC";
|
|
7354
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_INSTRUCTION_ID_DESC";
|
|
7355
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_INSTRUCTION_MEMO_ASC";
|
|
7356
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_INSTRUCTION_MEMO_DESC";
|
|
7303
7357
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_NFT_IDS_ASC";
|
|
7304
7358
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_NFT_IDS_DESC";
|
|
7305
7359
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MAX_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7330,6 +7384,10 @@ var BlocksOrderBy;
|
|
|
7330
7384
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_FUNDING_ROUND_DESC";
|
|
7331
7385
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_ID_ASC";
|
|
7332
7386
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_ID_DESC";
|
|
7387
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_INSTRUCTION_ID_ASC";
|
|
7388
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_INSTRUCTION_ID_DESC";
|
|
7389
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_INSTRUCTION_MEMO_ASC";
|
|
7390
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_INSTRUCTION_MEMO_DESC";
|
|
7333
7391
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_NFT_IDS_ASC";
|
|
7334
7392
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_NFT_IDS_DESC";
|
|
7335
7393
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_MIN_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7360,6 +7418,10 @@ var BlocksOrderBy;
|
|
|
7360
7418
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
7361
7419
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_ID_ASC";
|
|
7362
7420
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_ID_DESC";
|
|
7421
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
7422
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
7423
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
7424
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
7363
7425
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
7364
7426
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
7365
7427
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7390,6 +7452,10 @@ var BlocksOrderBy;
|
|
|
7390
7452
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
7391
7453
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_ID_ASC";
|
|
7392
7454
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_ID_DESC";
|
|
7455
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
7456
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
7457
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
7458
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
7393
7459
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
7394
7460
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
7395
7461
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7420,6 +7486,10 @@ var BlocksOrderBy;
|
|
|
7420
7486
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_FUNDING_ROUND_DESC";
|
|
7421
7487
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_ID_ASC";
|
|
7422
7488
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_ID_DESC";
|
|
7489
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_INSTRUCTION_ID_ASC";
|
|
7490
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_INSTRUCTION_ID_DESC";
|
|
7491
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_INSTRUCTION_MEMO_ASC";
|
|
7492
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_INSTRUCTION_MEMO_DESC";
|
|
7423
7493
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_NFT_IDS_ASC";
|
|
7424
7494
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_NFT_IDS_DESC";
|
|
7425
7495
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_SUM_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7450,6 +7520,10 @@ var BlocksOrderBy;
|
|
|
7450
7520
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
7451
7521
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_ID_ASC";
|
|
7452
7522
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_ID_DESC";
|
|
7523
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
7524
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
7525
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
7526
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
7453
7527
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
7454
7528
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
7455
7529
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7480,6 +7554,10 @@ var BlocksOrderBy;
|
|
|
7480
7554
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
7481
7555
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_ID_ASC";
|
|
7482
7556
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_ID_DESC";
|
|
7557
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
7558
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
7559
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
7560
|
+
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
7483
7561
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
7484
7562
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
7485
7563
|
BlocksOrderBy["AssetTransactionsByCreatedBlockIdVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7510,6 +7588,10 @@ var BlocksOrderBy;
|
|
|
7510
7588
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_FUNDING_ROUND_DESC";
|
|
7511
7589
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_ID_ASC";
|
|
7512
7590
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_ID_DESC";
|
|
7591
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_INSTRUCTION_ID_ASC";
|
|
7592
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_INSTRUCTION_ID_DESC";
|
|
7593
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
7594
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
7513
7595
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_NFT_IDS_ASC";
|
|
7514
7596
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_NFT_IDS_DESC";
|
|
7515
7597
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7542,6 +7624,10 @@ var BlocksOrderBy;
|
|
|
7542
7624
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
7543
7625
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_ID_ASC";
|
|
7544
7626
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_ID_DESC";
|
|
7627
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
7628
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
7629
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
7630
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
7545
7631
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
7546
7632
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
7547
7633
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7572,6 +7658,10 @@ var BlocksOrderBy;
|
|
|
7572
7658
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_FUNDING_ROUND_DESC";
|
|
7573
7659
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_ID_ASC";
|
|
7574
7660
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_ID_DESC";
|
|
7661
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_INSTRUCTION_ID_ASC";
|
|
7662
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_INSTRUCTION_ID_DESC";
|
|
7663
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_INSTRUCTION_MEMO_ASC";
|
|
7664
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_INSTRUCTION_MEMO_DESC";
|
|
7575
7665
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_NFT_IDS_ASC";
|
|
7576
7666
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_NFT_IDS_DESC";
|
|
7577
7667
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MAX_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7602,6 +7692,10 @@ var BlocksOrderBy;
|
|
|
7602
7692
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_FUNDING_ROUND_DESC";
|
|
7603
7693
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_ID_ASC";
|
|
7604
7694
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_ID_DESC";
|
|
7695
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_INSTRUCTION_ID_ASC";
|
|
7696
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_INSTRUCTION_ID_DESC";
|
|
7697
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_INSTRUCTION_MEMO_ASC";
|
|
7698
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_INSTRUCTION_MEMO_DESC";
|
|
7605
7699
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_NFT_IDS_ASC";
|
|
7606
7700
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_NFT_IDS_DESC";
|
|
7607
7701
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_MIN_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7632,6 +7726,10 @@ var BlocksOrderBy;
|
|
|
7632
7726
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
7633
7727
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_ID_ASC";
|
|
7634
7728
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_ID_DESC";
|
|
7729
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
7730
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
7731
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
7732
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
7635
7733
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
7636
7734
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
7637
7735
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7662,6 +7760,10 @@ var BlocksOrderBy;
|
|
|
7662
7760
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
7663
7761
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_ID_ASC";
|
|
7664
7762
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_ID_DESC";
|
|
7763
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
7764
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
7765
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
7766
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
7665
7767
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
7666
7768
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
7667
7769
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7692,6 +7794,10 @@ var BlocksOrderBy;
|
|
|
7692
7794
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_FUNDING_ROUND_DESC";
|
|
7693
7795
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_ID_ASC";
|
|
7694
7796
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_ID_DESC";
|
|
7797
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_INSTRUCTION_ID_ASC";
|
|
7798
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_INSTRUCTION_ID_DESC";
|
|
7799
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_INSTRUCTION_MEMO_ASC";
|
|
7800
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_INSTRUCTION_MEMO_DESC";
|
|
7695
7801
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_NFT_IDS_ASC";
|
|
7696
7802
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_NFT_IDS_DESC";
|
|
7697
7803
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_SUM_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7722,6 +7828,10 @@ var BlocksOrderBy;
|
|
|
7722
7828
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
7723
7829
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_ID_ASC";
|
|
7724
7830
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_ID_DESC";
|
|
7831
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
7832
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
7833
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
7834
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
7725
7835
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
7726
7836
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
7727
7837
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -7752,6 +7862,10 @@ var BlocksOrderBy;
|
|
|
7752
7862
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
7753
7863
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_ID_ASC";
|
|
7754
7864
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_ID_DESC";
|
|
7865
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
7866
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
7867
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
7868
|
+
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
7755
7869
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
7756
7870
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
7757
7871
|
BlocksOrderBy["AssetTransactionsByUpdatedBlockIdVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -23536,6 +23650,7 @@ var CallIdEnum;
|
|
|
23536
23650
|
CallIdEnum["ApproveAsKey"] = "approve_as_key";
|
|
23537
23651
|
CallIdEnum["ApproveCommitteeProposal"] = "approve_committee_proposal";
|
|
23538
23652
|
CallIdEnum["ArchiveExtension"] = "archive_extension";
|
|
23653
|
+
CallIdEnum["AsDerivative"] = "as_derivative";
|
|
23539
23654
|
CallIdEnum["AttachBallot"] = "attach_ballot";
|
|
23540
23655
|
CallIdEnum["AuthorizeInstruction"] = "authorize_instruction";
|
|
23541
23656
|
CallIdEnum["AuthorizeWithReceipts"] = "authorize_with_receipts";
|
|
@@ -32034,6 +32149,314 @@ var InstructionsGroupBy;
|
|
|
32034
32149
|
/** Methods to use when ordering `Instruction`. */
|
|
32035
32150
|
var InstructionsOrderBy;
|
|
32036
32151
|
(function (InstructionsOrderBy) {
|
|
32152
|
+
InstructionsOrderBy["AssetTransactionsAverageAmountAsc"] = "ASSET_TRANSACTIONS_AVERAGE_AMOUNT_ASC";
|
|
32153
|
+
InstructionsOrderBy["AssetTransactionsAverageAmountDesc"] = "ASSET_TRANSACTIONS_AVERAGE_AMOUNT_DESC";
|
|
32154
|
+
InstructionsOrderBy["AssetTransactionsAverageAssetIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_ASSET_ID_ASC";
|
|
32155
|
+
InstructionsOrderBy["AssetTransactionsAverageAssetIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_ASSET_ID_DESC";
|
|
32156
|
+
InstructionsOrderBy["AssetTransactionsAverageCreatedAtAsc"] = "ASSET_TRANSACTIONS_AVERAGE_CREATED_AT_ASC";
|
|
32157
|
+
InstructionsOrderBy["AssetTransactionsAverageCreatedAtDesc"] = "ASSET_TRANSACTIONS_AVERAGE_CREATED_AT_DESC";
|
|
32158
|
+
InstructionsOrderBy["AssetTransactionsAverageCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_ASC";
|
|
32159
|
+
InstructionsOrderBy["AssetTransactionsAverageCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_CREATED_BLOCK_ID_DESC";
|
|
32160
|
+
InstructionsOrderBy["AssetTransactionsAverageDatetimeAsc"] = "ASSET_TRANSACTIONS_AVERAGE_DATETIME_ASC";
|
|
32161
|
+
InstructionsOrderBy["AssetTransactionsAverageDatetimeDesc"] = "ASSET_TRANSACTIONS_AVERAGE_DATETIME_DESC";
|
|
32162
|
+
InstructionsOrderBy["AssetTransactionsAverageEventIdxAsc"] = "ASSET_TRANSACTIONS_AVERAGE_EVENT_IDX_ASC";
|
|
32163
|
+
InstructionsOrderBy["AssetTransactionsAverageEventIdxDesc"] = "ASSET_TRANSACTIONS_AVERAGE_EVENT_IDX_DESC";
|
|
32164
|
+
InstructionsOrderBy["AssetTransactionsAverageEventIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_EVENT_ID_ASC";
|
|
32165
|
+
InstructionsOrderBy["AssetTransactionsAverageEventIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_EVENT_ID_DESC";
|
|
32166
|
+
InstructionsOrderBy["AssetTransactionsAverageExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_AVERAGE_EXTRINSIC_IDX_ASC";
|
|
32167
|
+
InstructionsOrderBy["AssetTransactionsAverageExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_AVERAGE_EXTRINSIC_IDX_DESC";
|
|
32168
|
+
InstructionsOrderBy["AssetTransactionsAverageFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_FROM_PORTFOLIO_ID_ASC";
|
|
32169
|
+
InstructionsOrderBy["AssetTransactionsAverageFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_FROM_PORTFOLIO_ID_DESC";
|
|
32170
|
+
InstructionsOrderBy["AssetTransactionsAverageFundingRoundAsc"] = "ASSET_TRANSACTIONS_AVERAGE_FUNDING_ROUND_ASC";
|
|
32171
|
+
InstructionsOrderBy["AssetTransactionsAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_AVERAGE_FUNDING_ROUND_DESC";
|
|
32172
|
+
InstructionsOrderBy["AssetTransactionsAverageIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_ID_ASC";
|
|
32173
|
+
InstructionsOrderBy["AssetTransactionsAverageIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_ID_DESC";
|
|
32174
|
+
InstructionsOrderBy["AssetTransactionsAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_ID_ASC";
|
|
32175
|
+
InstructionsOrderBy["AssetTransactionsAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_ID_DESC";
|
|
32176
|
+
InstructionsOrderBy["AssetTransactionsAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
32177
|
+
InstructionsOrderBy["AssetTransactionsAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
32178
|
+
InstructionsOrderBy["AssetTransactionsAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_AVERAGE_NFT_IDS_ASC";
|
|
32179
|
+
InstructionsOrderBy["AssetTransactionsAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_AVERAGE_NFT_IDS_DESC";
|
|
32180
|
+
InstructionsOrderBy["AssetTransactionsAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
32181
|
+
InstructionsOrderBy["AssetTransactionsAverageToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_TO_PORTFOLIO_ID_DESC";
|
|
32182
|
+
InstructionsOrderBy["AssetTransactionsAverageUpdatedAtAsc"] = "ASSET_TRANSACTIONS_AVERAGE_UPDATED_AT_ASC";
|
|
32183
|
+
InstructionsOrderBy["AssetTransactionsAverageUpdatedAtDesc"] = "ASSET_TRANSACTIONS_AVERAGE_UPDATED_AT_DESC";
|
|
32184
|
+
InstructionsOrderBy["AssetTransactionsAverageUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_ASC";
|
|
32185
|
+
InstructionsOrderBy["AssetTransactionsAverageUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_AVERAGE_UPDATED_BLOCK_ID_DESC";
|
|
32186
|
+
InstructionsOrderBy["AssetTransactionsCountAsc"] = "ASSET_TRANSACTIONS_COUNT_ASC";
|
|
32187
|
+
InstructionsOrderBy["AssetTransactionsCountDesc"] = "ASSET_TRANSACTIONS_COUNT_DESC";
|
|
32188
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountAmountAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_ASC";
|
|
32189
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountAmountDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_AMOUNT_DESC";
|
|
32190
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountAssetIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ASSET_ID_ASC";
|
|
32191
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountAssetIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ASSET_ID_DESC";
|
|
32192
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountCreatedAtAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_ASC";
|
|
32193
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountCreatedAtDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_CREATED_AT_DESC";
|
|
32194
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC";
|
|
32195
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC";
|
|
32196
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountDatetimeAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_DATETIME_ASC";
|
|
32197
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountDatetimeDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_DATETIME_DESC";
|
|
32198
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountEventIdxAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_ASC";
|
|
32199
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountEventIdxDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EVENT_IDX_DESC";
|
|
32200
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountEventIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_ASC";
|
|
32201
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountEventIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EVENT_ID_DESC";
|
|
32202
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_IDX_ASC";
|
|
32203
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_EXTRINSIC_IDX_DESC";
|
|
32204
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_FROM_PORTFOLIO_ID_ASC";
|
|
32205
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_FROM_PORTFOLIO_ID_DESC";
|
|
32206
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountFundingRoundAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_FUNDING_ROUND_ASC";
|
|
32207
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
32208
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ID_ASC";
|
|
32209
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_ID_DESC";
|
|
32210
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
32211
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
32212
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
32213
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
32214
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
32215
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
32216
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
32217
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_TO_PORTFOLIO_ID_DESC";
|
|
32218
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountUpdatedAtAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_UPDATED_AT_ASC";
|
|
32219
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountUpdatedAtDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_UPDATED_AT_DESC";
|
|
32220
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC";
|
|
32221
|
+
InstructionsOrderBy["AssetTransactionsDistinctCountUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC";
|
|
32222
|
+
InstructionsOrderBy["AssetTransactionsMaxAmountAsc"] = "ASSET_TRANSACTIONS_MAX_AMOUNT_ASC";
|
|
32223
|
+
InstructionsOrderBy["AssetTransactionsMaxAmountDesc"] = "ASSET_TRANSACTIONS_MAX_AMOUNT_DESC";
|
|
32224
|
+
InstructionsOrderBy["AssetTransactionsMaxAssetIdAsc"] = "ASSET_TRANSACTIONS_MAX_ASSET_ID_ASC";
|
|
32225
|
+
InstructionsOrderBy["AssetTransactionsMaxAssetIdDesc"] = "ASSET_TRANSACTIONS_MAX_ASSET_ID_DESC";
|
|
32226
|
+
InstructionsOrderBy["AssetTransactionsMaxCreatedAtAsc"] = "ASSET_TRANSACTIONS_MAX_CREATED_AT_ASC";
|
|
32227
|
+
InstructionsOrderBy["AssetTransactionsMaxCreatedAtDesc"] = "ASSET_TRANSACTIONS_MAX_CREATED_AT_DESC";
|
|
32228
|
+
InstructionsOrderBy["AssetTransactionsMaxCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_MAX_CREATED_BLOCK_ID_ASC";
|
|
32229
|
+
InstructionsOrderBy["AssetTransactionsMaxCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_MAX_CREATED_BLOCK_ID_DESC";
|
|
32230
|
+
InstructionsOrderBy["AssetTransactionsMaxDatetimeAsc"] = "ASSET_TRANSACTIONS_MAX_DATETIME_ASC";
|
|
32231
|
+
InstructionsOrderBy["AssetTransactionsMaxDatetimeDesc"] = "ASSET_TRANSACTIONS_MAX_DATETIME_DESC";
|
|
32232
|
+
InstructionsOrderBy["AssetTransactionsMaxEventIdxAsc"] = "ASSET_TRANSACTIONS_MAX_EVENT_IDX_ASC";
|
|
32233
|
+
InstructionsOrderBy["AssetTransactionsMaxEventIdxDesc"] = "ASSET_TRANSACTIONS_MAX_EVENT_IDX_DESC";
|
|
32234
|
+
InstructionsOrderBy["AssetTransactionsMaxEventIdAsc"] = "ASSET_TRANSACTIONS_MAX_EVENT_ID_ASC";
|
|
32235
|
+
InstructionsOrderBy["AssetTransactionsMaxEventIdDesc"] = "ASSET_TRANSACTIONS_MAX_EVENT_ID_DESC";
|
|
32236
|
+
InstructionsOrderBy["AssetTransactionsMaxExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_MAX_EXTRINSIC_IDX_ASC";
|
|
32237
|
+
InstructionsOrderBy["AssetTransactionsMaxExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_MAX_EXTRINSIC_IDX_DESC";
|
|
32238
|
+
InstructionsOrderBy["AssetTransactionsMaxFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MAX_FROM_PORTFOLIO_ID_ASC";
|
|
32239
|
+
InstructionsOrderBy["AssetTransactionsMaxFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_MAX_FROM_PORTFOLIO_ID_DESC";
|
|
32240
|
+
InstructionsOrderBy["AssetTransactionsMaxFundingRoundAsc"] = "ASSET_TRANSACTIONS_MAX_FUNDING_ROUND_ASC";
|
|
32241
|
+
InstructionsOrderBy["AssetTransactionsMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_MAX_FUNDING_ROUND_DESC";
|
|
32242
|
+
InstructionsOrderBy["AssetTransactionsMaxIdAsc"] = "ASSET_TRANSACTIONS_MAX_ID_ASC";
|
|
32243
|
+
InstructionsOrderBy["AssetTransactionsMaxIdDesc"] = "ASSET_TRANSACTIONS_MAX_ID_DESC";
|
|
32244
|
+
InstructionsOrderBy["AssetTransactionsMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_ID_ASC";
|
|
32245
|
+
InstructionsOrderBy["AssetTransactionsMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_ID_DESC";
|
|
32246
|
+
InstructionsOrderBy["AssetTransactionsMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_MEMO_ASC";
|
|
32247
|
+
InstructionsOrderBy["AssetTransactionsMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_MAX_INSTRUCTION_MEMO_DESC";
|
|
32248
|
+
InstructionsOrderBy["AssetTransactionsMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_MAX_NFT_IDS_ASC";
|
|
32249
|
+
InstructionsOrderBy["AssetTransactionsMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_MAX_NFT_IDS_DESC";
|
|
32250
|
+
InstructionsOrderBy["AssetTransactionsMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MAX_TO_PORTFOLIO_ID_ASC";
|
|
32251
|
+
InstructionsOrderBy["AssetTransactionsMaxToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_MAX_TO_PORTFOLIO_ID_DESC";
|
|
32252
|
+
InstructionsOrderBy["AssetTransactionsMaxUpdatedAtAsc"] = "ASSET_TRANSACTIONS_MAX_UPDATED_AT_ASC";
|
|
32253
|
+
InstructionsOrderBy["AssetTransactionsMaxUpdatedAtDesc"] = "ASSET_TRANSACTIONS_MAX_UPDATED_AT_DESC";
|
|
32254
|
+
InstructionsOrderBy["AssetTransactionsMaxUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_ASC";
|
|
32255
|
+
InstructionsOrderBy["AssetTransactionsMaxUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_MAX_UPDATED_BLOCK_ID_DESC";
|
|
32256
|
+
InstructionsOrderBy["AssetTransactionsMinAmountAsc"] = "ASSET_TRANSACTIONS_MIN_AMOUNT_ASC";
|
|
32257
|
+
InstructionsOrderBy["AssetTransactionsMinAmountDesc"] = "ASSET_TRANSACTIONS_MIN_AMOUNT_DESC";
|
|
32258
|
+
InstructionsOrderBy["AssetTransactionsMinAssetIdAsc"] = "ASSET_TRANSACTIONS_MIN_ASSET_ID_ASC";
|
|
32259
|
+
InstructionsOrderBy["AssetTransactionsMinAssetIdDesc"] = "ASSET_TRANSACTIONS_MIN_ASSET_ID_DESC";
|
|
32260
|
+
InstructionsOrderBy["AssetTransactionsMinCreatedAtAsc"] = "ASSET_TRANSACTIONS_MIN_CREATED_AT_ASC";
|
|
32261
|
+
InstructionsOrderBy["AssetTransactionsMinCreatedAtDesc"] = "ASSET_TRANSACTIONS_MIN_CREATED_AT_DESC";
|
|
32262
|
+
InstructionsOrderBy["AssetTransactionsMinCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_MIN_CREATED_BLOCK_ID_ASC";
|
|
32263
|
+
InstructionsOrderBy["AssetTransactionsMinCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_MIN_CREATED_BLOCK_ID_DESC";
|
|
32264
|
+
InstructionsOrderBy["AssetTransactionsMinDatetimeAsc"] = "ASSET_TRANSACTIONS_MIN_DATETIME_ASC";
|
|
32265
|
+
InstructionsOrderBy["AssetTransactionsMinDatetimeDesc"] = "ASSET_TRANSACTIONS_MIN_DATETIME_DESC";
|
|
32266
|
+
InstructionsOrderBy["AssetTransactionsMinEventIdxAsc"] = "ASSET_TRANSACTIONS_MIN_EVENT_IDX_ASC";
|
|
32267
|
+
InstructionsOrderBy["AssetTransactionsMinEventIdxDesc"] = "ASSET_TRANSACTIONS_MIN_EVENT_IDX_DESC";
|
|
32268
|
+
InstructionsOrderBy["AssetTransactionsMinEventIdAsc"] = "ASSET_TRANSACTIONS_MIN_EVENT_ID_ASC";
|
|
32269
|
+
InstructionsOrderBy["AssetTransactionsMinEventIdDesc"] = "ASSET_TRANSACTIONS_MIN_EVENT_ID_DESC";
|
|
32270
|
+
InstructionsOrderBy["AssetTransactionsMinExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_MIN_EXTRINSIC_IDX_ASC";
|
|
32271
|
+
InstructionsOrderBy["AssetTransactionsMinExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_MIN_EXTRINSIC_IDX_DESC";
|
|
32272
|
+
InstructionsOrderBy["AssetTransactionsMinFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MIN_FROM_PORTFOLIO_ID_ASC";
|
|
32273
|
+
InstructionsOrderBy["AssetTransactionsMinFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_MIN_FROM_PORTFOLIO_ID_DESC";
|
|
32274
|
+
InstructionsOrderBy["AssetTransactionsMinFundingRoundAsc"] = "ASSET_TRANSACTIONS_MIN_FUNDING_ROUND_ASC";
|
|
32275
|
+
InstructionsOrderBy["AssetTransactionsMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_MIN_FUNDING_ROUND_DESC";
|
|
32276
|
+
InstructionsOrderBy["AssetTransactionsMinIdAsc"] = "ASSET_TRANSACTIONS_MIN_ID_ASC";
|
|
32277
|
+
InstructionsOrderBy["AssetTransactionsMinIdDesc"] = "ASSET_TRANSACTIONS_MIN_ID_DESC";
|
|
32278
|
+
InstructionsOrderBy["AssetTransactionsMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_ID_ASC";
|
|
32279
|
+
InstructionsOrderBy["AssetTransactionsMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_ID_DESC";
|
|
32280
|
+
InstructionsOrderBy["AssetTransactionsMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_MEMO_ASC";
|
|
32281
|
+
InstructionsOrderBy["AssetTransactionsMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_MIN_INSTRUCTION_MEMO_DESC";
|
|
32282
|
+
InstructionsOrderBy["AssetTransactionsMinNftIdsAsc"] = "ASSET_TRANSACTIONS_MIN_NFT_IDS_ASC";
|
|
32283
|
+
InstructionsOrderBy["AssetTransactionsMinNftIdsDesc"] = "ASSET_TRANSACTIONS_MIN_NFT_IDS_DESC";
|
|
32284
|
+
InstructionsOrderBy["AssetTransactionsMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_MIN_TO_PORTFOLIO_ID_ASC";
|
|
32285
|
+
InstructionsOrderBy["AssetTransactionsMinToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_MIN_TO_PORTFOLIO_ID_DESC";
|
|
32286
|
+
InstructionsOrderBy["AssetTransactionsMinUpdatedAtAsc"] = "ASSET_TRANSACTIONS_MIN_UPDATED_AT_ASC";
|
|
32287
|
+
InstructionsOrderBy["AssetTransactionsMinUpdatedAtDesc"] = "ASSET_TRANSACTIONS_MIN_UPDATED_AT_DESC";
|
|
32288
|
+
InstructionsOrderBy["AssetTransactionsMinUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_ASC";
|
|
32289
|
+
InstructionsOrderBy["AssetTransactionsMinUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_MIN_UPDATED_BLOCK_ID_DESC";
|
|
32290
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationAmountAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_ASC";
|
|
32291
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationAmountDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_AMOUNT_DESC";
|
|
32292
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationAssetIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ASSET_ID_ASC";
|
|
32293
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationAssetIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ASSET_ID_DESC";
|
|
32294
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationCreatedAtAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_ASC";
|
|
32295
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationCreatedAtDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_CREATED_AT_DESC";
|
|
32296
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC";
|
|
32297
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC";
|
|
32298
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationDatetimeAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_DATETIME_ASC";
|
|
32299
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationDatetimeDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_DATETIME_DESC";
|
|
32300
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationEventIdxAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_ASC";
|
|
32301
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationEventIdxDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EVENT_IDX_DESC";
|
|
32302
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationEventIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_ASC";
|
|
32303
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationEventIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EVENT_ID_DESC";
|
|
32304
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_IDX_ASC";
|
|
32305
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_EXTRINSIC_IDX_DESC";
|
|
32306
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_FROM_PORTFOLIO_ID_ASC";
|
|
32307
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_FROM_PORTFOLIO_ID_DESC";
|
|
32308
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationFundingRoundAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_FUNDING_ROUND_ASC";
|
|
32309
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
32310
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ID_ASC";
|
|
32311
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_ID_DESC";
|
|
32312
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
32313
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
32314
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
32315
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
32316
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
32317
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
32318
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
32319
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_TO_PORTFOLIO_ID_DESC";
|
|
32320
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationUpdatedAtAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_UPDATED_AT_ASC";
|
|
32321
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationUpdatedAtDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_UPDATED_AT_DESC";
|
|
32322
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC";
|
|
32323
|
+
InstructionsOrderBy["AssetTransactionsStddevPopulationUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC";
|
|
32324
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleAmountAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_ASC";
|
|
32325
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleAmountDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_AMOUNT_DESC";
|
|
32326
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleAssetIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ASSET_ID_ASC";
|
|
32327
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleAssetIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ASSET_ID_DESC";
|
|
32328
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleCreatedAtAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_ASC";
|
|
32329
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleCreatedAtDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_CREATED_AT_DESC";
|
|
32330
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC";
|
|
32331
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC";
|
|
32332
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleDatetimeAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_ASC";
|
|
32333
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleDatetimeDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_DATETIME_DESC";
|
|
32334
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleEventIdxAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_ASC";
|
|
32335
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleEventIdxDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EVENT_IDX_DESC";
|
|
32336
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleEventIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_ASC";
|
|
32337
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleEventIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EVENT_ID_DESC";
|
|
32338
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_IDX_ASC";
|
|
32339
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_EXTRINSIC_IDX_DESC";
|
|
32340
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_FROM_PORTFOLIO_ID_ASC";
|
|
32341
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_FROM_PORTFOLIO_ID_DESC";
|
|
32342
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleFundingRoundAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_FUNDING_ROUND_ASC";
|
|
32343
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
32344
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ID_ASC";
|
|
32345
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_ID_DESC";
|
|
32346
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
32347
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
32348
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
32349
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
32350
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
32351
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
32352
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
32353
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_TO_PORTFOLIO_ID_DESC";
|
|
32354
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleUpdatedAtAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_AT_ASC";
|
|
32355
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleUpdatedAtDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_AT_DESC";
|
|
32356
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC";
|
|
32357
|
+
InstructionsOrderBy["AssetTransactionsStddevSampleUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC";
|
|
32358
|
+
InstructionsOrderBy["AssetTransactionsSumAmountAsc"] = "ASSET_TRANSACTIONS_SUM_AMOUNT_ASC";
|
|
32359
|
+
InstructionsOrderBy["AssetTransactionsSumAmountDesc"] = "ASSET_TRANSACTIONS_SUM_AMOUNT_DESC";
|
|
32360
|
+
InstructionsOrderBy["AssetTransactionsSumAssetIdAsc"] = "ASSET_TRANSACTIONS_SUM_ASSET_ID_ASC";
|
|
32361
|
+
InstructionsOrderBy["AssetTransactionsSumAssetIdDesc"] = "ASSET_TRANSACTIONS_SUM_ASSET_ID_DESC";
|
|
32362
|
+
InstructionsOrderBy["AssetTransactionsSumCreatedAtAsc"] = "ASSET_TRANSACTIONS_SUM_CREATED_AT_ASC";
|
|
32363
|
+
InstructionsOrderBy["AssetTransactionsSumCreatedAtDesc"] = "ASSET_TRANSACTIONS_SUM_CREATED_AT_DESC";
|
|
32364
|
+
InstructionsOrderBy["AssetTransactionsSumCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_SUM_CREATED_BLOCK_ID_ASC";
|
|
32365
|
+
InstructionsOrderBy["AssetTransactionsSumCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_SUM_CREATED_BLOCK_ID_DESC";
|
|
32366
|
+
InstructionsOrderBy["AssetTransactionsSumDatetimeAsc"] = "ASSET_TRANSACTIONS_SUM_DATETIME_ASC";
|
|
32367
|
+
InstructionsOrderBy["AssetTransactionsSumDatetimeDesc"] = "ASSET_TRANSACTIONS_SUM_DATETIME_DESC";
|
|
32368
|
+
InstructionsOrderBy["AssetTransactionsSumEventIdxAsc"] = "ASSET_TRANSACTIONS_SUM_EVENT_IDX_ASC";
|
|
32369
|
+
InstructionsOrderBy["AssetTransactionsSumEventIdxDesc"] = "ASSET_TRANSACTIONS_SUM_EVENT_IDX_DESC";
|
|
32370
|
+
InstructionsOrderBy["AssetTransactionsSumEventIdAsc"] = "ASSET_TRANSACTIONS_SUM_EVENT_ID_ASC";
|
|
32371
|
+
InstructionsOrderBy["AssetTransactionsSumEventIdDesc"] = "ASSET_TRANSACTIONS_SUM_EVENT_ID_DESC";
|
|
32372
|
+
InstructionsOrderBy["AssetTransactionsSumExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_SUM_EXTRINSIC_IDX_ASC";
|
|
32373
|
+
InstructionsOrderBy["AssetTransactionsSumExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_SUM_EXTRINSIC_IDX_DESC";
|
|
32374
|
+
InstructionsOrderBy["AssetTransactionsSumFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_SUM_FROM_PORTFOLIO_ID_ASC";
|
|
32375
|
+
InstructionsOrderBy["AssetTransactionsSumFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_SUM_FROM_PORTFOLIO_ID_DESC";
|
|
32376
|
+
InstructionsOrderBy["AssetTransactionsSumFundingRoundAsc"] = "ASSET_TRANSACTIONS_SUM_FUNDING_ROUND_ASC";
|
|
32377
|
+
InstructionsOrderBy["AssetTransactionsSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_SUM_FUNDING_ROUND_DESC";
|
|
32378
|
+
InstructionsOrderBy["AssetTransactionsSumIdAsc"] = "ASSET_TRANSACTIONS_SUM_ID_ASC";
|
|
32379
|
+
InstructionsOrderBy["AssetTransactionsSumIdDesc"] = "ASSET_TRANSACTIONS_SUM_ID_DESC";
|
|
32380
|
+
InstructionsOrderBy["AssetTransactionsSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_ID_ASC";
|
|
32381
|
+
InstructionsOrderBy["AssetTransactionsSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_ID_DESC";
|
|
32382
|
+
InstructionsOrderBy["AssetTransactionsSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_MEMO_ASC";
|
|
32383
|
+
InstructionsOrderBy["AssetTransactionsSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_SUM_INSTRUCTION_MEMO_DESC";
|
|
32384
|
+
InstructionsOrderBy["AssetTransactionsSumNftIdsAsc"] = "ASSET_TRANSACTIONS_SUM_NFT_IDS_ASC";
|
|
32385
|
+
InstructionsOrderBy["AssetTransactionsSumNftIdsDesc"] = "ASSET_TRANSACTIONS_SUM_NFT_IDS_DESC";
|
|
32386
|
+
InstructionsOrderBy["AssetTransactionsSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_SUM_TO_PORTFOLIO_ID_ASC";
|
|
32387
|
+
InstructionsOrderBy["AssetTransactionsSumToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_SUM_TO_PORTFOLIO_ID_DESC";
|
|
32388
|
+
InstructionsOrderBy["AssetTransactionsSumUpdatedAtAsc"] = "ASSET_TRANSACTIONS_SUM_UPDATED_AT_ASC";
|
|
32389
|
+
InstructionsOrderBy["AssetTransactionsSumUpdatedAtDesc"] = "ASSET_TRANSACTIONS_SUM_UPDATED_AT_DESC";
|
|
32390
|
+
InstructionsOrderBy["AssetTransactionsSumUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_ASC";
|
|
32391
|
+
InstructionsOrderBy["AssetTransactionsSumUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_SUM_UPDATED_BLOCK_ID_DESC";
|
|
32392
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationAmountAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_ASC";
|
|
32393
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationAmountDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_AMOUNT_DESC";
|
|
32394
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationAssetIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ASSET_ID_ASC";
|
|
32395
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationAssetIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ASSET_ID_DESC";
|
|
32396
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationCreatedAtAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_ASC";
|
|
32397
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationCreatedAtDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_CREATED_AT_DESC";
|
|
32398
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC";
|
|
32399
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC";
|
|
32400
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationDatetimeAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_ASC";
|
|
32401
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationDatetimeDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_DATETIME_DESC";
|
|
32402
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationEventIdxAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_ASC";
|
|
32403
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationEventIdxDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EVENT_IDX_DESC";
|
|
32404
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationEventIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_ASC";
|
|
32405
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationEventIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EVENT_ID_DESC";
|
|
32406
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_IDX_ASC";
|
|
32407
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_EXTRINSIC_IDX_DESC";
|
|
32408
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_FROM_PORTFOLIO_ID_ASC";
|
|
32409
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_FROM_PORTFOLIO_ID_DESC";
|
|
32410
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationFundingRoundAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_FUNDING_ROUND_ASC";
|
|
32411
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
32412
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ID_ASC";
|
|
32413
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_ID_DESC";
|
|
32414
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
32415
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
32416
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
32417
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
32418
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
32419
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
32420
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
32421
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_TO_PORTFOLIO_ID_DESC";
|
|
32422
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationUpdatedAtAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_AT_ASC";
|
|
32423
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationUpdatedAtDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_AT_DESC";
|
|
32424
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC";
|
|
32425
|
+
InstructionsOrderBy["AssetTransactionsVariancePopulationUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC";
|
|
32426
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleAmountAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_ASC";
|
|
32427
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleAmountDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_AMOUNT_DESC";
|
|
32428
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleAssetIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ASSET_ID_ASC";
|
|
32429
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleAssetIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ASSET_ID_DESC";
|
|
32430
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleCreatedAtAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_ASC";
|
|
32431
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleCreatedAtDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC";
|
|
32432
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleCreatedBlockIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC";
|
|
32433
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleCreatedBlockIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC";
|
|
32434
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleDatetimeAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_ASC";
|
|
32435
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleDatetimeDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_DATETIME_DESC";
|
|
32436
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleEventIdxAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_ASC";
|
|
32437
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleEventIdxDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_IDX_DESC";
|
|
32438
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleEventIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_ASC";
|
|
32439
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleEventIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EVENT_ID_DESC";
|
|
32440
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleExtrinsicIdxAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_IDX_ASC";
|
|
32441
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleExtrinsicIdxDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_EXTRINSIC_IDX_DESC";
|
|
32442
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleFromPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_FROM_PORTFOLIO_ID_ASC";
|
|
32443
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleFromPortfolioIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_FROM_PORTFOLIO_ID_DESC";
|
|
32444
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleFundingRoundAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_FUNDING_ROUND_ASC";
|
|
32445
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
32446
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ID_ASC";
|
|
32447
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_ID_DESC";
|
|
32448
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
32449
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
32450
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
32451
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
32452
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
32453
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
32454
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
32455
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleToPortfolioIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_DESC";
|
|
32456
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleUpdatedAtAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_AT_ASC";
|
|
32457
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleUpdatedAtDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_AT_DESC";
|
|
32458
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleUpdatedBlockIdAsc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC";
|
|
32459
|
+
InstructionsOrderBy["AssetTransactionsVarianceSampleUpdatedBlockIdDesc"] = "ASSET_TRANSACTIONS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC";
|
|
32037
32460
|
InstructionsOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC";
|
|
32038
32461
|
InstructionsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC";
|
|
32039
32462
|
InstructionsOrderBy["CreatedBlockIdAsc"] = "CREATED_BLOCK_ID_ASC";
|
|
@@ -34009,6 +34432,10 @@ var PortfoliosOrderBy;
|
|
|
34009
34432
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_FUNDING_ROUND_DESC";
|
|
34010
34433
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_ID_ASC";
|
|
34011
34434
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_ID_DESC";
|
|
34435
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_INSTRUCTION_ID_ASC";
|
|
34436
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_INSTRUCTION_ID_DESC";
|
|
34437
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
34438
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
34012
34439
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_NFT_IDS_ASC";
|
|
34013
34440
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_NFT_IDS_DESC";
|
|
34014
34441
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34041,6 +34468,10 @@ var PortfoliosOrderBy;
|
|
|
34041
34468
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
34042
34469
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_ID_ASC";
|
|
34043
34470
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_ID_DESC";
|
|
34471
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
34472
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
34473
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
34474
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
34044
34475
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
34045
34476
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
34046
34477
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34071,6 +34502,10 @@ var PortfoliosOrderBy;
|
|
|
34071
34502
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_FUNDING_ROUND_DESC";
|
|
34072
34503
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_ID_ASC";
|
|
34073
34504
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_ID_DESC";
|
|
34505
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_INSTRUCTION_ID_ASC";
|
|
34506
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_INSTRUCTION_ID_DESC";
|
|
34507
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_INSTRUCTION_MEMO_ASC";
|
|
34508
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_INSTRUCTION_MEMO_DESC";
|
|
34074
34509
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_NFT_IDS_ASC";
|
|
34075
34510
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_NFT_IDS_DESC";
|
|
34076
34511
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MAX_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34101,6 +34536,10 @@ var PortfoliosOrderBy;
|
|
|
34101
34536
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_FUNDING_ROUND_DESC";
|
|
34102
34537
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_ID_ASC";
|
|
34103
34538
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_ID_DESC";
|
|
34539
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_INSTRUCTION_ID_ASC";
|
|
34540
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_INSTRUCTION_ID_DESC";
|
|
34541
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_INSTRUCTION_MEMO_ASC";
|
|
34542
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_INSTRUCTION_MEMO_DESC";
|
|
34104
34543
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_NFT_IDS_ASC";
|
|
34105
34544
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_NFT_IDS_DESC";
|
|
34106
34545
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_MIN_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34131,6 +34570,10 @@ var PortfoliosOrderBy;
|
|
|
34131
34570
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
34132
34571
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_ID_ASC";
|
|
34133
34572
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_ID_DESC";
|
|
34573
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
34574
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
34575
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
34576
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
34134
34577
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
34135
34578
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
34136
34579
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34161,6 +34604,10 @@ var PortfoliosOrderBy;
|
|
|
34161
34604
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
34162
34605
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_ID_ASC";
|
|
34163
34606
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_ID_DESC";
|
|
34607
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
34608
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
34609
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
34610
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
34164
34611
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
34165
34612
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
34166
34613
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34191,6 +34638,10 @@ var PortfoliosOrderBy;
|
|
|
34191
34638
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_FUNDING_ROUND_DESC";
|
|
34192
34639
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_ID_ASC";
|
|
34193
34640
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_ID_DESC";
|
|
34641
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_INSTRUCTION_ID_ASC";
|
|
34642
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_INSTRUCTION_ID_DESC";
|
|
34643
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_INSTRUCTION_MEMO_ASC";
|
|
34644
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_INSTRUCTION_MEMO_DESC";
|
|
34194
34645
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_NFT_IDS_ASC";
|
|
34195
34646
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_NFT_IDS_DESC";
|
|
34196
34647
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_SUM_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34221,6 +34672,10 @@ var PortfoliosOrderBy;
|
|
|
34221
34672
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
34222
34673
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_ID_ASC";
|
|
34223
34674
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_ID_DESC";
|
|
34675
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
34676
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
34677
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
34678
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
34224
34679
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
34225
34680
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
34226
34681
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34251,6 +34706,10 @@ var PortfoliosOrderBy;
|
|
|
34251
34706
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
34252
34707
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_ID_ASC";
|
|
34253
34708
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_ID_DESC";
|
|
34709
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
34710
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
34711
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
34712
|
+
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
34254
34713
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
34255
34714
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
34256
34715
|
PortfoliosOrderBy["AssetTransactionsByFromPortfolioIdVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_FROM_PORTFOLIO_ID_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34281,6 +34740,10 @@ var PortfoliosOrderBy;
|
|
|
34281
34740
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_FUNDING_ROUND_DESC";
|
|
34282
34741
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_ID_ASC";
|
|
34283
34742
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_ID_DESC";
|
|
34743
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_INSTRUCTION_ID_ASC";
|
|
34744
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_INSTRUCTION_ID_DESC";
|
|
34745
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_INSTRUCTION_MEMO_ASC";
|
|
34746
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_INSTRUCTION_MEMO_DESC";
|
|
34284
34747
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_NFT_IDS_ASC";
|
|
34285
34748
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_NFT_IDS_DESC";
|
|
34286
34749
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdAverageToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_AVERAGE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34313,6 +34776,10 @@ var PortfoliosOrderBy;
|
|
|
34313
34776
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_FUNDING_ROUND_DESC";
|
|
34314
34777
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_ID_ASC";
|
|
34315
34778
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_ID_DESC";
|
|
34779
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_ID_ASC";
|
|
34780
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_ID_DESC";
|
|
34781
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_ASC";
|
|
34782
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_INSTRUCTION_MEMO_DESC";
|
|
34316
34783
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_NFT_IDS_ASC";
|
|
34317
34784
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_NFT_IDS_DESC";
|
|
34318
34785
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdDistinctCountToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_DISTINCT_COUNT_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34343,6 +34810,10 @@ var PortfoliosOrderBy;
|
|
|
34343
34810
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_FUNDING_ROUND_DESC";
|
|
34344
34811
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_ID_ASC";
|
|
34345
34812
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_ID_DESC";
|
|
34813
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_INSTRUCTION_ID_ASC";
|
|
34814
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_INSTRUCTION_ID_DESC";
|
|
34815
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_INSTRUCTION_MEMO_ASC";
|
|
34816
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_INSTRUCTION_MEMO_DESC";
|
|
34346
34817
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_NFT_IDS_ASC";
|
|
34347
34818
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_NFT_IDS_DESC";
|
|
34348
34819
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMaxToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MAX_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34373,6 +34844,10 @@ var PortfoliosOrderBy;
|
|
|
34373
34844
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_FUNDING_ROUND_DESC";
|
|
34374
34845
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_ID_ASC";
|
|
34375
34846
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_ID_DESC";
|
|
34847
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_INSTRUCTION_ID_ASC";
|
|
34848
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_INSTRUCTION_ID_DESC";
|
|
34849
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_INSTRUCTION_MEMO_ASC";
|
|
34850
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_INSTRUCTION_MEMO_DESC";
|
|
34376
34851
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_NFT_IDS_ASC";
|
|
34377
34852
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_NFT_IDS_DESC";
|
|
34378
34853
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdMinToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_MIN_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34403,6 +34878,10 @@ var PortfoliosOrderBy;
|
|
|
34403
34878
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_FUNDING_ROUND_DESC";
|
|
34404
34879
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_ID_ASC";
|
|
34405
34880
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_ID_DESC";
|
|
34881
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_ID_ASC";
|
|
34882
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_ID_DESC";
|
|
34883
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
34884
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
34406
34885
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_NFT_IDS_ASC";
|
|
34407
34886
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_NFT_IDS_DESC";
|
|
34408
34887
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevPopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34433,6 +34912,10 @@ var PortfoliosOrderBy;
|
|
|
34433
34912
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_FUNDING_ROUND_DESC";
|
|
34434
34913
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_ID_ASC";
|
|
34435
34914
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_ID_DESC";
|
|
34915
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_ID_ASC";
|
|
34916
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_ID_DESC";
|
|
34917
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
34918
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
34436
34919
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_NFT_IDS_ASC";
|
|
34437
34920
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_NFT_IDS_DESC";
|
|
34438
34921
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdStddevSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_STDDEV_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34463,6 +34946,10 @@ var PortfoliosOrderBy;
|
|
|
34463
34946
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_FUNDING_ROUND_DESC";
|
|
34464
34947
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_ID_ASC";
|
|
34465
34948
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_ID_DESC";
|
|
34949
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_INSTRUCTION_ID_ASC";
|
|
34950
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_INSTRUCTION_ID_DESC";
|
|
34951
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_INSTRUCTION_MEMO_ASC";
|
|
34952
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_INSTRUCTION_MEMO_DESC";
|
|
34466
34953
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_NFT_IDS_ASC";
|
|
34467
34954
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_NFT_IDS_DESC";
|
|
34468
34955
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdSumToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_SUM_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34493,6 +34980,10 @@ var PortfoliosOrderBy;
|
|
|
34493
34980
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_FUNDING_ROUND_DESC";
|
|
34494
34981
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_ID_ASC";
|
|
34495
34982
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_ID_DESC";
|
|
34983
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_ID_ASC";
|
|
34984
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_ID_DESC";
|
|
34985
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_ASC";
|
|
34986
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_INSTRUCTION_MEMO_DESC";
|
|
34496
34987
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_NFT_IDS_ASC";
|
|
34497
34988
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_NFT_IDS_DESC";
|
|
34498
34989
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVariancePopulationToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_POPULATION_TO_PORTFOLIO_ID_ASC";
|
|
@@ -34523,6 +35014,10 @@ var PortfoliosOrderBy;
|
|
|
34523
35014
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleFundingRoundDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_FUNDING_ROUND_DESC";
|
|
34524
35015
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_ID_ASC";
|
|
34525
35016
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_ID_DESC";
|
|
35017
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleInstructionIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_ASC";
|
|
35018
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleInstructionIdDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_ID_DESC";
|
|
35019
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleInstructionMemoAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_ASC";
|
|
35020
|
+
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleInstructionMemoDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_INSTRUCTION_MEMO_DESC";
|
|
34526
35021
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleNftIdsAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_NFT_IDS_ASC";
|
|
34527
35022
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleNftIdsDesc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_NFT_IDS_DESC";
|
|
34528
35023
|
PortfoliosOrderBy["AssetTransactionsByToPortfolioIdVarianceSampleToPortfolioIdAsc"] = "ASSET_TRANSACTIONS_BY_TO_PORTFOLIO_ID_VARIANCE_SAMPLE_TO_PORTFOLIO_ID_ASC";
|
|
@@ -38551,6 +39046,8 @@ var Asset_Transactions_Distinct_Enum;
|
|
|
38551
39046
|
Asset_Transactions_Distinct_Enum["FromPortfolioId"] = "FROM_PORTFOLIO_ID";
|
|
38552
39047
|
Asset_Transactions_Distinct_Enum["FundingRound"] = "FUNDING_ROUND";
|
|
38553
39048
|
Asset_Transactions_Distinct_Enum["Id"] = "ID";
|
|
39049
|
+
Asset_Transactions_Distinct_Enum["InstructionId"] = "INSTRUCTION_ID";
|
|
39050
|
+
Asset_Transactions_Distinct_Enum["InstructionMemo"] = "INSTRUCTION_MEMO";
|
|
38554
39051
|
Asset_Transactions_Distinct_Enum["NftIds"] = "NFT_IDS";
|
|
38555
39052
|
Asset_Transactions_Distinct_Enum["ToPortfolioId"] = "TO_PORTFOLIO_ID";
|
|
38556
39053
|
Asset_Transactions_Distinct_Enum["UpdatedAt"] = "UPDATED_AT";
|