@aptos-labs/js-pro 0.1.0-experimental.23 → 0.1.0-experimental.24
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/dist/index.cjs +23 -61
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +441 -662
- package/dist/index.d.ts +441 -662
- package/dist/index.js +23 -61
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, Aptos, AnyRawTransaction, SignedTransaction, Account, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse, AptosSettings, InputSimulateTransactionOptions, PendingTransactionResponse, Network } from '@aptos-labs/ts-sdk';
|
|
1
|
+
import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, PendingTransactionResponse, Aptos, AnyRawTransaction, Account, SignedTransaction, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse, AptosSettings, InputSimulateTransactionOptions, Network } from '@aptos-labs/ts-sdk';
|
|
3
2
|
import * as graphql_request_build_cjs_types from 'graphql-request/build/cjs/types';
|
|
4
3
|
import { GraphQLClientRequestHeaders } from 'graphql-request/build/cjs/types';
|
|
5
4
|
import { GraphQLClient } from 'graphql-request';
|
|
6
5
|
import { StoreApi } from 'zustand/vanilla';
|
|
7
|
-
import { SignMessagePayload, SignMessageResponse } from '@aptos-labs/wallet-adapter-core';
|
|
6
|
+
import { InputTransactionData, SignMessagePayload, SignMessageResponse } from '@aptos-labs/wallet-adapter-core';
|
|
8
7
|
import { AxiosRequestConfig } from 'axios';
|
|
9
8
|
import { RawCoinInfo } from '@manahippo/coin-list';
|
|
9
|
+
import { Types, TxnBuilderTypes, TokenTypes, AptosClient, MaybeHexString } from 'aptos';
|
|
10
10
|
|
|
11
11
|
type Maybe<T> = T | null;
|
|
12
12
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -586,7 +586,7 @@ type Address_Version_From_Events_Variance_Fields = {
|
|
|
586
586
|
__typename?: 'address_version_from_events_variance_fields';
|
|
587
587
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
588
588
|
};
|
|
589
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
589
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
590
590
|
type Address_Version_From_Move_Resources = {
|
|
591
591
|
__typename?: 'address_version_from_move_resources';
|
|
592
592
|
address?: Maybe<Scalars['String']['output']>;
|
|
@@ -606,7 +606,7 @@ type Address_Version_From_Move_Resources = {
|
|
|
606
606
|
token_activities_v2_aggregate: Token_Activities_V2_Aggregate;
|
|
607
607
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
608
608
|
};
|
|
609
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
609
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
610
610
|
type Address_Version_From_Move_ResourcesCoin_ActivitiesArgs = {
|
|
611
611
|
distinct_on?: InputMaybe<Array<Coin_Activities_Select_Column>>;
|
|
612
612
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -614,7 +614,7 @@ type Address_Version_From_Move_ResourcesCoin_ActivitiesArgs = {
|
|
|
614
614
|
order_by?: InputMaybe<Array<Coin_Activities_Order_By>>;
|
|
615
615
|
where?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
616
616
|
};
|
|
617
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
617
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
618
618
|
type Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs = {
|
|
619
619
|
distinct_on?: InputMaybe<Array<Coin_Activities_Select_Column>>;
|
|
620
620
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -622,7 +622,7 @@ type Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs = {
|
|
|
622
622
|
order_by?: InputMaybe<Array<Coin_Activities_Order_By>>;
|
|
623
623
|
where?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
624
624
|
};
|
|
625
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
625
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
626
626
|
type Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs = {
|
|
627
627
|
distinct_on?: InputMaybe<Array<Delegated_Staking_Activities_Select_Column>>;
|
|
628
628
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -630,7 +630,7 @@ type Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs = {
|
|
|
630
630
|
order_by?: InputMaybe<Array<Delegated_Staking_Activities_Order_By>>;
|
|
631
631
|
where?: InputMaybe<Delegated_Staking_Activities_Bool_Exp>;
|
|
632
632
|
};
|
|
633
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
633
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
634
634
|
type Address_Version_From_Move_ResourcesToken_ActivitiesArgs = {
|
|
635
635
|
distinct_on?: InputMaybe<Array<Token_Activities_Select_Column>>;
|
|
636
636
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -638,7 +638,7 @@ type Address_Version_From_Move_ResourcesToken_ActivitiesArgs = {
|
|
|
638
638
|
order_by?: InputMaybe<Array<Token_Activities_Order_By>>;
|
|
639
639
|
where?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
640
640
|
};
|
|
641
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
641
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
642
642
|
type Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs = {
|
|
643
643
|
distinct_on?: InputMaybe<Array<Token_Activities_Select_Column>>;
|
|
644
644
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -646,7 +646,7 @@ type Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs = {
|
|
|
646
646
|
order_by?: InputMaybe<Array<Token_Activities_Order_By>>;
|
|
647
647
|
where?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
648
648
|
};
|
|
649
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
649
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
650
650
|
type Address_Version_From_Move_ResourcesToken_Activities_V2Args = {
|
|
651
651
|
distinct_on?: InputMaybe<Array<Token_Activities_V2_Select_Column>>;
|
|
652
652
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -654,7 +654,7 @@ type Address_Version_From_Move_ResourcesToken_Activities_V2Args = {
|
|
|
654
654
|
order_by?: InputMaybe<Array<Token_Activities_V2_Order_By>>;
|
|
655
655
|
where?: InputMaybe<Token_Activities_V2_Bool_Exp>;
|
|
656
656
|
};
|
|
657
|
-
/** columns and relationships of "address_version_from_move_resources" */
|
|
657
|
+
/** columns and relationships of "legacy_migration_v1.address_version_from_move_resources" */
|
|
658
658
|
type Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs = {
|
|
659
659
|
distinct_on?: InputMaybe<Array<Token_Activities_V2_Select_Column>>;
|
|
660
660
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -662,13 +662,13 @@ type Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs = {
|
|
|
662
662
|
order_by?: InputMaybe<Array<Token_Activities_V2_Order_By>>;
|
|
663
663
|
where?: InputMaybe<Token_Activities_V2_Bool_Exp>;
|
|
664
664
|
};
|
|
665
|
-
/** aggregated selection of "address_version_from_move_resources" */
|
|
665
|
+
/** aggregated selection of "legacy_migration_v1.address_version_from_move_resources" */
|
|
666
666
|
type Address_Version_From_Move_Resources_Aggregate = {
|
|
667
667
|
__typename?: 'address_version_from_move_resources_aggregate';
|
|
668
668
|
aggregate?: Maybe<Address_Version_From_Move_Resources_Aggregate_Fields>;
|
|
669
669
|
nodes: Array<Address_Version_From_Move_Resources>;
|
|
670
670
|
};
|
|
671
|
-
/** aggregate fields of "address_version_from_move_resources" */
|
|
671
|
+
/** aggregate fields of "legacy_migration_v1.address_version_from_move_resources" */
|
|
672
672
|
type Address_Version_From_Move_Resources_Aggregate_Fields = {
|
|
673
673
|
__typename?: 'address_version_from_move_resources_aggregate_fields';
|
|
674
674
|
avg?: Maybe<Address_Version_From_Move_Resources_Avg_Fields>;
|
|
@@ -683,7 +683,7 @@ type Address_Version_From_Move_Resources_Aggregate_Fields = {
|
|
|
683
683
|
var_samp?: Maybe<Address_Version_From_Move_Resources_Var_Samp_Fields>;
|
|
684
684
|
variance?: Maybe<Address_Version_From_Move_Resources_Variance_Fields>;
|
|
685
685
|
};
|
|
686
|
-
/** aggregate fields of "address_version_from_move_resources" */
|
|
686
|
+
/** aggregate fields of "legacy_migration_v1.address_version_from_move_resources" */
|
|
687
687
|
type Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs = {
|
|
688
688
|
columns?: InputMaybe<Array<Address_Version_From_Move_Resources_Select_Column>>;
|
|
689
689
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -693,7 +693,7 @@ type Address_Version_From_Move_Resources_Avg_Fields = {
|
|
|
693
693
|
__typename?: 'address_version_from_move_resources_avg_fields';
|
|
694
694
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
695
695
|
};
|
|
696
|
-
/** Boolean expression to filter rows from the table "address_version_from_move_resources". All fields are combined with a logical 'AND'. */
|
|
696
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.address_version_from_move_resources". All fields are combined with a logical 'AND'. */
|
|
697
697
|
type Address_Version_From_Move_Resources_Bool_Exp = {
|
|
698
698
|
_and?: InputMaybe<Array<Address_Version_From_Move_Resources_Bool_Exp>>;
|
|
699
699
|
_not?: InputMaybe<Address_Version_From_Move_Resources_Bool_Exp>;
|
|
@@ -720,7 +720,7 @@ type Address_Version_From_Move_Resources_Min_Fields = {
|
|
|
720
720
|
address?: Maybe<Scalars['String']['output']>;
|
|
721
721
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
722
722
|
};
|
|
723
|
-
/** Ordering options when selecting data from "address_version_from_move_resources". */
|
|
723
|
+
/** Ordering options when selecting data from "legacy_migration_v1.address_version_from_move_resources". */
|
|
724
724
|
type Address_Version_From_Move_Resources_Order_By = {
|
|
725
725
|
address?: InputMaybe<Order_By>;
|
|
726
726
|
coin_activities_aggregate?: InputMaybe<Coin_Activities_Aggregate_Order_By>;
|
|
@@ -729,7 +729,7 @@ type Address_Version_From_Move_Resources_Order_By = {
|
|
|
729
729
|
token_activities_v2_aggregate?: InputMaybe<Token_Activities_V2_Aggregate_Order_By>;
|
|
730
730
|
transaction_version?: InputMaybe<Order_By>;
|
|
731
731
|
};
|
|
732
|
-
/** select columns of table "address_version_from_move_resources" */
|
|
732
|
+
/** select columns of table "legacy_migration_v1.address_version_from_move_resources" */
|
|
733
733
|
declare enum Address_Version_From_Move_Resources_Select_Column {
|
|
734
734
|
/** column name */
|
|
735
735
|
Address = "address",
|
|
@@ -883,32 +883,32 @@ type Block_Metadata_Transactions_Stream_Cursor_Value_Input = {
|
|
|
883
883
|
timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
884
884
|
version?: InputMaybe<Scalars['bigint']['input']>;
|
|
885
885
|
};
|
|
886
|
-
/** columns and relationships of "coin_activities" */
|
|
886
|
+
/** columns and relationships of "legacy_migration_v1.coin_activities" */
|
|
887
887
|
type Coin_Activities = {
|
|
888
888
|
__typename?: 'coin_activities';
|
|
889
|
-
activity_type
|
|
890
|
-
amount
|
|
889
|
+
activity_type?: Maybe<Scalars['String']['output']>;
|
|
890
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
891
891
|
/** An array relationship */
|
|
892
892
|
aptos_names: Array<Current_Aptos_Names>;
|
|
893
893
|
/** An aggregate relationship */
|
|
894
894
|
aptos_names_aggregate: Current_Aptos_Names_Aggregate;
|
|
895
|
-
block_height
|
|
895
|
+
block_height?: Maybe<Scalars['bigint']['output']>;
|
|
896
896
|
/** An object relationship */
|
|
897
897
|
coin_info?: Maybe<Coin_Infos>;
|
|
898
|
-
coin_type
|
|
898
|
+
coin_type?: Maybe<Scalars['String']['output']>;
|
|
899
899
|
entry_function_id_str?: Maybe<Scalars['String']['output']>;
|
|
900
|
-
event_account_address
|
|
901
|
-
event_creation_number
|
|
900
|
+
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
901
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
902
902
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
903
|
-
event_sequence_number
|
|
904
|
-
is_gas_fee
|
|
905
|
-
is_transaction_success
|
|
906
|
-
owner_address
|
|
907
|
-
storage_refund_amount
|
|
908
|
-
transaction_timestamp
|
|
909
|
-
transaction_version
|
|
903
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
904
|
+
is_gas_fee?: Maybe<Scalars['Boolean']['output']>;
|
|
905
|
+
is_transaction_success?: Maybe<Scalars['Boolean']['output']>;
|
|
906
|
+
owner_address?: Maybe<Scalars['String']['output']>;
|
|
907
|
+
storage_refund_amount?: Maybe<Scalars['numeric']['output']>;
|
|
908
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
909
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
910
910
|
};
|
|
911
|
-
/** columns and relationships of "coin_activities" */
|
|
911
|
+
/** columns and relationships of "legacy_migration_v1.coin_activities" */
|
|
912
912
|
type Coin_ActivitiesAptos_NamesArgs = {
|
|
913
913
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
914
914
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -916,7 +916,7 @@ type Coin_ActivitiesAptos_NamesArgs = {
|
|
|
916
916
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
917
917
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
918
918
|
};
|
|
919
|
-
/** columns and relationships of "coin_activities" */
|
|
919
|
+
/** columns and relationships of "legacy_migration_v1.coin_activities" */
|
|
920
920
|
type Coin_ActivitiesAptos_Names_AggregateArgs = {
|
|
921
921
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
922
922
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -924,7 +924,7 @@ type Coin_ActivitiesAptos_Names_AggregateArgs = {
|
|
|
924
924
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
925
925
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
926
926
|
};
|
|
927
|
-
/** aggregated selection of "coin_activities" */
|
|
927
|
+
/** aggregated selection of "legacy_migration_v1.coin_activities" */
|
|
928
928
|
type Coin_Activities_Aggregate = {
|
|
929
929
|
__typename?: 'coin_activities_aggregate';
|
|
930
930
|
aggregate?: Maybe<Coin_Activities_Aggregate_Fields>;
|
|
@@ -953,7 +953,7 @@ type Coin_Activities_Aggregate_Bool_Exp_Count = {
|
|
|
953
953
|
filter?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
954
954
|
predicate: Int_Comparison_Exp;
|
|
955
955
|
};
|
|
956
|
-
/** aggregate fields of "coin_activities" */
|
|
956
|
+
/** aggregate fields of "legacy_migration_v1.coin_activities" */
|
|
957
957
|
type Coin_Activities_Aggregate_Fields = {
|
|
958
958
|
__typename?: 'coin_activities_aggregate_fields';
|
|
959
959
|
avg?: Maybe<Coin_Activities_Avg_Fields>;
|
|
@@ -968,12 +968,12 @@ type Coin_Activities_Aggregate_Fields = {
|
|
|
968
968
|
var_samp?: Maybe<Coin_Activities_Var_Samp_Fields>;
|
|
969
969
|
variance?: Maybe<Coin_Activities_Variance_Fields>;
|
|
970
970
|
};
|
|
971
|
-
/** aggregate fields of "coin_activities" */
|
|
971
|
+
/** aggregate fields of "legacy_migration_v1.coin_activities" */
|
|
972
972
|
type Coin_Activities_Aggregate_FieldsCountArgs = {
|
|
973
973
|
columns?: InputMaybe<Array<Coin_Activities_Select_Column>>;
|
|
974
974
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
975
975
|
};
|
|
976
|
-
/** order by aggregate values of table "coin_activities" */
|
|
976
|
+
/** order by aggregate values of table "legacy_migration_v1.coin_activities" */
|
|
977
977
|
type Coin_Activities_Aggregate_Order_By = {
|
|
978
978
|
avg?: InputMaybe<Coin_Activities_Avg_Order_By>;
|
|
979
979
|
count?: InputMaybe<Order_By>;
|
|
@@ -998,7 +998,7 @@ type Coin_Activities_Avg_Fields = {
|
|
|
998
998
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
999
999
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1000
1000
|
};
|
|
1001
|
-
/** order by avg() on columns of table "coin_activities" */
|
|
1001
|
+
/** order by avg() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1002
1002
|
type Coin_Activities_Avg_Order_By = {
|
|
1003
1003
|
amount?: InputMaybe<Order_By>;
|
|
1004
1004
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1008,7 +1008,7 @@ type Coin_Activities_Avg_Order_By = {
|
|
|
1008
1008
|
storage_refund_amount?: InputMaybe<Order_By>;
|
|
1009
1009
|
transaction_version?: InputMaybe<Order_By>;
|
|
1010
1010
|
};
|
|
1011
|
-
/** Boolean expression to filter rows from the table "coin_activities". All fields are combined with a logical 'AND'. */
|
|
1011
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.coin_activities". All fields are combined with a logical 'AND'. */
|
|
1012
1012
|
type Coin_Activities_Bool_Exp = {
|
|
1013
1013
|
_and?: InputMaybe<Array<Coin_Activities_Bool_Exp>>;
|
|
1014
1014
|
_not?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
@@ -1022,9 +1022,9 @@ type Coin_Activities_Bool_Exp = {
|
|
|
1022
1022
|
coin_type?: InputMaybe<String_Comparison_Exp>;
|
|
1023
1023
|
entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
|
|
1024
1024
|
event_account_address?: InputMaybe<String_Comparison_Exp>;
|
|
1025
|
-
event_creation_number?: InputMaybe<
|
|
1025
|
+
event_creation_number?: InputMaybe<Int_Comparison_Exp>;
|
|
1026
1026
|
event_index?: InputMaybe<Bigint_Comparison_Exp>;
|
|
1027
|
-
event_sequence_number?: InputMaybe<
|
|
1027
|
+
event_sequence_number?: InputMaybe<Int_Comparison_Exp>;
|
|
1028
1028
|
is_gas_fee?: InputMaybe<Boolean_Comparison_Exp>;
|
|
1029
1029
|
is_transaction_success?: InputMaybe<Boolean_Comparison_Exp>;
|
|
1030
1030
|
owner_address?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -1041,15 +1041,15 @@ type Coin_Activities_Max_Fields = {
|
|
|
1041
1041
|
coin_type?: Maybe<Scalars['String']['output']>;
|
|
1042
1042
|
entry_function_id_str?: Maybe<Scalars['String']['output']>;
|
|
1043
1043
|
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
1044
|
-
event_creation_number?: Maybe<Scalars['
|
|
1044
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
1045
1045
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
1046
|
-
event_sequence_number?: Maybe<Scalars['
|
|
1046
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
1047
1047
|
owner_address?: Maybe<Scalars['String']['output']>;
|
|
1048
1048
|
storage_refund_amount?: Maybe<Scalars['numeric']['output']>;
|
|
1049
1049
|
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1050
1050
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1051
1051
|
};
|
|
1052
|
-
/** order by max() on columns of table "coin_activities" */
|
|
1052
|
+
/** order by max() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1053
1053
|
type Coin_Activities_Max_Order_By = {
|
|
1054
1054
|
activity_type?: InputMaybe<Order_By>;
|
|
1055
1055
|
amount?: InputMaybe<Order_By>;
|
|
@@ -1074,15 +1074,15 @@ type Coin_Activities_Min_Fields = {
|
|
|
1074
1074
|
coin_type?: Maybe<Scalars['String']['output']>;
|
|
1075
1075
|
entry_function_id_str?: Maybe<Scalars['String']['output']>;
|
|
1076
1076
|
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
1077
|
-
event_creation_number?: Maybe<Scalars['
|
|
1077
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
1078
1078
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
1079
|
-
event_sequence_number?: Maybe<Scalars['
|
|
1079
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
1080
1080
|
owner_address?: Maybe<Scalars['String']['output']>;
|
|
1081
1081
|
storage_refund_amount?: Maybe<Scalars['numeric']['output']>;
|
|
1082
1082
|
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1083
1083
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1084
1084
|
};
|
|
1085
|
-
/** order by min() on columns of table "coin_activities" */
|
|
1085
|
+
/** order by min() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1086
1086
|
type Coin_Activities_Min_Order_By = {
|
|
1087
1087
|
activity_type?: InputMaybe<Order_By>;
|
|
1088
1088
|
amount?: InputMaybe<Order_By>;
|
|
@@ -1098,7 +1098,7 @@ type Coin_Activities_Min_Order_By = {
|
|
|
1098
1098
|
transaction_timestamp?: InputMaybe<Order_By>;
|
|
1099
1099
|
transaction_version?: InputMaybe<Order_By>;
|
|
1100
1100
|
};
|
|
1101
|
-
/** Ordering options when selecting data from "coin_activities". */
|
|
1101
|
+
/** Ordering options when selecting data from "legacy_migration_v1.coin_activities". */
|
|
1102
1102
|
type Coin_Activities_Order_By = {
|
|
1103
1103
|
activity_type?: InputMaybe<Order_By>;
|
|
1104
1104
|
amount?: InputMaybe<Order_By>;
|
|
@@ -1118,7 +1118,7 @@ type Coin_Activities_Order_By = {
|
|
|
1118
1118
|
transaction_timestamp?: InputMaybe<Order_By>;
|
|
1119
1119
|
transaction_version?: InputMaybe<Order_By>;
|
|
1120
1120
|
};
|
|
1121
|
-
/** select columns of table "coin_activities" */
|
|
1121
|
+
/** select columns of table "legacy_migration_v1.coin_activities" */
|
|
1122
1122
|
declare enum Coin_Activities_Select_Column {
|
|
1123
1123
|
/** column name */
|
|
1124
1124
|
ActivityType = "activity_type",
|
|
@@ -1151,14 +1151,14 @@ declare enum Coin_Activities_Select_Column {
|
|
|
1151
1151
|
/** column name */
|
|
1152
1152
|
TransactionVersion = "transaction_version"
|
|
1153
1153
|
}
|
|
1154
|
-
/** select "coin_activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "coin_activities" */
|
|
1154
|
+
/** select "coin_activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "legacy_migration_v1.coin_activities" */
|
|
1155
1155
|
declare enum Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
|
|
1156
1156
|
/** column name */
|
|
1157
1157
|
IsGasFee = "is_gas_fee",
|
|
1158
1158
|
/** column name */
|
|
1159
1159
|
IsTransactionSuccess = "is_transaction_success"
|
|
1160
1160
|
}
|
|
1161
|
-
/** select "coin_activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "coin_activities" */
|
|
1161
|
+
/** select "coin_activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "legacy_migration_v1.coin_activities" */
|
|
1162
1162
|
declare enum Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
|
|
1163
1163
|
/** column name */
|
|
1164
1164
|
IsGasFee = "is_gas_fee",
|
|
@@ -1176,7 +1176,7 @@ type Coin_Activities_Stddev_Fields = {
|
|
|
1176
1176
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1177
1177
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1178
1178
|
};
|
|
1179
|
-
/** order by stddev() on columns of table "coin_activities" */
|
|
1179
|
+
/** order by stddev() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1180
1180
|
type Coin_Activities_Stddev_Order_By = {
|
|
1181
1181
|
amount?: InputMaybe<Order_By>;
|
|
1182
1182
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1197,7 +1197,7 @@ type Coin_Activities_Stddev_Pop_Fields = {
|
|
|
1197
1197
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1198
1198
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1199
1199
|
};
|
|
1200
|
-
/** order by stddev_pop() on columns of table "coin_activities" */
|
|
1200
|
+
/** order by stddev_pop() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1201
1201
|
type Coin_Activities_Stddev_Pop_Order_By = {
|
|
1202
1202
|
amount?: InputMaybe<Order_By>;
|
|
1203
1203
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1218,7 +1218,7 @@ type Coin_Activities_Stddev_Samp_Fields = {
|
|
|
1218
1218
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1219
1219
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1220
1220
|
};
|
|
1221
|
-
/** order by stddev_samp() on columns of table "coin_activities" */
|
|
1221
|
+
/** order by stddev_samp() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1222
1222
|
type Coin_Activities_Stddev_Samp_Order_By = {
|
|
1223
1223
|
amount?: InputMaybe<Order_By>;
|
|
1224
1224
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1243,9 +1243,9 @@ type Coin_Activities_Stream_Cursor_Value_Input = {
|
|
|
1243
1243
|
coin_type?: InputMaybe<Scalars['String']['input']>;
|
|
1244
1244
|
entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
|
|
1245
1245
|
event_account_address?: InputMaybe<Scalars['String']['input']>;
|
|
1246
|
-
event_creation_number?: InputMaybe<Scalars['
|
|
1246
|
+
event_creation_number?: InputMaybe<Scalars['Int']['input']>;
|
|
1247
1247
|
event_index?: InputMaybe<Scalars['bigint']['input']>;
|
|
1248
|
-
event_sequence_number?: InputMaybe<Scalars['
|
|
1248
|
+
event_sequence_number?: InputMaybe<Scalars['Int']['input']>;
|
|
1249
1249
|
is_gas_fee?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1250
1250
|
is_transaction_success?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1251
1251
|
owner_address?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1258,13 +1258,13 @@ type Coin_Activities_Sum_Fields = {
|
|
|
1258
1258
|
__typename?: 'coin_activities_sum_fields';
|
|
1259
1259
|
amount?: Maybe<Scalars['numeric']['output']>;
|
|
1260
1260
|
block_height?: Maybe<Scalars['bigint']['output']>;
|
|
1261
|
-
event_creation_number?: Maybe<Scalars['
|
|
1261
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
1262
1262
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
1263
|
-
event_sequence_number?: Maybe<Scalars['
|
|
1263
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
1264
1264
|
storage_refund_amount?: Maybe<Scalars['numeric']['output']>;
|
|
1265
1265
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1266
1266
|
};
|
|
1267
|
-
/** order by sum() on columns of table "coin_activities" */
|
|
1267
|
+
/** order by sum() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1268
1268
|
type Coin_Activities_Sum_Order_By = {
|
|
1269
1269
|
amount?: InputMaybe<Order_By>;
|
|
1270
1270
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1285,7 +1285,7 @@ type Coin_Activities_Var_Pop_Fields = {
|
|
|
1285
1285
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1286
1286
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1287
1287
|
};
|
|
1288
|
-
/** order by var_pop() on columns of table "coin_activities" */
|
|
1288
|
+
/** order by var_pop() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1289
1289
|
type Coin_Activities_Var_Pop_Order_By = {
|
|
1290
1290
|
amount?: InputMaybe<Order_By>;
|
|
1291
1291
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1306,7 +1306,7 @@ type Coin_Activities_Var_Samp_Fields = {
|
|
|
1306
1306
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1307
1307
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1308
1308
|
};
|
|
1309
|
-
/** order by var_samp() on columns of table "coin_activities" */
|
|
1309
|
+
/** order by var_samp() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1310
1310
|
type Coin_Activities_Var_Samp_Order_By = {
|
|
1311
1311
|
amount?: InputMaybe<Order_By>;
|
|
1312
1312
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1327,7 +1327,7 @@ type Coin_Activities_Variance_Fields = {
|
|
|
1327
1327
|
storage_refund_amount?: Maybe<Scalars['Float']['output']>;
|
|
1328
1328
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
1329
1329
|
};
|
|
1330
|
-
/** order by variance() on columns of table "coin_activities" */
|
|
1330
|
+
/** order by variance() on columns of table "legacy_migration_v1.coin_activities" */
|
|
1331
1331
|
type Coin_Activities_Variance_Order_By = {
|
|
1332
1332
|
amount?: InputMaybe<Order_By>;
|
|
1333
1333
|
block_height?: InputMaybe<Order_By>;
|
|
@@ -1337,17 +1337,17 @@ type Coin_Activities_Variance_Order_By = {
|
|
|
1337
1337
|
storage_refund_amount?: InputMaybe<Order_By>;
|
|
1338
1338
|
transaction_version?: InputMaybe<Order_By>;
|
|
1339
1339
|
};
|
|
1340
|
-
/** columns and relationships of "coin_balances" */
|
|
1340
|
+
/** columns and relationships of "legacy_migration_v1.coin_balances" */
|
|
1341
1341
|
type Coin_Balances = {
|
|
1342
1342
|
__typename?: 'coin_balances';
|
|
1343
|
-
amount
|
|
1344
|
-
coin_type
|
|
1345
|
-
coin_type_hash
|
|
1346
|
-
owner_address
|
|
1347
|
-
transaction_timestamp
|
|
1348
|
-
transaction_version
|
|
1343
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
1344
|
+
coin_type?: Maybe<Scalars['String']['output']>;
|
|
1345
|
+
coin_type_hash?: Maybe<Scalars['String']['output']>;
|
|
1346
|
+
owner_address?: Maybe<Scalars['String']['output']>;
|
|
1347
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1348
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1349
1349
|
};
|
|
1350
|
-
/** Boolean expression to filter rows from the table "coin_balances". All fields are combined with a logical 'AND'. */
|
|
1350
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.coin_balances". All fields are combined with a logical 'AND'. */
|
|
1351
1351
|
type Coin_Balances_Bool_Exp = {
|
|
1352
1352
|
_and?: InputMaybe<Array<Coin_Balances_Bool_Exp>>;
|
|
1353
1353
|
_not?: InputMaybe<Coin_Balances_Bool_Exp>;
|
|
@@ -1359,7 +1359,7 @@ type Coin_Balances_Bool_Exp = {
|
|
|
1359
1359
|
transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
1360
1360
|
transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
1361
1361
|
};
|
|
1362
|
-
/** Ordering options when selecting data from "coin_balances". */
|
|
1362
|
+
/** Ordering options when selecting data from "legacy_migration_v1.coin_balances". */
|
|
1363
1363
|
type Coin_Balances_Order_By = {
|
|
1364
1364
|
amount?: InputMaybe<Order_By>;
|
|
1365
1365
|
coin_type?: InputMaybe<Order_By>;
|
|
@@ -1368,7 +1368,7 @@ type Coin_Balances_Order_By = {
|
|
|
1368
1368
|
transaction_timestamp?: InputMaybe<Order_By>;
|
|
1369
1369
|
transaction_version?: InputMaybe<Order_By>;
|
|
1370
1370
|
};
|
|
1371
|
-
/** select columns of table "coin_balances" */
|
|
1371
|
+
/** select columns of table "legacy_migration_v1.coin_balances" */
|
|
1372
1372
|
declare enum Coin_Balances_Select_Column {
|
|
1373
1373
|
/** column name */
|
|
1374
1374
|
Amount = "amount",
|
|
@@ -1399,21 +1399,21 @@ type Coin_Balances_Stream_Cursor_Value_Input = {
|
|
|
1399
1399
|
transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
1400
1400
|
transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
1401
1401
|
};
|
|
1402
|
-
/** columns and relationships of "coin_infos" */
|
|
1402
|
+
/** columns and relationships of "legacy_migration_v1.coin_infos" */
|
|
1403
1403
|
type Coin_Infos = {
|
|
1404
1404
|
__typename?: 'coin_infos';
|
|
1405
|
-
coin_type
|
|
1406
|
-
coin_type_hash
|
|
1407
|
-
creator_address
|
|
1408
|
-
decimals
|
|
1409
|
-
name
|
|
1405
|
+
coin_type?: Maybe<Scalars['String']['output']>;
|
|
1406
|
+
coin_type_hash?: Maybe<Scalars['String']['output']>;
|
|
1407
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
1408
|
+
decimals?: Maybe<Scalars['Int']['output']>;
|
|
1409
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1410
1410
|
supply_aggregator_table_handle?: Maybe<Scalars['String']['output']>;
|
|
1411
1411
|
supply_aggregator_table_key?: Maybe<Scalars['String']['output']>;
|
|
1412
|
-
symbol
|
|
1413
|
-
transaction_created_timestamp
|
|
1414
|
-
transaction_version_created
|
|
1412
|
+
symbol?: Maybe<Scalars['String']['output']>;
|
|
1413
|
+
transaction_created_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1414
|
+
transaction_version_created?: Maybe<Scalars['bigint']['output']>;
|
|
1415
1415
|
};
|
|
1416
|
-
/** Boolean expression to filter rows from the table "coin_infos". All fields are combined with a logical 'AND'. */
|
|
1416
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.coin_infos". All fields are combined with a logical 'AND'. */
|
|
1417
1417
|
type Coin_Infos_Bool_Exp = {
|
|
1418
1418
|
_and?: InputMaybe<Array<Coin_Infos_Bool_Exp>>;
|
|
1419
1419
|
_not?: InputMaybe<Coin_Infos_Bool_Exp>;
|
|
@@ -1429,7 +1429,7 @@ type Coin_Infos_Bool_Exp = {
|
|
|
1429
1429
|
transaction_created_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
1430
1430
|
transaction_version_created?: InputMaybe<Bigint_Comparison_Exp>;
|
|
1431
1431
|
};
|
|
1432
|
-
/** Ordering options when selecting data from "coin_infos". */
|
|
1432
|
+
/** Ordering options when selecting data from "legacy_migration_v1.coin_infos". */
|
|
1433
1433
|
type Coin_Infos_Order_By = {
|
|
1434
1434
|
coin_type?: InputMaybe<Order_By>;
|
|
1435
1435
|
coin_type_hash?: InputMaybe<Order_By>;
|
|
@@ -1442,7 +1442,7 @@ type Coin_Infos_Order_By = {
|
|
|
1442
1442
|
transaction_created_timestamp?: InputMaybe<Order_By>;
|
|
1443
1443
|
transaction_version_created?: InputMaybe<Order_By>;
|
|
1444
1444
|
};
|
|
1445
|
-
/** select columns of table "coin_infos" */
|
|
1445
|
+
/** select columns of table "legacy_migration_v1.coin_infos" */
|
|
1446
1446
|
declare enum Coin_Infos_Select_Column {
|
|
1447
1447
|
/** column name */
|
|
1448
1448
|
CoinType = "coin_type",
|
|
@@ -1547,24 +1547,24 @@ type Coin_Supply_Stream_Cursor_Value_Input = {
|
|
|
1547
1547
|
transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
1548
1548
|
transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
1549
1549
|
};
|
|
1550
|
-
/** columns and relationships of "collection_datas" */
|
|
1550
|
+
/** columns and relationships of "legacy_migration_v1.collection_datas" */
|
|
1551
1551
|
type Collection_Datas = {
|
|
1552
1552
|
__typename?: 'collection_datas';
|
|
1553
|
-
collection_data_id_hash
|
|
1554
|
-
collection_name
|
|
1555
|
-
creator_address
|
|
1556
|
-
description
|
|
1557
|
-
description_mutable
|
|
1558
|
-
maximum
|
|
1559
|
-
maximum_mutable
|
|
1560
|
-
metadata_uri
|
|
1561
|
-
supply
|
|
1562
|
-
table_handle
|
|
1563
|
-
transaction_timestamp
|
|
1564
|
-
transaction_version
|
|
1565
|
-
uri_mutable
|
|
1553
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
1554
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
1555
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
1556
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1557
|
+
description_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
1558
|
+
maximum?: Maybe<Scalars['numeric']['output']>;
|
|
1559
|
+
maximum_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
1560
|
+
metadata_uri?: Maybe<Scalars['String']['output']>;
|
|
1561
|
+
supply?: Maybe<Scalars['numeric']['output']>;
|
|
1562
|
+
table_handle?: Maybe<Scalars['String']['output']>;
|
|
1563
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1564
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1565
|
+
uri_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
1566
1566
|
};
|
|
1567
|
-
/** Boolean expression to filter rows from the table "collection_datas". All fields are combined with a logical 'AND'. */
|
|
1567
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.collection_datas". All fields are combined with a logical 'AND'. */
|
|
1568
1568
|
type Collection_Datas_Bool_Exp = {
|
|
1569
1569
|
_and?: InputMaybe<Array<Collection_Datas_Bool_Exp>>;
|
|
1570
1570
|
_not?: InputMaybe<Collection_Datas_Bool_Exp>;
|
|
@@ -1583,7 +1583,7 @@ type Collection_Datas_Bool_Exp = {
|
|
|
1583
1583
|
transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
1584
1584
|
uri_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
1585
1585
|
};
|
|
1586
|
-
/** Ordering options when selecting data from "collection_datas". */
|
|
1586
|
+
/** Ordering options when selecting data from "legacy_migration_v1.collection_datas". */
|
|
1587
1587
|
type Collection_Datas_Order_By = {
|
|
1588
1588
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
1589
1589
|
collection_name?: InputMaybe<Order_By>;
|
|
@@ -1599,7 +1599,7 @@ type Collection_Datas_Order_By = {
|
|
|
1599
1599
|
transaction_version?: InputMaybe<Order_By>;
|
|
1600
1600
|
uri_mutable?: InputMaybe<Order_By>;
|
|
1601
1601
|
};
|
|
1602
|
-
/** select columns of table "collection_datas" */
|
|
1602
|
+
/** select columns of table "legacy_migration_v1.collection_datas" */
|
|
1603
1603
|
declare enum Collection_Datas_Select_Column {
|
|
1604
1604
|
/** column name */
|
|
1605
1605
|
CollectionDataIdHash = "collection_data_id_hash",
|
|
@@ -1651,22 +1651,22 @@ type Collection_Datas_Stream_Cursor_Value_Input = {
|
|
|
1651
1651
|
transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
1652
1652
|
uri_mutable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1653
1653
|
};
|
|
1654
|
-
/** columns and relationships of "current_ans_lookup" */
|
|
1654
|
+
/** columns and relationships of "legacy_migration_v1.current_ans_lookup" */
|
|
1655
1655
|
type Current_Ans_Lookup = {
|
|
1656
1656
|
__typename?: 'current_ans_lookup';
|
|
1657
1657
|
/** An array relationship */
|
|
1658
1658
|
all_token_ownerships: Array<Current_Token_Ownerships>;
|
|
1659
1659
|
/** An aggregate relationship */
|
|
1660
1660
|
all_token_ownerships_aggregate: Current_Token_Ownerships_Aggregate;
|
|
1661
|
-
domain
|
|
1662
|
-
expiration_timestamp
|
|
1663
|
-
is_deleted
|
|
1664
|
-
last_transaction_version
|
|
1661
|
+
domain?: Maybe<Scalars['String']['output']>;
|
|
1662
|
+
expiration_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
1663
|
+
is_deleted?: Maybe<Scalars['Boolean']['output']>;
|
|
1664
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
1665
1665
|
registered_address?: Maybe<Scalars['String']['output']>;
|
|
1666
|
-
subdomain
|
|
1667
|
-
token_name
|
|
1666
|
+
subdomain?: Maybe<Scalars['String']['output']>;
|
|
1667
|
+
token_name?: Maybe<Scalars['String']['output']>;
|
|
1668
1668
|
};
|
|
1669
|
-
/** columns and relationships of "current_ans_lookup" */
|
|
1669
|
+
/** columns and relationships of "legacy_migration_v1.current_ans_lookup" */
|
|
1670
1670
|
type Current_Ans_LookupAll_Token_OwnershipsArgs = {
|
|
1671
1671
|
distinct_on?: InputMaybe<Array<Current_Token_Ownerships_Select_Column>>;
|
|
1672
1672
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1674,7 +1674,7 @@ type Current_Ans_LookupAll_Token_OwnershipsArgs = {
|
|
|
1674
1674
|
order_by?: InputMaybe<Array<Current_Token_Ownerships_Order_By>>;
|
|
1675
1675
|
where?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
1676
1676
|
};
|
|
1677
|
-
/** columns and relationships of "current_ans_lookup" */
|
|
1677
|
+
/** columns and relationships of "legacy_migration_v1.current_ans_lookup" */
|
|
1678
1678
|
type Current_Ans_LookupAll_Token_Ownerships_AggregateArgs = {
|
|
1679
1679
|
distinct_on?: InputMaybe<Array<Current_Token_Ownerships_Select_Column>>;
|
|
1680
1680
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -1682,7 +1682,7 @@ type Current_Ans_LookupAll_Token_Ownerships_AggregateArgs = {
|
|
|
1682
1682
|
order_by?: InputMaybe<Array<Current_Token_Ownerships_Order_By>>;
|
|
1683
1683
|
where?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
1684
1684
|
};
|
|
1685
|
-
/** Boolean expression to filter rows from the table "current_ans_lookup". All fields are combined with a logical 'AND'. */
|
|
1685
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.current_ans_lookup". All fields are combined with a logical 'AND'. */
|
|
1686
1686
|
type Current_Ans_Lookup_Bool_Exp = {
|
|
1687
1687
|
_and?: InputMaybe<Array<Current_Ans_Lookup_Bool_Exp>>;
|
|
1688
1688
|
_not?: InputMaybe<Current_Ans_Lookup_Bool_Exp>;
|
|
@@ -1697,7 +1697,7 @@ type Current_Ans_Lookup_Bool_Exp = {
|
|
|
1697
1697
|
subdomain?: InputMaybe<String_Comparison_Exp>;
|
|
1698
1698
|
token_name?: InputMaybe<String_Comparison_Exp>;
|
|
1699
1699
|
};
|
|
1700
|
-
/** Ordering options when selecting data from "current_ans_lookup". */
|
|
1700
|
+
/** Ordering options when selecting data from "legacy_migration_v1.current_ans_lookup". */
|
|
1701
1701
|
type Current_Ans_Lookup_Order_By = {
|
|
1702
1702
|
all_token_ownerships_aggregate?: InputMaybe<Current_Token_Ownerships_Aggregate_Order_By>;
|
|
1703
1703
|
domain?: InputMaybe<Order_By>;
|
|
@@ -1708,7 +1708,7 @@ type Current_Ans_Lookup_Order_By = {
|
|
|
1708
1708
|
subdomain?: InputMaybe<Order_By>;
|
|
1709
1709
|
token_name?: InputMaybe<Order_By>;
|
|
1710
1710
|
};
|
|
1711
|
-
/** select columns of table "current_ans_lookup" */
|
|
1711
|
+
/** select columns of table "legacy_migration_v1.current_ans_lookup" */
|
|
1712
1712
|
declare enum Current_Ans_Lookup_Select_Column {
|
|
1713
1713
|
/** column name */
|
|
1714
1714
|
Domain = "domain",
|
|
@@ -2147,19 +2147,19 @@ type Current_Aptos_Names_Variance_Order_By = {
|
|
|
2147
2147
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
2148
2148
|
subdomain_expiration_policy?: InputMaybe<Order_By>;
|
|
2149
2149
|
};
|
|
2150
|
-
/** columns and relationships of "current_coin_balances" */
|
|
2150
|
+
/** columns and relationships of "legacy_migration_v1.current_coin_balances" */
|
|
2151
2151
|
type Current_Coin_Balances = {
|
|
2152
2152
|
__typename?: 'current_coin_balances';
|
|
2153
|
-
amount
|
|
2153
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
2154
2154
|
/** An object relationship */
|
|
2155
2155
|
coin_info?: Maybe<Coin_Infos>;
|
|
2156
|
-
coin_type
|
|
2157
|
-
coin_type_hash
|
|
2158
|
-
last_transaction_timestamp
|
|
2159
|
-
last_transaction_version
|
|
2160
|
-
owner_address
|
|
2156
|
+
coin_type?: Maybe<Scalars['String']['output']>;
|
|
2157
|
+
coin_type_hash?: Maybe<Scalars['String']['output']>;
|
|
2158
|
+
last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2159
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
2160
|
+
owner_address?: Maybe<Scalars['String']['output']>;
|
|
2161
2161
|
};
|
|
2162
|
-
/** Boolean expression to filter rows from the table "current_coin_balances". All fields are combined with a logical 'AND'. */
|
|
2162
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.current_coin_balances". All fields are combined with a logical 'AND'. */
|
|
2163
2163
|
type Current_Coin_Balances_Bool_Exp = {
|
|
2164
2164
|
_and?: InputMaybe<Array<Current_Coin_Balances_Bool_Exp>>;
|
|
2165
2165
|
_not?: InputMaybe<Current_Coin_Balances_Bool_Exp>;
|
|
@@ -2172,7 +2172,7 @@ type Current_Coin_Balances_Bool_Exp = {
|
|
|
2172
2172
|
last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
2173
2173
|
owner_address?: InputMaybe<String_Comparison_Exp>;
|
|
2174
2174
|
};
|
|
2175
|
-
/** Ordering options when selecting data from "current_coin_balances". */
|
|
2175
|
+
/** Ordering options when selecting data from "legacy_migration_v1.current_coin_balances". */
|
|
2176
2176
|
type Current_Coin_Balances_Order_By = {
|
|
2177
2177
|
amount?: InputMaybe<Order_By>;
|
|
2178
2178
|
coin_info?: InputMaybe<Coin_Infos_Order_By>;
|
|
@@ -2182,7 +2182,7 @@ type Current_Coin_Balances_Order_By = {
|
|
|
2182
2182
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
2183
2183
|
owner_address?: InputMaybe<Order_By>;
|
|
2184
2184
|
};
|
|
2185
|
-
/** select columns of table "current_coin_balances" */
|
|
2185
|
+
/** select columns of table "legacy_migration_v1.current_coin_balances" */
|
|
2186
2186
|
declare enum Current_Coin_Balances_Select_Column {
|
|
2187
2187
|
/** column name */
|
|
2188
2188
|
Amount = "amount",
|
|
@@ -2213,24 +2213,24 @@ type Current_Coin_Balances_Stream_Cursor_Value_Input = {
|
|
|
2213
2213
|
last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
2214
2214
|
owner_address?: InputMaybe<Scalars['String']['input']>;
|
|
2215
2215
|
};
|
|
2216
|
-
/** columns and relationships of "current_collection_datas" */
|
|
2216
|
+
/** columns and relationships of "legacy_migration_v1.current_collection_datas" */
|
|
2217
2217
|
type Current_Collection_Datas = {
|
|
2218
2218
|
__typename?: 'current_collection_datas';
|
|
2219
|
-
collection_data_id_hash
|
|
2220
|
-
collection_name
|
|
2221
|
-
creator_address
|
|
2222
|
-
description
|
|
2223
|
-
description_mutable
|
|
2224
|
-
last_transaction_timestamp
|
|
2225
|
-
last_transaction_version
|
|
2226
|
-
maximum
|
|
2227
|
-
maximum_mutable
|
|
2228
|
-
metadata_uri
|
|
2229
|
-
supply
|
|
2230
|
-
table_handle
|
|
2231
|
-
uri_mutable
|
|
2219
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
2220
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
2221
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
2222
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
2223
|
+
description_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
2224
|
+
last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2225
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
2226
|
+
maximum?: Maybe<Scalars['numeric']['output']>;
|
|
2227
|
+
maximum_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
2228
|
+
metadata_uri?: Maybe<Scalars['String']['output']>;
|
|
2229
|
+
supply?: Maybe<Scalars['numeric']['output']>;
|
|
2230
|
+
table_handle?: Maybe<Scalars['String']['output']>;
|
|
2231
|
+
uri_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
2232
2232
|
};
|
|
2233
|
-
/** Boolean expression to filter rows from the table "current_collection_datas". All fields are combined with a logical 'AND'. */
|
|
2233
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.current_collection_datas". All fields are combined with a logical 'AND'. */
|
|
2234
2234
|
type Current_Collection_Datas_Bool_Exp = {
|
|
2235
2235
|
_and?: InputMaybe<Array<Current_Collection_Datas_Bool_Exp>>;
|
|
2236
2236
|
_not?: InputMaybe<Current_Collection_Datas_Bool_Exp>;
|
|
@@ -2249,7 +2249,7 @@ type Current_Collection_Datas_Bool_Exp = {
|
|
|
2249
2249
|
table_handle?: InputMaybe<String_Comparison_Exp>;
|
|
2250
2250
|
uri_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
2251
2251
|
};
|
|
2252
|
-
/** Ordering options when selecting data from "current_collection_datas". */
|
|
2252
|
+
/** Ordering options when selecting data from "legacy_migration_v1.current_collection_datas". */
|
|
2253
2253
|
type Current_Collection_Datas_Order_By = {
|
|
2254
2254
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
2255
2255
|
collection_name?: InputMaybe<Order_By>;
|
|
@@ -2265,7 +2265,7 @@ type Current_Collection_Datas_Order_By = {
|
|
|
2265
2265
|
table_handle?: InputMaybe<Order_By>;
|
|
2266
2266
|
uri_mutable?: InputMaybe<Order_By>;
|
|
2267
2267
|
};
|
|
2268
|
-
/** select columns of table "current_collection_datas" */
|
|
2268
|
+
/** select columns of table "legacy_migration_v1.current_collection_datas" */
|
|
2269
2269
|
declare enum Current_Collection_Datas_Select_Column {
|
|
2270
2270
|
/** column name */
|
|
2271
2271
|
CollectionDataIdHash = "collection_data_id_hash",
|
|
@@ -2819,28 +2819,28 @@ type Current_Delegator_Balances_Stream_Cursor_Value_Input = {
|
|
|
2819
2819
|
shares?: InputMaybe<Scalars['numeric']['input']>;
|
|
2820
2820
|
table_handle?: InputMaybe<Scalars['String']['input']>;
|
|
2821
2821
|
};
|
|
2822
|
-
/** columns and relationships of "
|
|
2822
|
+
/** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2823
2823
|
type Current_Fungible_Asset_Balances = {
|
|
2824
2824
|
__typename?: 'current_fungible_asset_balances';
|
|
2825
|
-
amount
|
|
2826
|
-
asset_type
|
|
2825
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
2826
|
+
asset_type?: Maybe<Scalars['String']['output']>;
|
|
2827
2827
|
is_frozen: Scalars['Boolean']['output'];
|
|
2828
|
-
is_primary
|
|
2829
|
-
last_transaction_timestamp
|
|
2830
|
-
last_transaction_version
|
|
2828
|
+
is_primary?: Maybe<Scalars['Boolean']['output']>;
|
|
2829
|
+
last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
2830
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
2831
2831
|
/** An object relationship */
|
|
2832
2832
|
metadata?: Maybe<Fungible_Asset_Metadata>;
|
|
2833
2833
|
owner_address: Scalars['String']['output'];
|
|
2834
2834
|
storage_id: Scalars['String']['output'];
|
|
2835
|
-
token_standard
|
|
2835
|
+
token_standard?: Maybe<Scalars['String']['output']>;
|
|
2836
2836
|
};
|
|
2837
|
-
/** aggregated selection of "
|
|
2837
|
+
/** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2838
2838
|
type Current_Fungible_Asset_Balances_Aggregate = {
|
|
2839
2839
|
__typename?: 'current_fungible_asset_balances_aggregate';
|
|
2840
2840
|
aggregate?: Maybe<Current_Fungible_Asset_Balances_Aggregate_Fields>;
|
|
2841
2841
|
nodes: Array<Current_Fungible_Asset_Balances>;
|
|
2842
2842
|
};
|
|
2843
|
-
/** aggregate fields of "
|
|
2843
|
+
/** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2844
2844
|
type Current_Fungible_Asset_Balances_Aggregate_Fields = {
|
|
2845
2845
|
__typename?: 'current_fungible_asset_balances_aggregate_fields';
|
|
2846
2846
|
avg?: Maybe<Current_Fungible_Asset_Balances_Avg_Fields>;
|
|
@@ -2855,7 +2855,7 @@ type Current_Fungible_Asset_Balances_Aggregate_Fields = {
|
|
|
2855
2855
|
var_samp?: Maybe<Current_Fungible_Asset_Balances_Var_Samp_Fields>;
|
|
2856
2856
|
variance?: Maybe<Current_Fungible_Asset_Balances_Variance_Fields>;
|
|
2857
2857
|
};
|
|
2858
|
-
/** aggregate fields of "
|
|
2858
|
+
/** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2859
2859
|
type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs = {
|
|
2860
2860
|
columns?: InputMaybe<Array<Current_Fungible_Asset_Balances_Select_Column>>;
|
|
2861
2861
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -2866,7 +2866,7 @@ type Current_Fungible_Asset_Balances_Avg_Fields = {
|
|
|
2866
2866
|
amount?: Maybe<Scalars['Float']['output']>;
|
|
2867
2867
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
2868
2868
|
};
|
|
2869
|
-
/** Boolean expression to filter rows from the table "
|
|
2869
|
+
/** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
|
|
2870
2870
|
type Current_Fungible_Asset_Balances_Bool_Exp = {
|
|
2871
2871
|
_and?: InputMaybe<Array<Current_Fungible_Asset_Balances_Bool_Exp>>;
|
|
2872
2872
|
_not?: InputMaybe<Current_Fungible_Asset_Balances_Bool_Exp>;
|
|
@@ -2904,7 +2904,7 @@ type Current_Fungible_Asset_Balances_Min_Fields = {
|
|
|
2904
2904
|
storage_id?: Maybe<Scalars['String']['output']>;
|
|
2905
2905
|
token_standard?: Maybe<Scalars['String']['output']>;
|
|
2906
2906
|
};
|
|
2907
|
-
/** Ordering options when selecting data from "
|
|
2907
|
+
/** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
|
|
2908
2908
|
type Current_Fungible_Asset_Balances_Order_By = {
|
|
2909
2909
|
amount?: InputMaybe<Order_By>;
|
|
2910
2910
|
asset_type?: InputMaybe<Order_By>;
|
|
@@ -2917,7 +2917,7 @@ type Current_Fungible_Asset_Balances_Order_By = {
|
|
|
2917
2917
|
storage_id?: InputMaybe<Order_By>;
|
|
2918
2918
|
token_standard?: InputMaybe<Order_By>;
|
|
2919
2919
|
};
|
|
2920
|
-
/** select columns of table "
|
|
2920
|
+
/** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2921
2921
|
declare enum Current_Fungible_Asset_Balances_Select_Column {
|
|
2922
2922
|
/** column name */
|
|
2923
2923
|
Amount = "amount",
|
|
@@ -3216,38 +3216,38 @@ type Current_Table_Items_Stream_Cursor_Value_Input = {
|
|
|
3216
3216
|
last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
3217
3217
|
table_handle?: InputMaybe<Scalars['String']['input']>;
|
|
3218
3218
|
};
|
|
3219
|
-
/** columns and relationships of "current_token_datas" */
|
|
3219
|
+
/** columns and relationships of "legacy_migration_v1.current_token_datas" */
|
|
3220
3220
|
type Current_Token_Datas = {
|
|
3221
3221
|
__typename?: 'current_token_datas';
|
|
3222
|
-
collection_data_id_hash
|
|
3223
|
-
collection_name
|
|
3224
|
-
creator_address
|
|
3222
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3223
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
3224
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
3225
3225
|
/** An object relationship */
|
|
3226
3226
|
current_collection_data?: Maybe<Current_Collection_Datas>;
|
|
3227
|
-
default_properties
|
|
3228
|
-
description
|
|
3229
|
-
description_mutable
|
|
3230
|
-
largest_property_version
|
|
3231
|
-
last_transaction_timestamp
|
|
3232
|
-
last_transaction_version
|
|
3233
|
-
maximum
|
|
3234
|
-
maximum_mutable
|
|
3235
|
-
metadata_uri
|
|
3236
|
-
name
|
|
3237
|
-
payee_address
|
|
3238
|
-
properties_mutable
|
|
3239
|
-
royalty_mutable
|
|
3240
|
-
royalty_points_denominator
|
|
3241
|
-
royalty_points_numerator
|
|
3242
|
-
supply
|
|
3243
|
-
token_data_id_hash
|
|
3244
|
-
uri_mutable
|
|
3227
|
+
default_properties?: Maybe<Scalars['jsonb']['output']>;
|
|
3228
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
3229
|
+
description_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
3230
|
+
largest_property_version?: Maybe<Scalars['numeric']['output']>;
|
|
3231
|
+
last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
3232
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
3233
|
+
maximum?: Maybe<Scalars['numeric']['output']>;
|
|
3234
|
+
maximum_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
3235
|
+
metadata_uri?: Maybe<Scalars['String']['output']>;
|
|
3236
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
3237
|
+
payee_address?: Maybe<Scalars['String']['output']>;
|
|
3238
|
+
properties_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
3239
|
+
royalty_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
3240
|
+
royalty_points_denominator?: Maybe<Scalars['numeric']['output']>;
|
|
3241
|
+
royalty_points_numerator?: Maybe<Scalars['numeric']['output']>;
|
|
3242
|
+
supply?: Maybe<Scalars['numeric']['output']>;
|
|
3243
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3244
|
+
uri_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
3245
3245
|
};
|
|
3246
|
-
/** columns and relationships of "current_token_datas" */
|
|
3246
|
+
/** columns and relationships of "legacy_migration_v1.current_token_datas" */
|
|
3247
3247
|
type Current_Token_DatasDefault_PropertiesArgs = {
|
|
3248
3248
|
path?: InputMaybe<Scalars['String']['input']>;
|
|
3249
3249
|
};
|
|
3250
|
-
/** Boolean expression to filter rows from the table "current_token_datas". All fields are combined with a logical 'AND'. */
|
|
3250
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.current_token_datas". All fields are combined with a logical 'AND'. */
|
|
3251
3251
|
type Current_Token_Datas_Bool_Exp = {
|
|
3252
3252
|
_and?: InputMaybe<Array<Current_Token_Datas_Bool_Exp>>;
|
|
3253
3253
|
_not?: InputMaybe<Current_Token_Datas_Bool_Exp>;
|
|
@@ -3275,7 +3275,7 @@ type Current_Token_Datas_Bool_Exp = {
|
|
|
3275
3275
|
token_data_id_hash?: InputMaybe<String_Comparison_Exp>;
|
|
3276
3276
|
uri_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
3277
3277
|
};
|
|
3278
|
-
/** Ordering options when selecting data from "current_token_datas". */
|
|
3278
|
+
/** Ordering options when selecting data from "legacy_migration_v1.current_token_datas". */
|
|
3279
3279
|
type Current_Token_Datas_Order_By = {
|
|
3280
3280
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
3281
3281
|
collection_name?: InputMaybe<Order_By>;
|
|
@@ -3300,7 +3300,7 @@ type Current_Token_Datas_Order_By = {
|
|
|
3300
3300
|
token_data_id_hash?: InputMaybe<Order_By>;
|
|
3301
3301
|
uri_mutable?: InputMaybe<Order_By>;
|
|
3302
3302
|
};
|
|
3303
|
-
/** select columns of table "current_token_datas" */
|
|
3303
|
+
/** select columns of table "legacy_migration_v1.current_token_datas" */
|
|
3304
3304
|
declare enum Current_Token_Datas_Select_Column {
|
|
3305
3305
|
/** column name */
|
|
3306
3306
|
CollectionDataIdHash = "collection_data_id_hash",
|
|
@@ -3531,33 +3531,33 @@ type Current_Token_Datas_V2_Stream_Cursor_Value_Input = {
|
|
|
3531
3531
|
token_standard?: InputMaybe<Scalars['String']['input']>;
|
|
3532
3532
|
token_uri?: InputMaybe<Scalars['String']['input']>;
|
|
3533
3533
|
};
|
|
3534
|
-
/** columns and relationships of "current_token_ownerships" */
|
|
3534
|
+
/** columns and relationships of "legacy_migration_v1.current_token_ownerships" */
|
|
3535
3535
|
type Current_Token_Ownerships = {
|
|
3536
3536
|
__typename?: 'current_token_ownerships';
|
|
3537
|
-
amount
|
|
3537
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
3538
3538
|
/** An object relationship */
|
|
3539
3539
|
aptos_name?: Maybe<Current_Aptos_Names>;
|
|
3540
|
-
collection_data_id_hash
|
|
3541
|
-
collection_name
|
|
3542
|
-
creator_address
|
|
3540
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3541
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
3542
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
3543
3543
|
/** An object relationship */
|
|
3544
3544
|
current_collection_data?: Maybe<Current_Collection_Datas>;
|
|
3545
3545
|
/** An object relationship */
|
|
3546
3546
|
current_token_data?: Maybe<Current_Token_Datas>;
|
|
3547
|
-
last_transaction_timestamp
|
|
3548
|
-
last_transaction_version
|
|
3549
|
-
name
|
|
3550
|
-
owner_address
|
|
3551
|
-
property_version
|
|
3552
|
-
table_type
|
|
3553
|
-
token_data_id_hash
|
|
3554
|
-
token_properties
|
|
3547
|
+
last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
3548
|
+
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
3549
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
3550
|
+
owner_address?: Maybe<Scalars['String']['output']>;
|
|
3551
|
+
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
3552
|
+
table_type?: Maybe<Scalars['String']['output']>;
|
|
3553
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3554
|
+
token_properties?: Maybe<Scalars['jsonb']['output']>;
|
|
3555
3555
|
};
|
|
3556
|
-
/** columns and relationships of "current_token_ownerships" */
|
|
3556
|
+
/** columns and relationships of "legacy_migration_v1.current_token_ownerships" */
|
|
3557
3557
|
type Current_Token_OwnershipsToken_PropertiesArgs = {
|
|
3558
3558
|
path?: InputMaybe<Scalars['String']['input']>;
|
|
3559
3559
|
};
|
|
3560
|
-
/** aggregated selection of "current_token_ownerships" */
|
|
3560
|
+
/** aggregated selection of "legacy_migration_v1.current_token_ownerships" */
|
|
3561
3561
|
type Current_Token_Ownerships_Aggregate = {
|
|
3562
3562
|
__typename?: 'current_token_ownerships_aggregate';
|
|
3563
3563
|
aggregate?: Maybe<Current_Token_Ownerships_Aggregate_Fields>;
|
|
@@ -3572,7 +3572,7 @@ type Current_Token_Ownerships_Aggregate_Bool_Exp_Count = {
|
|
|
3572
3572
|
filter?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
3573
3573
|
predicate: Int_Comparison_Exp;
|
|
3574
3574
|
};
|
|
3575
|
-
/** aggregate fields of "current_token_ownerships" */
|
|
3575
|
+
/** aggregate fields of "legacy_migration_v1.current_token_ownerships" */
|
|
3576
3576
|
type Current_Token_Ownerships_Aggregate_Fields = {
|
|
3577
3577
|
__typename?: 'current_token_ownerships_aggregate_fields';
|
|
3578
3578
|
avg?: Maybe<Current_Token_Ownerships_Avg_Fields>;
|
|
@@ -3587,12 +3587,12 @@ type Current_Token_Ownerships_Aggregate_Fields = {
|
|
|
3587
3587
|
var_samp?: Maybe<Current_Token_Ownerships_Var_Samp_Fields>;
|
|
3588
3588
|
variance?: Maybe<Current_Token_Ownerships_Variance_Fields>;
|
|
3589
3589
|
};
|
|
3590
|
-
/** aggregate fields of "current_token_ownerships" */
|
|
3590
|
+
/** aggregate fields of "legacy_migration_v1.current_token_ownerships" */
|
|
3591
3591
|
type Current_Token_Ownerships_Aggregate_FieldsCountArgs = {
|
|
3592
3592
|
columns?: InputMaybe<Array<Current_Token_Ownerships_Select_Column>>;
|
|
3593
3593
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3594
3594
|
};
|
|
3595
|
-
/** order by aggregate values of table "current_token_ownerships" */
|
|
3595
|
+
/** order by aggregate values of table "legacy_migration_v1.current_token_ownerships" */
|
|
3596
3596
|
type Current_Token_Ownerships_Aggregate_Order_By = {
|
|
3597
3597
|
avg?: InputMaybe<Current_Token_Ownerships_Avg_Order_By>;
|
|
3598
3598
|
count?: InputMaybe<Order_By>;
|
|
@@ -3613,13 +3613,13 @@ type Current_Token_Ownerships_Avg_Fields = {
|
|
|
3613
3613
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
3614
3614
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
3615
3615
|
};
|
|
3616
|
-
/** order by avg() on columns of table "current_token_ownerships" */
|
|
3616
|
+
/** order by avg() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3617
3617
|
type Current_Token_Ownerships_Avg_Order_By = {
|
|
3618
3618
|
amount?: InputMaybe<Order_By>;
|
|
3619
3619
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
3620
3620
|
property_version?: InputMaybe<Order_By>;
|
|
3621
3621
|
};
|
|
3622
|
-
/** Boolean expression to filter rows from the table "current_token_ownerships". All fields are combined with a logical 'AND'. */
|
|
3622
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.current_token_ownerships". All fields are combined with a logical 'AND'. */
|
|
3623
3623
|
type Current_Token_Ownerships_Bool_Exp = {
|
|
3624
3624
|
_and?: InputMaybe<Array<Current_Token_Ownerships_Bool_Exp>>;
|
|
3625
3625
|
_not?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
@@ -3655,7 +3655,7 @@ type Current_Token_Ownerships_Max_Fields = {
|
|
|
3655
3655
|
table_type?: Maybe<Scalars['String']['output']>;
|
|
3656
3656
|
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3657
3657
|
};
|
|
3658
|
-
/** order by max() on columns of table "current_token_ownerships" */
|
|
3658
|
+
/** order by max() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3659
3659
|
type Current_Token_Ownerships_Max_Order_By = {
|
|
3660
3660
|
amount?: InputMaybe<Order_By>;
|
|
3661
3661
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
@@ -3684,7 +3684,7 @@ type Current_Token_Ownerships_Min_Fields = {
|
|
|
3684
3684
|
table_type?: Maybe<Scalars['String']['output']>;
|
|
3685
3685
|
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
3686
3686
|
};
|
|
3687
|
-
/** order by min() on columns of table "current_token_ownerships" */
|
|
3687
|
+
/** order by min() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3688
3688
|
type Current_Token_Ownerships_Min_Order_By = {
|
|
3689
3689
|
amount?: InputMaybe<Order_By>;
|
|
3690
3690
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
@@ -3698,7 +3698,7 @@ type Current_Token_Ownerships_Min_Order_By = {
|
|
|
3698
3698
|
table_type?: InputMaybe<Order_By>;
|
|
3699
3699
|
token_data_id_hash?: InputMaybe<Order_By>;
|
|
3700
3700
|
};
|
|
3701
|
-
/** Ordering options when selecting data from "current_token_ownerships". */
|
|
3701
|
+
/** Ordering options when selecting data from "legacy_migration_v1.current_token_ownerships". */
|
|
3702
3702
|
type Current_Token_Ownerships_Order_By = {
|
|
3703
3703
|
amount?: InputMaybe<Order_By>;
|
|
3704
3704
|
aptos_name?: InputMaybe<Current_Aptos_Names_Order_By>;
|
|
@@ -3716,7 +3716,7 @@ type Current_Token_Ownerships_Order_By = {
|
|
|
3716
3716
|
token_data_id_hash?: InputMaybe<Order_By>;
|
|
3717
3717
|
token_properties?: InputMaybe<Order_By>;
|
|
3718
3718
|
};
|
|
3719
|
-
/** select columns of table "current_token_ownerships" */
|
|
3719
|
+
/** select columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3720
3720
|
declare enum Current_Token_Ownerships_Select_Column {
|
|
3721
3721
|
/** column name */
|
|
3722
3722
|
Amount = "amount",
|
|
@@ -3750,7 +3750,7 @@ type Current_Token_Ownerships_Stddev_Fields = {
|
|
|
3750
3750
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
3751
3751
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
3752
3752
|
};
|
|
3753
|
-
/** order by stddev() on columns of table "current_token_ownerships" */
|
|
3753
|
+
/** order by stddev() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3754
3754
|
type Current_Token_Ownerships_Stddev_Order_By = {
|
|
3755
3755
|
amount?: InputMaybe<Order_By>;
|
|
3756
3756
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -3763,7 +3763,7 @@ type Current_Token_Ownerships_Stddev_Pop_Fields = {
|
|
|
3763
3763
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
3764
3764
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
3765
3765
|
};
|
|
3766
|
-
/** order by stddev_pop() on columns of table "current_token_ownerships" */
|
|
3766
|
+
/** order by stddev_pop() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3767
3767
|
type Current_Token_Ownerships_Stddev_Pop_Order_By = {
|
|
3768
3768
|
amount?: InputMaybe<Order_By>;
|
|
3769
3769
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -3776,7 +3776,7 @@ type Current_Token_Ownerships_Stddev_Samp_Fields = {
|
|
|
3776
3776
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
3777
3777
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
3778
3778
|
};
|
|
3779
|
-
/** order by stddev_samp() on columns of table "current_token_ownerships" */
|
|
3779
|
+
/** order by stddev_samp() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3780
3780
|
type Current_Token_Ownerships_Stddev_Samp_Order_By = {
|
|
3781
3781
|
amount?: InputMaybe<Order_By>;
|
|
3782
3782
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -3811,7 +3811,7 @@ type Current_Token_Ownerships_Sum_Fields = {
|
|
|
3811
3811
|
last_transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
3812
3812
|
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
3813
3813
|
};
|
|
3814
|
-
/** order by sum() on columns of table "current_token_ownerships" */
|
|
3814
|
+
/** order by sum() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
3815
3815
|
type Current_Token_Ownerships_Sum_Order_By = {
|
|
3816
3816
|
amount?: InputMaybe<Order_By>;
|
|
3817
3817
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -4194,7 +4194,7 @@ type Current_Token_Ownerships_Var_Pop_Fields = {
|
|
|
4194
4194
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
4195
4195
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
4196
4196
|
};
|
|
4197
|
-
/** order by var_pop() on columns of table "current_token_ownerships" */
|
|
4197
|
+
/** order by var_pop() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
4198
4198
|
type Current_Token_Ownerships_Var_Pop_Order_By = {
|
|
4199
4199
|
amount?: InputMaybe<Order_By>;
|
|
4200
4200
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -4207,7 +4207,7 @@ type Current_Token_Ownerships_Var_Samp_Fields = {
|
|
|
4207
4207
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
4208
4208
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
4209
4209
|
};
|
|
4210
|
-
/** order by var_samp() on columns of table "current_token_ownerships" */
|
|
4210
|
+
/** order by var_samp() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
4211
4211
|
type Current_Token_Ownerships_Var_Samp_Order_By = {
|
|
4212
4212
|
amount?: InputMaybe<Order_By>;
|
|
4213
4213
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -4220,7 +4220,7 @@ type Current_Token_Ownerships_Variance_Fields = {
|
|
|
4220
4220
|
last_transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
4221
4221
|
property_version?: Maybe<Scalars['Float']['output']>;
|
|
4222
4222
|
};
|
|
4223
|
-
/** order by variance() on columns of table "current_token_ownerships" */
|
|
4223
|
+
/** order by variance() on columns of table "legacy_migration_v1.current_token_ownerships" */
|
|
4224
4224
|
type Current_Token_Ownerships_Variance_Order_By = {
|
|
4225
4225
|
amount?: InputMaybe<Order_By>;
|
|
4226
4226
|
last_transaction_version?: InputMaybe<Order_By>;
|
|
@@ -5352,19 +5352,19 @@ type Ledger_Infos_Stream_Cursor_Input = {
|
|
|
5352
5352
|
type Ledger_Infos_Stream_Cursor_Value_Input = {
|
|
5353
5353
|
chain_id?: InputMaybe<Scalars['bigint']['input']>;
|
|
5354
5354
|
};
|
|
5355
|
-
/** columns and relationships of "move_resources" */
|
|
5355
|
+
/** columns and relationships of "legacy_migration_v1.move_resources" */
|
|
5356
5356
|
type Move_Resources = {
|
|
5357
5357
|
__typename?: 'move_resources';
|
|
5358
|
-
address
|
|
5359
|
-
transaction_version
|
|
5358
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
5359
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
5360
5360
|
};
|
|
5361
|
-
/** aggregated selection of "move_resources" */
|
|
5361
|
+
/** aggregated selection of "legacy_migration_v1.move_resources" */
|
|
5362
5362
|
type Move_Resources_Aggregate = {
|
|
5363
5363
|
__typename?: 'move_resources_aggregate';
|
|
5364
5364
|
aggregate?: Maybe<Move_Resources_Aggregate_Fields>;
|
|
5365
5365
|
nodes: Array<Move_Resources>;
|
|
5366
5366
|
};
|
|
5367
|
-
/** aggregate fields of "move_resources" */
|
|
5367
|
+
/** aggregate fields of "legacy_migration_v1.move_resources" */
|
|
5368
5368
|
type Move_Resources_Aggregate_Fields = {
|
|
5369
5369
|
__typename?: 'move_resources_aggregate_fields';
|
|
5370
5370
|
avg?: Maybe<Move_Resources_Avg_Fields>;
|
|
@@ -5379,7 +5379,7 @@ type Move_Resources_Aggregate_Fields = {
|
|
|
5379
5379
|
var_samp?: Maybe<Move_Resources_Var_Samp_Fields>;
|
|
5380
5380
|
variance?: Maybe<Move_Resources_Variance_Fields>;
|
|
5381
5381
|
};
|
|
5382
|
-
/** aggregate fields of "move_resources" */
|
|
5382
|
+
/** aggregate fields of "legacy_migration_v1.move_resources" */
|
|
5383
5383
|
type Move_Resources_Aggregate_FieldsCountArgs = {
|
|
5384
5384
|
columns?: InputMaybe<Array<Move_Resources_Select_Column>>;
|
|
5385
5385
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -5389,7 +5389,7 @@ type Move_Resources_Avg_Fields = {
|
|
|
5389
5389
|
__typename?: 'move_resources_avg_fields';
|
|
5390
5390
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
5391
5391
|
};
|
|
5392
|
-
/** Boolean expression to filter rows from the table "move_resources". All fields are combined with a logical 'AND'. */
|
|
5392
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.move_resources". All fields are combined with a logical 'AND'. */
|
|
5393
5393
|
type Move_Resources_Bool_Exp = {
|
|
5394
5394
|
_and?: InputMaybe<Array<Move_Resources_Bool_Exp>>;
|
|
5395
5395
|
_not?: InputMaybe<Move_Resources_Bool_Exp>;
|
|
@@ -5409,12 +5409,12 @@ type Move_Resources_Min_Fields = {
|
|
|
5409
5409
|
address?: Maybe<Scalars['String']['output']>;
|
|
5410
5410
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
5411
5411
|
};
|
|
5412
|
-
/** Ordering options when selecting data from "move_resources". */
|
|
5412
|
+
/** Ordering options when selecting data from "legacy_migration_v1.move_resources". */
|
|
5413
5413
|
type Move_Resources_Order_By = {
|
|
5414
5414
|
address?: InputMaybe<Order_By>;
|
|
5415
5415
|
transaction_version?: InputMaybe<Order_By>;
|
|
5416
5416
|
};
|
|
5417
|
-
/** select columns of table "move_resources" */
|
|
5417
|
+
/** select columns of table "legacy_migration_v1.move_resources" */
|
|
5418
5418
|
declare enum Move_Resources_Select_Column {
|
|
5419
5419
|
/** column name */
|
|
5420
5420
|
Address = "address",
|
|
@@ -6631,9 +6631,9 @@ type Query_Root = {
|
|
|
6631
6631
|
address_version_from_events: Array<Address_Version_From_Events>;
|
|
6632
6632
|
/** fetch aggregated fields from the table: "address_version_from_events" */
|
|
6633
6633
|
address_version_from_events_aggregate: Address_Version_From_Events_Aggregate;
|
|
6634
|
-
/** fetch data from the table: "address_version_from_move_resources" */
|
|
6634
|
+
/** fetch data from the table: "legacy_migration_v1.address_version_from_move_resources" */
|
|
6635
6635
|
address_version_from_move_resources: Array<Address_Version_From_Move_Resources>;
|
|
6636
|
-
/** fetch aggregated fields from the table: "address_version_from_move_resources" */
|
|
6636
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
|
|
6637
6637
|
address_version_from_move_resources_aggregate: Address_Version_From_Move_Resources_Aggregate;
|
|
6638
6638
|
/** fetch data from the table: "block_metadata_transactions" */
|
|
6639
6639
|
block_metadata_transactions: Array<Block_Metadata_Transactions>;
|
|
@@ -6643,28 +6643,18 @@ type Query_Root = {
|
|
|
6643
6643
|
coin_activities: Array<Coin_Activities>;
|
|
6644
6644
|
/** An aggregate relationship */
|
|
6645
6645
|
coin_activities_aggregate: Coin_Activities_Aggregate;
|
|
6646
|
-
/** fetch data from the table: "
|
|
6647
|
-
coin_activities_by_pk?: Maybe<Coin_Activities>;
|
|
6648
|
-
/** fetch data from the table: "coin_balances" */
|
|
6646
|
+
/** fetch data from the table: "legacy_migration_v1.coin_balances" */
|
|
6649
6647
|
coin_balances: Array<Coin_Balances>;
|
|
6650
|
-
/** fetch data from the table: "
|
|
6651
|
-
coin_balances_by_pk?: Maybe<Coin_Balances>;
|
|
6652
|
-
/** fetch data from the table: "coin_infos" */
|
|
6648
|
+
/** fetch data from the table: "legacy_migration_v1.coin_infos" */
|
|
6653
6649
|
coin_infos: Array<Coin_Infos>;
|
|
6654
|
-
/** fetch data from the table: "coin_infos" using primary key columns */
|
|
6655
|
-
coin_infos_by_pk?: Maybe<Coin_Infos>;
|
|
6656
6650
|
/** fetch data from the table: "coin_supply" */
|
|
6657
6651
|
coin_supply: Array<Coin_Supply>;
|
|
6658
6652
|
/** fetch data from the table: "coin_supply" using primary key columns */
|
|
6659
6653
|
coin_supply_by_pk?: Maybe<Coin_Supply>;
|
|
6660
|
-
/** fetch data from the table: "collection_datas" */
|
|
6654
|
+
/** fetch data from the table: "legacy_migration_v1.collection_datas" */
|
|
6661
6655
|
collection_datas: Array<Collection_Datas>;
|
|
6662
|
-
/** fetch data from the table: "
|
|
6663
|
-
collection_datas_by_pk?: Maybe<Collection_Datas>;
|
|
6664
|
-
/** fetch data from the table: "current_ans_lookup" */
|
|
6656
|
+
/** fetch data from the table: "legacy_migration_v1.current_ans_lookup" */
|
|
6665
6657
|
current_ans_lookup: Array<Current_Ans_Lookup>;
|
|
6666
|
-
/** fetch data from the table: "current_ans_lookup" using primary key columns */
|
|
6667
|
-
current_ans_lookup_by_pk?: Maybe<Current_Ans_Lookup>;
|
|
6668
6658
|
/** fetch data from the table: "current_ans_lookup_v2" */
|
|
6669
6659
|
current_ans_lookup_v2: Array<Current_Ans_Lookup_V2>;
|
|
6670
6660
|
/** fetch data from the table: "current_ans_lookup_v2" using primary key columns */
|
|
@@ -6673,14 +6663,10 @@ type Query_Root = {
|
|
|
6673
6663
|
current_aptos_names: Array<Current_Aptos_Names>;
|
|
6674
6664
|
/** fetch aggregated fields from the table: "current_aptos_names" */
|
|
6675
6665
|
current_aptos_names_aggregate: Current_Aptos_Names_Aggregate;
|
|
6676
|
-
/** fetch data from the table: "current_coin_balances" */
|
|
6666
|
+
/** fetch data from the table: "legacy_migration_v1.current_coin_balances" */
|
|
6677
6667
|
current_coin_balances: Array<Current_Coin_Balances>;
|
|
6678
|
-
/** fetch data from the table: "
|
|
6679
|
-
current_coin_balances_by_pk?: Maybe<Current_Coin_Balances>;
|
|
6680
|
-
/** fetch data from the table: "current_collection_datas" */
|
|
6668
|
+
/** fetch data from the table: "legacy_migration_v1.current_collection_datas" */
|
|
6681
6669
|
current_collection_datas: Array<Current_Collection_Datas>;
|
|
6682
|
-
/** fetch data from the table: "current_collection_datas" using primary key columns */
|
|
6683
|
-
current_collection_datas_by_pk?: Maybe<Current_Collection_Datas>;
|
|
6684
6670
|
/** fetch data from the table: "current_collection_ownership_v2_view" */
|
|
6685
6671
|
current_collection_ownership_v2_view: Array<Current_Collection_Ownership_V2_View>;
|
|
6686
6672
|
/** fetch aggregated fields from the table: "current_collection_ownership_v2_view" */
|
|
@@ -6701,11 +6687,11 @@ type Query_Root = {
|
|
|
6701
6687
|
current_delegator_balances: Array<Current_Delegator_Balances>;
|
|
6702
6688
|
/** fetch data from the table: "current_delegator_balances" using primary key columns */
|
|
6703
6689
|
current_delegator_balances_by_pk?: Maybe<Current_Delegator_Balances>;
|
|
6704
|
-
/** fetch data from the table: "
|
|
6690
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
6705
6691
|
current_fungible_asset_balances: Array<Current_Fungible_Asset_Balances>;
|
|
6706
|
-
/** fetch aggregated fields from the table: "
|
|
6692
|
+
/** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
6707
6693
|
current_fungible_asset_balances_aggregate: Current_Fungible_Asset_Balances_Aggregate;
|
|
6708
|
-
/** fetch data from the table: "
|
|
6694
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
|
|
6709
6695
|
current_fungible_asset_balances_by_pk?: Maybe<Current_Fungible_Asset_Balances>;
|
|
6710
6696
|
/** fetch data from the table: "current_objects" */
|
|
6711
6697
|
current_objects: Array<Current_Objects>;
|
|
@@ -6719,20 +6705,16 @@ type Query_Root = {
|
|
|
6719
6705
|
current_table_items: Array<Current_Table_Items>;
|
|
6720
6706
|
/** fetch data from the table: "current_table_items" using primary key columns */
|
|
6721
6707
|
current_table_items_by_pk?: Maybe<Current_Table_Items>;
|
|
6722
|
-
/** fetch data from the table: "current_token_datas" */
|
|
6708
|
+
/** fetch data from the table: "legacy_migration_v1.current_token_datas" */
|
|
6723
6709
|
current_token_datas: Array<Current_Token_Datas>;
|
|
6724
|
-
/** fetch data from the table: "current_token_datas" using primary key columns */
|
|
6725
|
-
current_token_datas_by_pk?: Maybe<Current_Token_Datas>;
|
|
6726
6710
|
/** fetch data from the table: "current_token_datas_v2" */
|
|
6727
6711
|
current_token_datas_v2: Array<Current_Token_Datas_V2>;
|
|
6728
6712
|
/** fetch data from the table: "current_token_datas_v2" using primary key columns */
|
|
6729
6713
|
current_token_datas_v2_by_pk?: Maybe<Current_Token_Datas_V2>;
|
|
6730
|
-
/** fetch data from the table: "current_token_ownerships" */
|
|
6714
|
+
/** fetch data from the table: "legacy_migration_v1.current_token_ownerships" */
|
|
6731
6715
|
current_token_ownerships: Array<Current_Token_Ownerships>;
|
|
6732
|
-
/** fetch aggregated fields from the table: "current_token_ownerships" */
|
|
6716
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.current_token_ownerships" */
|
|
6733
6717
|
current_token_ownerships_aggregate: Current_Token_Ownerships_Aggregate;
|
|
6734
|
-
/** fetch data from the table: "current_token_ownerships" using primary key columns */
|
|
6735
|
-
current_token_ownerships_by_pk?: Maybe<Current_Token_Ownerships>;
|
|
6736
6718
|
/** fetch data from the table: "current_token_ownerships_v2" */
|
|
6737
6719
|
current_token_ownerships_v2: Array<Current_Token_Ownerships_V2>;
|
|
6738
6720
|
/** fetch aggregated fields from the table: "current_token_ownerships_v2" */
|
|
@@ -6781,9 +6763,9 @@ type Query_Root = {
|
|
|
6781
6763
|
ledger_infos: Array<Ledger_Infos>;
|
|
6782
6764
|
/** fetch data from the table: "ledger_infos" using primary key columns */
|
|
6783
6765
|
ledger_infos_by_pk?: Maybe<Ledger_Infos>;
|
|
6784
|
-
/** fetch data from the table: "move_resources" */
|
|
6766
|
+
/** fetch data from the table: "legacy_migration_v1.move_resources" */
|
|
6785
6767
|
move_resources: Array<Move_Resources>;
|
|
6786
|
-
/** fetch aggregated fields from the table: "move_resources" */
|
|
6768
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
|
|
6787
6769
|
move_resources_aggregate: Move_Resources_Aggregate;
|
|
6788
6770
|
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
6789
6771
|
nft_marketplace_v2_current_nft_marketplace_auctions: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
|
|
@@ -6839,26 +6821,18 @@ type Query_Root = {
|
|
|
6839
6821
|
token_activities: Array<Token_Activities>;
|
|
6840
6822
|
/** An aggregate relationship */
|
|
6841
6823
|
token_activities_aggregate: Token_Activities_Aggregate;
|
|
6842
|
-
/** fetch data from the table: "token_activities" using primary key columns */
|
|
6843
|
-
token_activities_by_pk?: Maybe<Token_Activities>;
|
|
6844
6824
|
/** An array relationship */
|
|
6845
6825
|
token_activities_v2: Array<Token_Activities_V2>;
|
|
6846
6826
|
/** An aggregate relationship */
|
|
6847
6827
|
token_activities_v2_aggregate: Token_Activities_V2_Aggregate;
|
|
6848
6828
|
/** fetch data from the table: "token_activities_v2" using primary key columns */
|
|
6849
6829
|
token_activities_v2_by_pk?: Maybe<Token_Activities_V2>;
|
|
6850
|
-
/** fetch data from the table: "token_datas" */
|
|
6830
|
+
/** fetch data from the table: "legacy_migration_v1.token_datas" */
|
|
6851
6831
|
token_datas: Array<Token_Datas>;
|
|
6852
|
-
/** fetch data from the table: "
|
|
6853
|
-
token_datas_by_pk?: Maybe<Token_Datas>;
|
|
6854
|
-
/** fetch data from the table: "token_ownerships" */
|
|
6832
|
+
/** fetch data from the table: "legacy_migration_v1.token_ownerships" */
|
|
6855
6833
|
token_ownerships: Array<Token_Ownerships>;
|
|
6856
|
-
/** fetch data from the table: "
|
|
6857
|
-
token_ownerships_by_pk?: Maybe<Token_Ownerships>;
|
|
6858
|
-
/** fetch data from the table: "tokens" */
|
|
6834
|
+
/** fetch data from the table: "legacy_migration_v1.tokens" */
|
|
6859
6835
|
tokens: Array<Tokens>;
|
|
6860
|
-
/** fetch data from the table: "tokens" using primary key columns */
|
|
6861
|
-
tokens_by_pk?: Maybe<Tokens>;
|
|
6862
6836
|
/** fetch data from the table: "user_transactions" */
|
|
6863
6837
|
user_transactions: Array<User_Transactions>;
|
|
6864
6838
|
/** fetch data from the table: "user_transactions" using primary key columns */
|
|
@@ -6941,12 +6915,6 @@ type Query_RootCoin_Activities_AggregateArgs = {
|
|
|
6941
6915
|
order_by?: InputMaybe<Array<Coin_Activities_Order_By>>;
|
|
6942
6916
|
where?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
6943
6917
|
};
|
|
6944
|
-
type Query_RootCoin_Activities_By_PkArgs = {
|
|
6945
|
-
event_account_address: Scalars['String']['input'];
|
|
6946
|
-
event_creation_number: Scalars['bigint']['input'];
|
|
6947
|
-
event_sequence_number: Scalars['bigint']['input'];
|
|
6948
|
-
transaction_version: Scalars['bigint']['input'];
|
|
6949
|
-
};
|
|
6950
6918
|
type Query_RootCoin_BalancesArgs = {
|
|
6951
6919
|
distinct_on?: InputMaybe<Array<Coin_Balances_Select_Column>>;
|
|
6952
6920
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6954,11 +6922,6 @@ type Query_RootCoin_BalancesArgs = {
|
|
|
6954
6922
|
order_by?: InputMaybe<Array<Coin_Balances_Order_By>>;
|
|
6955
6923
|
where?: InputMaybe<Coin_Balances_Bool_Exp>;
|
|
6956
6924
|
};
|
|
6957
|
-
type Query_RootCoin_Balances_By_PkArgs = {
|
|
6958
|
-
coin_type_hash: Scalars['String']['input'];
|
|
6959
|
-
owner_address: Scalars['String']['input'];
|
|
6960
|
-
transaction_version: Scalars['bigint']['input'];
|
|
6961
|
-
};
|
|
6962
6925
|
type Query_RootCoin_InfosArgs = {
|
|
6963
6926
|
distinct_on?: InputMaybe<Array<Coin_Infos_Select_Column>>;
|
|
6964
6927
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6966,9 +6929,6 @@ type Query_RootCoin_InfosArgs = {
|
|
|
6966
6929
|
order_by?: InputMaybe<Array<Coin_Infos_Order_By>>;
|
|
6967
6930
|
where?: InputMaybe<Coin_Infos_Bool_Exp>;
|
|
6968
6931
|
};
|
|
6969
|
-
type Query_RootCoin_Infos_By_PkArgs = {
|
|
6970
|
-
coin_type_hash: Scalars['String']['input'];
|
|
6971
|
-
};
|
|
6972
6932
|
type Query_RootCoin_SupplyArgs = {
|
|
6973
6933
|
distinct_on?: InputMaybe<Array<Coin_Supply_Select_Column>>;
|
|
6974
6934
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6987,10 +6947,6 @@ type Query_RootCollection_DatasArgs = {
|
|
|
6987
6947
|
order_by?: InputMaybe<Array<Collection_Datas_Order_By>>;
|
|
6988
6948
|
where?: InputMaybe<Collection_Datas_Bool_Exp>;
|
|
6989
6949
|
};
|
|
6990
|
-
type Query_RootCollection_Datas_By_PkArgs = {
|
|
6991
|
-
collection_data_id_hash: Scalars['String']['input'];
|
|
6992
|
-
transaction_version: Scalars['bigint']['input'];
|
|
6993
|
-
};
|
|
6994
6950
|
type Query_RootCurrent_Ans_LookupArgs = {
|
|
6995
6951
|
distinct_on?: InputMaybe<Array<Current_Ans_Lookup_Select_Column>>;
|
|
6996
6952
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6998,10 +6954,6 @@ type Query_RootCurrent_Ans_LookupArgs = {
|
|
|
6998
6954
|
order_by?: InputMaybe<Array<Current_Ans_Lookup_Order_By>>;
|
|
6999
6955
|
where?: InputMaybe<Current_Ans_Lookup_Bool_Exp>;
|
|
7000
6956
|
};
|
|
7001
|
-
type Query_RootCurrent_Ans_Lookup_By_PkArgs = {
|
|
7002
|
-
domain: Scalars['String']['input'];
|
|
7003
|
-
subdomain: Scalars['String']['input'];
|
|
7004
|
-
};
|
|
7005
6957
|
type Query_RootCurrent_Ans_Lookup_V2Args = {
|
|
7006
6958
|
distinct_on?: InputMaybe<Array<Current_Ans_Lookup_V2_Select_Column>>;
|
|
7007
6959
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7035,10 +6987,6 @@ type Query_RootCurrent_Coin_BalancesArgs = {
|
|
|
7035
6987
|
order_by?: InputMaybe<Array<Current_Coin_Balances_Order_By>>;
|
|
7036
6988
|
where?: InputMaybe<Current_Coin_Balances_Bool_Exp>;
|
|
7037
6989
|
};
|
|
7038
|
-
type Query_RootCurrent_Coin_Balances_By_PkArgs = {
|
|
7039
|
-
coin_type_hash: Scalars['String']['input'];
|
|
7040
|
-
owner_address: Scalars['String']['input'];
|
|
7041
|
-
};
|
|
7042
6990
|
type Query_RootCurrent_Collection_DatasArgs = {
|
|
7043
6991
|
distinct_on?: InputMaybe<Array<Current_Collection_Datas_Select_Column>>;
|
|
7044
6992
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7046,9 +6994,6 @@ type Query_RootCurrent_Collection_DatasArgs = {
|
|
|
7046
6994
|
order_by?: InputMaybe<Array<Current_Collection_Datas_Order_By>>;
|
|
7047
6995
|
where?: InputMaybe<Current_Collection_Datas_Bool_Exp>;
|
|
7048
6996
|
};
|
|
7049
|
-
type Query_RootCurrent_Collection_Datas_By_PkArgs = {
|
|
7050
|
-
collection_data_id_hash: Scalars['String']['input'];
|
|
7051
|
-
};
|
|
7052
6997
|
type Query_RootCurrent_Collection_Ownership_V2_ViewArgs = {
|
|
7053
6998
|
distinct_on?: InputMaybe<Array<Current_Collection_Ownership_V2_View_Select_Column>>;
|
|
7054
6999
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7162,9 +7107,6 @@ type Query_RootCurrent_Token_DatasArgs = {
|
|
|
7162
7107
|
order_by?: InputMaybe<Array<Current_Token_Datas_Order_By>>;
|
|
7163
7108
|
where?: InputMaybe<Current_Token_Datas_Bool_Exp>;
|
|
7164
7109
|
};
|
|
7165
|
-
type Query_RootCurrent_Token_Datas_By_PkArgs = {
|
|
7166
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
7167
|
-
};
|
|
7168
7110
|
type Query_RootCurrent_Token_Datas_V2Args = {
|
|
7169
7111
|
distinct_on?: InputMaybe<Array<Current_Token_Datas_V2_Select_Column>>;
|
|
7170
7112
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7189,11 +7131,6 @@ type Query_RootCurrent_Token_Ownerships_AggregateArgs = {
|
|
|
7189
7131
|
order_by?: InputMaybe<Array<Current_Token_Ownerships_Order_By>>;
|
|
7190
7132
|
where?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
7191
7133
|
};
|
|
7192
|
-
type Query_RootCurrent_Token_Ownerships_By_PkArgs = {
|
|
7193
|
-
owner_address: Scalars['String']['input'];
|
|
7194
|
-
property_version: Scalars['numeric']['input'];
|
|
7195
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
7196
|
-
};
|
|
7197
7134
|
type Query_RootCurrent_Token_Ownerships_V2Args = {
|
|
7198
7135
|
distinct_on?: InputMaybe<Array<Current_Token_Ownerships_V2_Select_Column>>;
|
|
7199
7136
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7502,12 +7439,6 @@ type Query_RootToken_Activities_AggregateArgs = {
|
|
|
7502
7439
|
order_by?: InputMaybe<Array<Token_Activities_Order_By>>;
|
|
7503
7440
|
where?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
7504
7441
|
};
|
|
7505
|
-
type Query_RootToken_Activities_By_PkArgs = {
|
|
7506
|
-
event_account_address: Scalars['String']['input'];
|
|
7507
|
-
event_creation_number: Scalars['bigint']['input'];
|
|
7508
|
-
event_sequence_number: Scalars['bigint']['input'];
|
|
7509
|
-
transaction_version: Scalars['bigint']['input'];
|
|
7510
|
-
};
|
|
7511
7442
|
type Query_RootToken_Activities_V2Args = {
|
|
7512
7443
|
distinct_on?: InputMaybe<Array<Token_Activities_V2_Select_Column>>;
|
|
7513
7444
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7533,10 +7464,6 @@ type Query_RootToken_DatasArgs = {
|
|
|
7533
7464
|
order_by?: InputMaybe<Array<Token_Datas_Order_By>>;
|
|
7534
7465
|
where?: InputMaybe<Token_Datas_Bool_Exp>;
|
|
7535
7466
|
};
|
|
7536
|
-
type Query_RootToken_Datas_By_PkArgs = {
|
|
7537
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
7538
|
-
transaction_version: Scalars['bigint']['input'];
|
|
7539
|
-
};
|
|
7540
7467
|
type Query_RootToken_OwnershipsArgs = {
|
|
7541
7468
|
distinct_on?: InputMaybe<Array<Token_Ownerships_Select_Column>>;
|
|
7542
7469
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7544,12 +7471,6 @@ type Query_RootToken_OwnershipsArgs = {
|
|
|
7544
7471
|
order_by?: InputMaybe<Array<Token_Ownerships_Order_By>>;
|
|
7545
7472
|
where?: InputMaybe<Token_Ownerships_Bool_Exp>;
|
|
7546
7473
|
};
|
|
7547
|
-
type Query_RootToken_Ownerships_By_PkArgs = {
|
|
7548
|
-
property_version: Scalars['numeric']['input'];
|
|
7549
|
-
table_handle: Scalars['String']['input'];
|
|
7550
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
7551
|
-
transaction_version: Scalars['bigint']['input'];
|
|
7552
|
-
};
|
|
7553
7474
|
type Query_RootTokensArgs = {
|
|
7554
7475
|
distinct_on?: InputMaybe<Array<Tokens_Select_Column>>;
|
|
7555
7476
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7557,11 +7478,6 @@ type Query_RootTokensArgs = {
|
|
|
7557
7478
|
order_by?: InputMaybe<Array<Tokens_Order_By>>;
|
|
7558
7479
|
where?: InputMaybe<Tokens_Bool_Exp>;
|
|
7559
7480
|
};
|
|
7560
|
-
type Query_RootTokens_By_PkArgs = {
|
|
7561
|
-
property_version: Scalars['numeric']['input'];
|
|
7562
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
7563
|
-
transaction_version: Scalars['bigint']['input'];
|
|
7564
|
-
};
|
|
7565
7481
|
type Query_RootUser_TransactionsArgs = {
|
|
7566
7482
|
distinct_on?: InputMaybe<Array<User_Transactions_Select_Column>>;
|
|
7567
7483
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7688,11 +7604,11 @@ type Subscription_Root = {
|
|
|
7688
7604
|
address_version_from_events_aggregate: Address_Version_From_Events_Aggregate;
|
|
7689
7605
|
/** fetch data from the table in a streaming manner: "address_version_from_events" */
|
|
7690
7606
|
address_version_from_events_stream: Array<Address_Version_From_Events>;
|
|
7691
|
-
/** fetch data from the table: "address_version_from_move_resources" */
|
|
7607
|
+
/** fetch data from the table: "legacy_migration_v1.address_version_from_move_resources" */
|
|
7692
7608
|
address_version_from_move_resources: Array<Address_Version_From_Move_Resources>;
|
|
7693
|
-
/** fetch aggregated fields from the table: "address_version_from_move_resources" */
|
|
7609
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
|
|
7694
7610
|
address_version_from_move_resources_aggregate: Address_Version_From_Move_Resources_Aggregate;
|
|
7695
|
-
/** fetch data from the table in a streaming manner: "address_version_from_move_resources" */
|
|
7611
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
|
|
7696
7612
|
address_version_from_move_resources_stream: Array<Address_Version_From_Move_Resources>;
|
|
7697
7613
|
/** fetch data from the table: "block_metadata_transactions" */
|
|
7698
7614
|
block_metadata_transactions: Array<Block_Metadata_Transactions>;
|
|
@@ -7704,21 +7620,15 @@ type Subscription_Root = {
|
|
|
7704
7620
|
coin_activities: Array<Coin_Activities>;
|
|
7705
7621
|
/** An aggregate relationship */
|
|
7706
7622
|
coin_activities_aggregate: Coin_Activities_Aggregate;
|
|
7707
|
-
/** fetch data from the table: "coin_activities"
|
|
7708
|
-
coin_activities_by_pk?: Maybe<Coin_Activities>;
|
|
7709
|
-
/** fetch data from the table in a streaming manner: "coin_activities" */
|
|
7623
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_activities" */
|
|
7710
7624
|
coin_activities_stream: Array<Coin_Activities>;
|
|
7711
|
-
/** fetch data from the table: "coin_balances" */
|
|
7625
|
+
/** fetch data from the table: "legacy_migration_v1.coin_balances" */
|
|
7712
7626
|
coin_balances: Array<Coin_Balances>;
|
|
7713
|
-
/** fetch data from the table: "coin_balances"
|
|
7714
|
-
coin_balances_by_pk?: Maybe<Coin_Balances>;
|
|
7715
|
-
/** fetch data from the table in a streaming manner: "coin_balances" */
|
|
7627
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_balances" */
|
|
7716
7628
|
coin_balances_stream: Array<Coin_Balances>;
|
|
7717
|
-
/** fetch data from the table: "coin_infos" */
|
|
7629
|
+
/** fetch data from the table: "legacy_migration_v1.coin_infos" */
|
|
7718
7630
|
coin_infos: Array<Coin_Infos>;
|
|
7719
|
-
/** fetch data from the table: "coin_infos"
|
|
7720
|
-
coin_infos_by_pk?: Maybe<Coin_Infos>;
|
|
7721
|
-
/** fetch data from the table in a streaming manner: "coin_infos" */
|
|
7631
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_infos" */
|
|
7722
7632
|
coin_infos_stream: Array<Coin_Infos>;
|
|
7723
7633
|
/** fetch data from the table: "coin_supply" */
|
|
7724
7634
|
coin_supply: Array<Coin_Supply>;
|
|
@@ -7726,17 +7636,13 @@ type Subscription_Root = {
|
|
|
7726
7636
|
coin_supply_by_pk?: Maybe<Coin_Supply>;
|
|
7727
7637
|
/** fetch data from the table in a streaming manner: "coin_supply" */
|
|
7728
7638
|
coin_supply_stream: Array<Coin_Supply>;
|
|
7729
|
-
/** fetch data from the table: "collection_datas" */
|
|
7639
|
+
/** fetch data from the table: "legacy_migration_v1.collection_datas" */
|
|
7730
7640
|
collection_datas: Array<Collection_Datas>;
|
|
7731
|
-
/** fetch data from the table: "collection_datas"
|
|
7732
|
-
collection_datas_by_pk?: Maybe<Collection_Datas>;
|
|
7733
|
-
/** fetch data from the table in a streaming manner: "collection_datas" */
|
|
7641
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.collection_datas" */
|
|
7734
7642
|
collection_datas_stream: Array<Collection_Datas>;
|
|
7735
|
-
/** fetch data from the table: "current_ans_lookup" */
|
|
7643
|
+
/** fetch data from the table: "legacy_migration_v1.current_ans_lookup" */
|
|
7736
7644
|
current_ans_lookup: Array<Current_Ans_Lookup>;
|
|
7737
|
-
/** fetch data from the table: "current_ans_lookup"
|
|
7738
|
-
current_ans_lookup_by_pk?: Maybe<Current_Ans_Lookup>;
|
|
7739
|
-
/** fetch data from the table in a streaming manner: "current_ans_lookup" */
|
|
7645
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.current_ans_lookup" */
|
|
7740
7646
|
current_ans_lookup_stream: Array<Current_Ans_Lookup>;
|
|
7741
7647
|
/** fetch data from the table: "current_ans_lookup_v2" */
|
|
7742
7648
|
current_ans_lookup_v2: Array<Current_Ans_Lookup_V2>;
|
|
@@ -7750,17 +7656,13 @@ type Subscription_Root = {
|
|
|
7750
7656
|
current_aptos_names_aggregate: Current_Aptos_Names_Aggregate;
|
|
7751
7657
|
/** fetch data from the table in a streaming manner: "current_aptos_names" */
|
|
7752
7658
|
current_aptos_names_stream: Array<Current_Aptos_Names>;
|
|
7753
|
-
/** fetch data from the table: "current_coin_balances" */
|
|
7659
|
+
/** fetch data from the table: "legacy_migration_v1.current_coin_balances" */
|
|
7754
7660
|
current_coin_balances: Array<Current_Coin_Balances>;
|
|
7755
|
-
/** fetch data from the table: "current_coin_balances"
|
|
7756
|
-
current_coin_balances_by_pk?: Maybe<Current_Coin_Balances>;
|
|
7757
|
-
/** fetch data from the table in a streaming manner: "current_coin_balances" */
|
|
7661
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.current_coin_balances" */
|
|
7758
7662
|
current_coin_balances_stream: Array<Current_Coin_Balances>;
|
|
7759
|
-
/** fetch data from the table: "current_collection_datas" */
|
|
7663
|
+
/** fetch data from the table: "legacy_migration_v1.current_collection_datas" */
|
|
7760
7664
|
current_collection_datas: Array<Current_Collection_Datas>;
|
|
7761
|
-
/** fetch data from the table: "current_collection_datas"
|
|
7762
|
-
current_collection_datas_by_pk?: Maybe<Current_Collection_Datas>;
|
|
7763
|
-
/** fetch data from the table in a streaming manner: "current_collection_datas" */
|
|
7665
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.current_collection_datas" */
|
|
7764
7666
|
current_collection_datas_stream: Array<Current_Collection_Datas>;
|
|
7765
7667
|
/** fetch data from the table: "current_collection_ownership_v2_view" */
|
|
7766
7668
|
current_collection_ownership_v2_view: Array<Current_Collection_Ownership_V2_View>;
|
|
@@ -7792,13 +7694,13 @@ type Subscription_Root = {
|
|
|
7792
7694
|
current_delegator_balances_by_pk?: Maybe<Current_Delegator_Balances>;
|
|
7793
7695
|
/** fetch data from the table in a streaming manner: "current_delegator_balances" */
|
|
7794
7696
|
current_delegator_balances_stream: Array<Current_Delegator_Balances>;
|
|
7795
|
-
/** fetch data from the table: "
|
|
7697
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7796
7698
|
current_fungible_asset_balances: Array<Current_Fungible_Asset_Balances>;
|
|
7797
|
-
/** fetch aggregated fields from the table: "
|
|
7699
|
+
/** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7798
7700
|
current_fungible_asset_balances_aggregate: Current_Fungible_Asset_Balances_Aggregate;
|
|
7799
|
-
/** fetch data from the table: "
|
|
7701
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
|
|
7800
7702
|
current_fungible_asset_balances_by_pk?: Maybe<Current_Fungible_Asset_Balances>;
|
|
7801
|
-
/** fetch data from the table in a streaming manner: "
|
|
7703
|
+
/** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7802
7704
|
current_fungible_asset_balances_stream: Array<Current_Fungible_Asset_Balances>;
|
|
7803
7705
|
/** fetch data from the table: "current_objects" */
|
|
7804
7706
|
current_objects: Array<Current_Objects>;
|
|
@@ -7818,11 +7720,9 @@ type Subscription_Root = {
|
|
|
7818
7720
|
current_table_items_by_pk?: Maybe<Current_Table_Items>;
|
|
7819
7721
|
/** fetch data from the table in a streaming manner: "current_table_items" */
|
|
7820
7722
|
current_table_items_stream: Array<Current_Table_Items>;
|
|
7821
|
-
/** fetch data from the table: "current_token_datas" */
|
|
7723
|
+
/** fetch data from the table: "legacy_migration_v1.current_token_datas" */
|
|
7822
7724
|
current_token_datas: Array<Current_Token_Datas>;
|
|
7823
|
-
/** fetch data from the table: "current_token_datas"
|
|
7824
|
-
current_token_datas_by_pk?: Maybe<Current_Token_Datas>;
|
|
7825
|
-
/** fetch data from the table in a streaming manner: "current_token_datas" */
|
|
7725
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.current_token_datas" */
|
|
7826
7726
|
current_token_datas_stream: Array<Current_Token_Datas>;
|
|
7827
7727
|
/** fetch data from the table: "current_token_datas_v2" */
|
|
7828
7728
|
current_token_datas_v2: Array<Current_Token_Datas_V2>;
|
|
@@ -7830,13 +7730,11 @@ type Subscription_Root = {
|
|
|
7830
7730
|
current_token_datas_v2_by_pk?: Maybe<Current_Token_Datas_V2>;
|
|
7831
7731
|
/** fetch data from the table in a streaming manner: "current_token_datas_v2" */
|
|
7832
7732
|
current_token_datas_v2_stream: Array<Current_Token_Datas_V2>;
|
|
7833
|
-
/** fetch data from the table: "current_token_ownerships" */
|
|
7733
|
+
/** fetch data from the table: "legacy_migration_v1.current_token_ownerships" */
|
|
7834
7734
|
current_token_ownerships: Array<Current_Token_Ownerships>;
|
|
7835
|
-
/** fetch aggregated fields from the table: "current_token_ownerships" */
|
|
7735
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.current_token_ownerships" */
|
|
7836
7736
|
current_token_ownerships_aggregate: Current_Token_Ownerships_Aggregate;
|
|
7837
|
-
/** fetch data from the table: "current_token_ownerships"
|
|
7838
|
-
current_token_ownerships_by_pk?: Maybe<Current_Token_Ownerships>;
|
|
7839
|
-
/** fetch data from the table in a streaming manner: "current_token_ownerships" */
|
|
7737
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.current_token_ownerships" */
|
|
7840
7738
|
current_token_ownerships_stream: Array<Current_Token_Ownerships>;
|
|
7841
7739
|
/** fetch data from the table: "current_token_ownerships_v2" */
|
|
7842
7740
|
current_token_ownerships_v2: Array<Current_Token_Ownerships_V2>;
|
|
@@ -7908,11 +7806,11 @@ type Subscription_Root = {
|
|
|
7908
7806
|
ledger_infos_by_pk?: Maybe<Ledger_Infos>;
|
|
7909
7807
|
/** fetch data from the table in a streaming manner: "ledger_infos" */
|
|
7910
7808
|
ledger_infos_stream: Array<Ledger_Infos>;
|
|
7911
|
-
/** fetch data from the table: "move_resources" */
|
|
7809
|
+
/** fetch data from the table: "legacy_migration_v1.move_resources" */
|
|
7912
7810
|
move_resources: Array<Move_Resources>;
|
|
7913
|
-
/** fetch aggregated fields from the table: "move_resources" */
|
|
7811
|
+
/** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
|
|
7914
7812
|
move_resources_aggregate: Move_Resources_Aggregate;
|
|
7915
|
-
/** fetch data from the table in a streaming manner: "move_resources" */
|
|
7813
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
|
|
7916
7814
|
move_resources_stream: Array<Move_Resources>;
|
|
7917
7815
|
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
7918
7816
|
nft_marketplace_v2_current_nft_marketplace_auctions: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
|
|
@@ -7992,9 +7890,7 @@ type Subscription_Root = {
|
|
|
7992
7890
|
token_activities: Array<Token_Activities>;
|
|
7993
7891
|
/** An aggregate relationship */
|
|
7994
7892
|
token_activities_aggregate: Token_Activities_Aggregate;
|
|
7995
|
-
/** fetch data from the table: "token_activities"
|
|
7996
|
-
token_activities_by_pk?: Maybe<Token_Activities>;
|
|
7997
|
-
/** fetch data from the table in a streaming manner: "token_activities" */
|
|
7893
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.token_activities" */
|
|
7998
7894
|
token_activities_stream: Array<Token_Activities>;
|
|
7999
7895
|
/** An array relationship */
|
|
8000
7896
|
token_activities_v2: Array<Token_Activities_V2>;
|
|
@@ -8004,23 +7900,17 @@ type Subscription_Root = {
|
|
|
8004
7900
|
token_activities_v2_by_pk?: Maybe<Token_Activities_V2>;
|
|
8005
7901
|
/** fetch data from the table in a streaming manner: "token_activities_v2" */
|
|
8006
7902
|
token_activities_v2_stream: Array<Token_Activities_V2>;
|
|
8007
|
-
/** fetch data from the table: "token_datas" */
|
|
7903
|
+
/** fetch data from the table: "legacy_migration_v1.token_datas" */
|
|
8008
7904
|
token_datas: Array<Token_Datas>;
|
|
8009
|
-
/** fetch data from the table: "token_datas"
|
|
8010
|
-
token_datas_by_pk?: Maybe<Token_Datas>;
|
|
8011
|
-
/** fetch data from the table in a streaming manner: "token_datas" */
|
|
7905
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.token_datas" */
|
|
8012
7906
|
token_datas_stream: Array<Token_Datas>;
|
|
8013
|
-
/** fetch data from the table: "token_ownerships" */
|
|
7907
|
+
/** fetch data from the table: "legacy_migration_v1.token_ownerships" */
|
|
8014
7908
|
token_ownerships: Array<Token_Ownerships>;
|
|
8015
|
-
/** fetch data from the table: "token_ownerships"
|
|
8016
|
-
token_ownerships_by_pk?: Maybe<Token_Ownerships>;
|
|
8017
|
-
/** fetch data from the table in a streaming manner: "token_ownerships" */
|
|
7909
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.token_ownerships" */
|
|
8018
7910
|
token_ownerships_stream: Array<Token_Ownerships>;
|
|
8019
|
-
/** fetch data from the table: "tokens" */
|
|
7911
|
+
/** fetch data from the table: "legacy_migration_v1.tokens" */
|
|
8020
7912
|
tokens: Array<Tokens>;
|
|
8021
|
-
/** fetch data from the table: "tokens"
|
|
8022
|
-
tokens_by_pk?: Maybe<Tokens>;
|
|
8023
|
-
/** fetch data from the table in a streaming manner: "tokens" */
|
|
7913
|
+
/** fetch data from the table in a streaming manner: "legacy_migration_v1.tokens" */
|
|
8024
7914
|
tokens_stream: Array<Tokens>;
|
|
8025
7915
|
/** fetch data from the table: "user_transactions" */
|
|
8026
7916
|
user_transactions: Array<User_Transactions>;
|
|
@@ -8131,12 +8021,6 @@ type Subscription_RootCoin_Activities_AggregateArgs = {
|
|
|
8131
8021
|
order_by?: InputMaybe<Array<Coin_Activities_Order_By>>;
|
|
8132
8022
|
where?: InputMaybe<Coin_Activities_Bool_Exp>;
|
|
8133
8023
|
};
|
|
8134
|
-
type Subscription_RootCoin_Activities_By_PkArgs = {
|
|
8135
|
-
event_account_address: Scalars['String']['input'];
|
|
8136
|
-
event_creation_number: Scalars['bigint']['input'];
|
|
8137
|
-
event_sequence_number: Scalars['bigint']['input'];
|
|
8138
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8139
|
-
};
|
|
8140
8024
|
type Subscription_RootCoin_Activities_StreamArgs = {
|
|
8141
8025
|
batch_size: Scalars['Int']['input'];
|
|
8142
8026
|
cursor: Array<InputMaybe<Coin_Activities_Stream_Cursor_Input>>;
|
|
@@ -8149,11 +8033,6 @@ type Subscription_RootCoin_BalancesArgs = {
|
|
|
8149
8033
|
order_by?: InputMaybe<Array<Coin_Balances_Order_By>>;
|
|
8150
8034
|
where?: InputMaybe<Coin_Balances_Bool_Exp>;
|
|
8151
8035
|
};
|
|
8152
|
-
type Subscription_RootCoin_Balances_By_PkArgs = {
|
|
8153
|
-
coin_type_hash: Scalars['String']['input'];
|
|
8154
|
-
owner_address: Scalars['String']['input'];
|
|
8155
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8156
|
-
};
|
|
8157
8036
|
type Subscription_RootCoin_Balances_StreamArgs = {
|
|
8158
8037
|
batch_size: Scalars['Int']['input'];
|
|
8159
8038
|
cursor: Array<InputMaybe<Coin_Balances_Stream_Cursor_Input>>;
|
|
@@ -8166,9 +8045,6 @@ type Subscription_RootCoin_InfosArgs = {
|
|
|
8166
8045
|
order_by?: InputMaybe<Array<Coin_Infos_Order_By>>;
|
|
8167
8046
|
where?: InputMaybe<Coin_Infos_Bool_Exp>;
|
|
8168
8047
|
};
|
|
8169
|
-
type Subscription_RootCoin_Infos_By_PkArgs = {
|
|
8170
|
-
coin_type_hash: Scalars['String']['input'];
|
|
8171
|
-
};
|
|
8172
8048
|
type Subscription_RootCoin_Infos_StreamArgs = {
|
|
8173
8049
|
batch_size: Scalars['Int']['input'];
|
|
8174
8050
|
cursor: Array<InputMaybe<Coin_Infos_Stream_Cursor_Input>>;
|
|
@@ -8197,10 +8073,6 @@ type Subscription_RootCollection_DatasArgs = {
|
|
|
8197
8073
|
order_by?: InputMaybe<Array<Collection_Datas_Order_By>>;
|
|
8198
8074
|
where?: InputMaybe<Collection_Datas_Bool_Exp>;
|
|
8199
8075
|
};
|
|
8200
|
-
type Subscription_RootCollection_Datas_By_PkArgs = {
|
|
8201
|
-
collection_data_id_hash: Scalars['String']['input'];
|
|
8202
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8203
|
-
};
|
|
8204
8076
|
type Subscription_RootCollection_Datas_StreamArgs = {
|
|
8205
8077
|
batch_size: Scalars['Int']['input'];
|
|
8206
8078
|
cursor: Array<InputMaybe<Collection_Datas_Stream_Cursor_Input>>;
|
|
@@ -8213,10 +8085,6 @@ type Subscription_RootCurrent_Ans_LookupArgs = {
|
|
|
8213
8085
|
order_by?: InputMaybe<Array<Current_Ans_Lookup_Order_By>>;
|
|
8214
8086
|
where?: InputMaybe<Current_Ans_Lookup_Bool_Exp>;
|
|
8215
8087
|
};
|
|
8216
|
-
type Subscription_RootCurrent_Ans_Lookup_By_PkArgs = {
|
|
8217
|
-
domain: Scalars['String']['input'];
|
|
8218
|
-
subdomain: Scalars['String']['input'];
|
|
8219
|
-
};
|
|
8220
8088
|
type Subscription_RootCurrent_Ans_Lookup_StreamArgs = {
|
|
8221
8089
|
batch_size: Scalars['Int']['input'];
|
|
8222
8090
|
cursor: Array<InputMaybe<Current_Ans_Lookup_Stream_Cursor_Input>>;
|
|
@@ -8265,10 +8133,6 @@ type Subscription_RootCurrent_Coin_BalancesArgs = {
|
|
|
8265
8133
|
order_by?: InputMaybe<Array<Current_Coin_Balances_Order_By>>;
|
|
8266
8134
|
where?: InputMaybe<Current_Coin_Balances_Bool_Exp>;
|
|
8267
8135
|
};
|
|
8268
|
-
type Subscription_RootCurrent_Coin_Balances_By_PkArgs = {
|
|
8269
|
-
coin_type_hash: Scalars['String']['input'];
|
|
8270
|
-
owner_address: Scalars['String']['input'];
|
|
8271
|
-
};
|
|
8272
8136
|
type Subscription_RootCurrent_Coin_Balances_StreamArgs = {
|
|
8273
8137
|
batch_size: Scalars['Int']['input'];
|
|
8274
8138
|
cursor: Array<InputMaybe<Current_Coin_Balances_Stream_Cursor_Input>>;
|
|
@@ -8281,9 +8145,6 @@ type Subscription_RootCurrent_Collection_DatasArgs = {
|
|
|
8281
8145
|
order_by?: InputMaybe<Array<Current_Collection_Datas_Order_By>>;
|
|
8282
8146
|
where?: InputMaybe<Current_Collection_Datas_Bool_Exp>;
|
|
8283
8147
|
};
|
|
8284
|
-
type Subscription_RootCurrent_Collection_Datas_By_PkArgs = {
|
|
8285
|
-
collection_data_id_hash: Scalars['String']['input'];
|
|
8286
|
-
};
|
|
8287
8148
|
type Subscription_RootCurrent_Collection_Datas_StreamArgs = {
|
|
8288
8149
|
batch_size: Scalars['Int']['input'];
|
|
8289
8150
|
cursor: Array<InputMaybe<Current_Collection_Datas_Stream_Cursor_Input>>;
|
|
@@ -8447,9 +8308,6 @@ type Subscription_RootCurrent_Token_DatasArgs = {
|
|
|
8447
8308
|
order_by?: InputMaybe<Array<Current_Token_Datas_Order_By>>;
|
|
8448
8309
|
where?: InputMaybe<Current_Token_Datas_Bool_Exp>;
|
|
8449
8310
|
};
|
|
8450
|
-
type Subscription_RootCurrent_Token_Datas_By_PkArgs = {
|
|
8451
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
8452
|
-
};
|
|
8453
8311
|
type Subscription_RootCurrent_Token_Datas_StreamArgs = {
|
|
8454
8312
|
batch_size: Scalars['Int']['input'];
|
|
8455
8313
|
cursor: Array<InputMaybe<Current_Token_Datas_Stream_Cursor_Input>>;
|
|
@@ -8484,11 +8342,6 @@ type Subscription_RootCurrent_Token_Ownerships_AggregateArgs = {
|
|
|
8484
8342
|
order_by?: InputMaybe<Array<Current_Token_Ownerships_Order_By>>;
|
|
8485
8343
|
where?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
|
|
8486
8344
|
};
|
|
8487
|
-
type Subscription_RootCurrent_Token_Ownerships_By_PkArgs = {
|
|
8488
|
-
owner_address: Scalars['String']['input'];
|
|
8489
|
-
property_version: Scalars['numeric']['input'];
|
|
8490
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
8491
|
-
};
|
|
8492
8345
|
type Subscription_RootCurrent_Token_Ownerships_StreamArgs = {
|
|
8493
8346
|
batch_size: Scalars['Int']['input'];
|
|
8494
8347
|
cursor: Array<InputMaybe<Current_Token_Ownerships_Stream_Cursor_Input>>;
|
|
@@ -8922,12 +8775,6 @@ type Subscription_RootToken_Activities_AggregateArgs = {
|
|
|
8922
8775
|
order_by?: InputMaybe<Array<Token_Activities_Order_By>>;
|
|
8923
8776
|
where?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
8924
8777
|
};
|
|
8925
|
-
type Subscription_RootToken_Activities_By_PkArgs = {
|
|
8926
|
-
event_account_address: Scalars['String']['input'];
|
|
8927
|
-
event_creation_number: Scalars['bigint']['input'];
|
|
8928
|
-
event_sequence_number: Scalars['bigint']['input'];
|
|
8929
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8930
|
-
};
|
|
8931
8778
|
type Subscription_RootToken_Activities_StreamArgs = {
|
|
8932
8779
|
batch_size: Scalars['Int']['input'];
|
|
8933
8780
|
cursor: Array<InputMaybe<Token_Activities_Stream_Cursor_Input>>;
|
|
@@ -8963,10 +8810,6 @@ type Subscription_RootToken_DatasArgs = {
|
|
|
8963
8810
|
order_by?: InputMaybe<Array<Token_Datas_Order_By>>;
|
|
8964
8811
|
where?: InputMaybe<Token_Datas_Bool_Exp>;
|
|
8965
8812
|
};
|
|
8966
|
-
type Subscription_RootToken_Datas_By_PkArgs = {
|
|
8967
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
8968
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8969
|
-
};
|
|
8970
8813
|
type Subscription_RootToken_Datas_StreamArgs = {
|
|
8971
8814
|
batch_size: Scalars['Int']['input'];
|
|
8972
8815
|
cursor: Array<InputMaybe<Token_Datas_Stream_Cursor_Input>>;
|
|
@@ -8979,12 +8822,6 @@ type Subscription_RootToken_OwnershipsArgs = {
|
|
|
8979
8822
|
order_by?: InputMaybe<Array<Token_Ownerships_Order_By>>;
|
|
8980
8823
|
where?: InputMaybe<Token_Ownerships_Bool_Exp>;
|
|
8981
8824
|
};
|
|
8982
|
-
type Subscription_RootToken_Ownerships_By_PkArgs = {
|
|
8983
|
-
property_version: Scalars['numeric']['input'];
|
|
8984
|
-
table_handle: Scalars['String']['input'];
|
|
8985
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
8986
|
-
transaction_version: Scalars['bigint']['input'];
|
|
8987
|
-
};
|
|
8988
8825
|
type Subscription_RootToken_Ownerships_StreamArgs = {
|
|
8989
8826
|
batch_size: Scalars['Int']['input'];
|
|
8990
8827
|
cursor: Array<InputMaybe<Token_Ownerships_Stream_Cursor_Input>>;
|
|
@@ -8997,11 +8834,6 @@ type Subscription_RootTokensArgs = {
|
|
|
8997
8834
|
order_by?: InputMaybe<Array<Tokens_Order_By>>;
|
|
8998
8835
|
where?: InputMaybe<Tokens_Bool_Exp>;
|
|
8999
8836
|
};
|
|
9000
|
-
type Subscription_RootTokens_By_PkArgs = {
|
|
9001
|
-
property_version: Scalars['numeric']['input'];
|
|
9002
|
-
token_data_id_hash: Scalars['String']['input'];
|
|
9003
|
-
transaction_version: Scalars['bigint']['input'];
|
|
9004
|
-
};
|
|
9005
8837
|
type Subscription_RootTokens_StreamArgs = {
|
|
9006
8838
|
batch_size: Scalars['Int']['input'];
|
|
9007
8839
|
cursor: Array<InputMaybe<Tokens_Stream_Cursor_Input>>;
|
|
@@ -9160,7 +8992,7 @@ type Timestamptz_Comparison_Exp = {
|
|
|
9160
8992
|
_neq?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
9161
8993
|
_nin?: InputMaybe<Array<Scalars['timestamptz']['input']>>;
|
|
9162
8994
|
};
|
|
9163
|
-
/** columns and relationships of "token_activities" */
|
|
8995
|
+
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
9164
8996
|
type Token_Activities = {
|
|
9165
8997
|
__typename?: 'token_activities';
|
|
9166
8998
|
/** An array relationship */
|
|
@@ -9171,28 +9003,28 @@ type Token_Activities = {
|
|
|
9171
9003
|
aptos_names_to: Array<Current_Aptos_Names>;
|
|
9172
9004
|
/** An aggregate relationship */
|
|
9173
9005
|
aptos_names_to_aggregate: Current_Aptos_Names_Aggregate;
|
|
9174
|
-
coin_amount?: Maybe<Scalars['
|
|
9006
|
+
coin_amount?: Maybe<Scalars['String']['output']>;
|
|
9175
9007
|
coin_type?: Maybe<Scalars['String']['output']>;
|
|
9176
|
-
collection_data_id_hash
|
|
9177
|
-
collection_name
|
|
9178
|
-
creator_address
|
|
9008
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9009
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
9010
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
9179
9011
|
/** An object relationship */
|
|
9180
9012
|
current_token_data?: Maybe<Current_Token_Datas>;
|
|
9181
|
-
event_account_address
|
|
9182
|
-
event_creation_number
|
|
9013
|
+
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
9014
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
9183
9015
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
9184
|
-
event_sequence_number
|
|
9016
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
9185
9017
|
from_address?: Maybe<Scalars['String']['output']>;
|
|
9186
|
-
name
|
|
9187
|
-
property_version
|
|
9018
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9019
|
+
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
9188
9020
|
to_address?: Maybe<Scalars['String']['output']>;
|
|
9189
|
-
token_amount
|
|
9190
|
-
token_data_id_hash
|
|
9191
|
-
transaction_timestamp
|
|
9192
|
-
transaction_version
|
|
9193
|
-
transfer_type
|
|
9021
|
+
token_amount?: Maybe<Scalars['numeric']['output']>;
|
|
9022
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9023
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
9024
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
9025
|
+
transfer_type?: Maybe<Scalars['String']['output']>;
|
|
9194
9026
|
};
|
|
9195
|
-
/** columns and relationships of "token_activities" */
|
|
9027
|
+
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
9196
9028
|
type Token_ActivitiesAptos_Names_OwnerArgs = {
|
|
9197
9029
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
9198
9030
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9200,7 +9032,7 @@ type Token_ActivitiesAptos_Names_OwnerArgs = {
|
|
|
9200
9032
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
9201
9033
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
9202
9034
|
};
|
|
9203
|
-
/** columns and relationships of "token_activities" */
|
|
9035
|
+
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
9204
9036
|
type Token_ActivitiesAptos_Names_Owner_AggregateArgs = {
|
|
9205
9037
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
9206
9038
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9208,7 +9040,7 @@ type Token_ActivitiesAptos_Names_Owner_AggregateArgs = {
|
|
|
9208
9040
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
9209
9041
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
9210
9042
|
};
|
|
9211
|
-
/** columns and relationships of "token_activities" */
|
|
9043
|
+
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
9212
9044
|
type Token_ActivitiesAptos_Names_ToArgs = {
|
|
9213
9045
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
9214
9046
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9216,7 +9048,7 @@ type Token_ActivitiesAptos_Names_ToArgs = {
|
|
|
9216
9048
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
9217
9049
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
9218
9050
|
};
|
|
9219
|
-
/** columns and relationships of "token_activities" */
|
|
9051
|
+
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
9220
9052
|
type Token_ActivitiesAptos_Names_To_AggregateArgs = {
|
|
9221
9053
|
distinct_on?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
|
|
9222
9054
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9224,7 +9056,7 @@ type Token_ActivitiesAptos_Names_To_AggregateArgs = {
|
|
|
9224
9056
|
order_by?: InputMaybe<Array<Current_Aptos_Names_Order_By>>;
|
|
9225
9057
|
where?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
9226
9058
|
};
|
|
9227
|
-
/** aggregated selection of "token_activities" */
|
|
9059
|
+
/** aggregated selection of "legacy_migration_v1.token_activities" */
|
|
9228
9060
|
type Token_Activities_Aggregate = {
|
|
9229
9061
|
__typename?: 'token_activities_aggregate';
|
|
9230
9062
|
aggregate?: Maybe<Token_Activities_Aggregate_Fields>;
|
|
@@ -9239,7 +9071,7 @@ type Token_Activities_Aggregate_Bool_Exp_Count = {
|
|
|
9239
9071
|
filter?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
9240
9072
|
predicate: Int_Comparison_Exp;
|
|
9241
9073
|
};
|
|
9242
|
-
/** aggregate fields of "token_activities" */
|
|
9074
|
+
/** aggregate fields of "legacy_migration_v1.token_activities" */
|
|
9243
9075
|
type Token_Activities_Aggregate_Fields = {
|
|
9244
9076
|
__typename?: 'token_activities_aggregate_fields';
|
|
9245
9077
|
avg?: Maybe<Token_Activities_Avg_Fields>;
|
|
@@ -9254,12 +9086,12 @@ type Token_Activities_Aggregate_Fields = {
|
|
|
9254
9086
|
var_samp?: Maybe<Token_Activities_Var_Samp_Fields>;
|
|
9255
9087
|
variance?: Maybe<Token_Activities_Variance_Fields>;
|
|
9256
9088
|
};
|
|
9257
|
-
/** aggregate fields of "token_activities" */
|
|
9089
|
+
/** aggregate fields of "legacy_migration_v1.token_activities" */
|
|
9258
9090
|
type Token_Activities_Aggregate_FieldsCountArgs = {
|
|
9259
9091
|
columns?: InputMaybe<Array<Token_Activities_Select_Column>>;
|
|
9260
9092
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9261
9093
|
};
|
|
9262
|
-
/** order by aggregate values of table "token_activities" */
|
|
9094
|
+
/** order by aggregate values of table "legacy_migration_v1.token_activities" */
|
|
9263
9095
|
type Token_Activities_Aggregate_Order_By = {
|
|
9264
9096
|
avg?: InputMaybe<Token_Activities_Avg_Order_By>;
|
|
9265
9097
|
count?: InputMaybe<Order_By>;
|
|
@@ -9276,7 +9108,6 @@ type Token_Activities_Aggregate_Order_By = {
|
|
|
9276
9108
|
/** aggregate avg on columns */
|
|
9277
9109
|
type Token_Activities_Avg_Fields = {
|
|
9278
9110
|
__typename?: 'token_activities_avg_fields';
|
|
9279
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
9280
9111
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
9281
9112
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
9282
9113
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -9284,9 +9115,8 @@ type Token_Activities_Avg_Fields = {
|
|
|
9284
9115
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
9285
9116
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
9286
9117
|
};
|
|
9287
|
-
/** order by avg() on columns of table "token_activities" */
|
|
9118
|
+
/** order by avg() on columns of table "legacy_migration_v1.token_activities" */
|
|
9288
9119
|
type Token_Activities_Avg_Order_By = {
|
|
9289
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
9290
9120
|
event_creation_number?: InputMaybe<Order_By>;
|
|
9291
9121
|
event_index?: InputMaybe<Order_By>;
|
|
9292
9122
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -9294,7 +9124,7 @@ type Token_Activities_Avg_Order_By = {
|
|
|
9294
9124
|
token_amount?: InputMaybe<Order_By>;
|
|
9295
9125
|
transaction_version?: InputMaybe<Order_By>;
|
|
9296
9126
|
};
|
|
9297
|
-
/** Boolean expression to filter rows from the table "token_activities". All fields are combined with a logical 'AND'. */
|
|
9127
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.token_activities". All fields are combined with a logical 'AND'. */
|
|
9298
9128
|
type Token_Activities_Bool_Exp = {
|
|
9299
9129
|
_and?: InputMaybe<Array<Token_Activities_Bool_Exp>>;
|
|
9300
9130
|
_not?: InputMaybe<Token_Activities_Bool_Exp>;
|
|
@@ -9303,16 +9133,16 @@ type Token_Activities_Bool_Exp = {
|
|
|
9303
9133
|
aptos_names_owner_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
|
|
9304
9134
|
aptos_names_to?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
|
|
9305
9135
|
aptos_names_to_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
|
|
9306
|
-
coin_amount?: InputMaybe<
|
|
9136
|
+
coin_amount?: InputMaybe<String_Comparison_Exp>;
|
|
9307
9137
|
coin_type?: InputMaybe<String_Comparison_Exp>;
|
|
9308
9138
|
collection_data_id_hash?: InputMaybe<String_Comparison_Exp>;
|
|
9309
9139
|
collection_name?: InputMaybe<String_Comparison_Exp>;
|
|
9310
9140
|
creator_address?: InputMaybe<String_Comparison_Exp>;
|
|
9311
9141
|
current_token_data?: InputMaybe<Current_Token_Datas_Bool_Exp>;
|
|
9312
9142
|
event_account_address?: InputMaybe<String_Comparison_Exp>;
|
|
9313
|
-
event_creation_number?: InputMaybe<
|
|
9143
|
+
event_creation_number?: InputMaybe<Int_Comparison_Exp>;
|
|
9314
9144
|
event_index?: InputMaybe<Bigint_Comparison_Exp>;
|
|
9315
|
-
event_sequence_number?: InputMaybe<
|
|
9145
|
+
event_sequence_number?: InputMaybe<Int_Comparison_Exp>;
|
|
9316
9146
|
from_address?: InputMaybe<String_Comparison_Exp>;
|
|
9317
9147
|
name?: InputMaybe<String_Comparison_Exp>;
|
|
9318
9148
|
property_version?: InputMaybe<Numeric_Comparison_Exp>;
|
|
@@ -9326,15 +9156,15 @@ type Token_Activities_Bool_Exp = {
|
|
|
9326
9156
|
/** aggregate max on columns */
|
|
9327
9157
|
type Token_Activities_Max_Fields = {
|
|
9328
9158
|
__typename?: 'token_activities_max_fields';
|
|
9329
|
-
coin_amount?: Maybe<Scalars['
|
|
9159
|
+
coin_amount?: Maybe<Scalars['String']['output']>;
|
|
9330
9160
|
coin_type?: Maybe<Scalars['String']['output']>;
|
|
9331
9161
|
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9332
9162
|
collection_name?: Maybe<Scalars['String']['output']>;
|
|
9333
9163
|
creator_address?: Maybe<Scalars['String']['output']>;
|
|
9334
9164
|
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
9335
|
-
event_creation_number?: Maybe<Scalars['
|
|
9165
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
9336
9166
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
9337
|
-
event_sequence_number?: Maybe<Scalars['
|
|
9167
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
9338
9168
|
from_address?: Maybe<Scalars['String']['output']>;
|
|
9339
9169
|
name?: Maybe<Scalars['String']['output']>;
|
|
9340
9170
|
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -9345,7 +9175,7 @@ type Token_Activities_Max_Fields = {
|
|
|
9345
9175
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
9346
9176
|
transfer_type?: Maybe<Scalars['String']['output']>;
|
|
9347
9177
|
};
|
|
9348
|
-
/** order by max() on columns of table "token_activities" */
|
|
9178
|
+
/** order by max() on columns of table "legacy_migration_v1.token_activities" */
|
|
9349
9179
|
type Token_Activities_Max_Order_By = {
|
|
9350
9180
|
coin_amount?: InputMaybe<Order_By>;
|
|
9351
9181
|
coin_type?: InputMaybe<Order_By>;
|
|
@@ -9369,15 +9199,15 @@ type Token_Activities_Max_Order_By = {
|
|
|
9369
9199
|
/** aggregate min on columns */
|
|
9370
9200
|
type Token_Activities_Min_Fields = {
|
|
9371
9201
|
__typename?: 'token_activities_min_fields';
|
|
9372
|
-
coin_amount?: Maybe<Scalars['
|
|
9202
|
+
coin_amount?: Maybe<Scalars['String']['output']>;
|
|
9373
9203
|
coin_type?: Maybe<Scalars['String']['output']>;
|
|
9374
9204
|
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9375
9205
|
collection_name?: Maybe<Scalars['String']['output']>;
|
|
9376
9206
|
creator_address?: Maybe<Scalars['String']['output']>;
|
|
9377
9207
|
event_account_address?: Maybe<Scalars['String']['output']>;
|
|
9378
|
-
event_creation_number?: Maybe<Scalars['
|
|
9208
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
9379
9209
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
9380
|
-
event_sequence_number?: Maybe<Scalars['
|
|
9210
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
9381
9211
|
from_address?: Maybe<Scalars['String']['output']>;
|
|
9382
9212
|
name?: Maybe<Scalars['String']['output']>;
|
|
9383
9213
|
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
@@ -9388,7 +9218,7 @@ type Token_Activities_Min_Fields = {
|
|
|
9388
9218
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
9389
9219
|
transfer_type?: Maybe<Scalars['String']['output']>;
|
|
9390
9220
|
};
|
|
9391
|
-
/** order by min() on columns of table "token_activities" */
|
|
9221
|
+
/** order by min() on columns of table "legacy_migration_v1.token_activities" */
|
|
9392
9222
|
type Token_Activities_Min_Order_By = {
|
|
9393
9223
|
coin_amount?: InputMaybe<Order_By>;
|
|
9394
9224
|
coin_type?: InputMaybe<Order_By>;
|
|
@@ -9409,7 +9239,7 @@ type Token_Activities_Min_Order_By = {
|
|
|
9409
9239
|
transaction_version?: InputMaybe<Order_By>;
|
|
9410
9240
|
transfer_type?: InputMaybe<Order_By>;
|
|
9411
9241
|
};
|
|
9412
|
-
/** Ordering options when selecting data from "token_activities". */
|
|
9242
|
+
/** Ordering options when selecting data from "legacy_migration_v1.token_activities". */
|
|
9413
9243
|
type Token_Activities_Order_By = {
|
|
9414
9244
|
aptos_names_owner_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Order_By>;
|
|
9415
9245
|
aptos_names_to_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Order_By>;
|
|
@@ -9433,7 +9263,7 @@ type Token_Activities_Order_By = {
|
|
|
9433
9263
|
transaction_version?: InputMaybe<Order_By>;
|
|
9434
9264
|
transfer_type?: InputMaybe<Order_By>;
|
|
9435
9265
|
};
|
|
9436
|
-
/** select columns of table "token_activities" */
|
|
9266
|
+
/** select columns of table "legacy_migration_v1.token_activities" */
|
|
9437
9267
|
declare enum Token_Activities_Select_Column {
|
|
9438
9268
|
/** column name */
|
|
9439
9269
|
CoinAmount = "coin_amount",
|
|
@@ -9475,7 +9305,6 @@ declare enum Token_Activities_Select_Column {
|
|
|
9475
9305
|
/** aggregate stddev on columns */
|
|
9476
9306
|
type Token_Activities_Stddev_Fields = {
|
|
9477
9307
|
__typename?: 'token_activities_stddev_fields';
|
|
9478
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
9479
9308
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
9480
9309
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
9481
9310
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -9483,9 +9312,8 @@ type Token_Activities_Stddev_Fields = {
|
|
|
9483
9312
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
9484
9313
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
9485
9314
|
};
|
|
9486
|
-
/** order by stddev() on columns of table "token_activities" */
|
|
9315
|
+
/** order by stddev() on columns of table "legacy_migration_v1.token_activities" */
|
|
9487
9316
|
type Token_Activities_Stddev_Order_By = {
|
|
9488
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
9489
9317
|
event_creation_number?: InputMaybe<Order_By>;
|
|
9490
9318
|
event_index?: InputMaybe<Order_By>;
|
|
9491
9319
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -9496,7 +9324,6 @@ type Token_Activities_Stddev_Order_By = {
|
|
|
9496
9324
|
/** aggregate stddev_pop on columns */
|
|
9497
9325
|
type Token_Activities_Stddev_Pop_Fields = {
|
|
9498
9326
|
__typename?: 'token_activities_stddev_pop_fields';
|
|
9499
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
9500
9327
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
9501
9328
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
9502
9329
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -9504,9 +9331,8 @@ type Token_Activities_Stddev_Pop_Fields = {
|
|
|
9504
9331
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
9505
9332
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
9506
9333
|
};
|
|
9507
|
-
/** order by stddev_pop() on columns of table "token_activities" */
|
|
9334
|
+
/** order by stddev_pop() on columns of table "legacy_migration_v1.token_activities" */
|
|
9508
9335
|
type Token_Activities_Stddev_Pop_Order_By = {
|
|
9509
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
9510
9336
|
event_creation_number?: InputMaybe<Order_By>;
|
|
9511
9337
|
event_index?: InputMaybe<Order_By>;
|
|
9512
9338
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -9517,7 +9343,6 @@ type Token_Activities_Stddev_Pop_Order_By = {
|
|
|
9517
9343
|
/** aggregate stddev_samp on columns */
|
|
9518
9344
|
type Token_Activities_Stddev_Samp_Fields = {
|
|
9519
9345
|
__typename?: 'token_activities_stddev_samp_fields';
|
|
9520
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
9521
9346
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
9522
9347
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
9523
9348
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -9525,9 +9350,8 @@ type Token_Activities_Stddev_Samp_Fields = {
|
|
|
9525
9350
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
9526
9351
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
9527
9352
|
};
|
|
9528
|
-
/** order by stddev_samp() on columns of table "token_activities" */
|
|
9353
|
+
/** order by stddev_samp() on columns of table "legacy_migration_v1.token_activities" */
|
|
9529
9354
|
type Token_Activities_Stddev_Samp_Order_By = {
|
|
9530
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
9531
9355
|
event_creation_number?: InputMaybe<Order_By>;
|
|
9532
9356
|
event_index?: InputMaybe<Order_By>;
|
|
9533
9357
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -9544,15 +9368,15 @@ type Token_Activities_Stream_Cursor_Input = {
|
|
|
9544
9368
|
};
|
|
9545
9369
|
/** Initial value of the column from where the streaming should start */
|
|
9546
9370
|
type Token_Activities_Stream_Cursor_Value_Input = {
|
|
9547
|
-
coin_amount?: InputMaybe<Scalars['
|
|
9371
|
+
coin_amount?: InputMaybe<Scalars['String']['input']>;
|
|
9548
9372
|
coin_type?: InputMaybe<Scalars['String']['input']>;
|
|
9549
9373
|
collection_data_id_hash?: InputMaybe<Scalars['String']['input']>;
|
|
9550
9374
|
collection_name?: InputMaybe<Scalars['String']['input']>;
|
|
9551
9375
|
creator_address?: InputMaybe<Scalars['String']['input']>;
|
|
9552
9376
|
event_account_address?: InputMaybe<Scalars['String']['input']>;
|
|
9553
|
-
event_creation_number?: InputMaybe<Scalars['
|
|
9377
|
+
event_creation_number?: InputMaybe<Scalars['Int']['input']>;
|
|
9554
9378
|
event_index?: InputMaybe<Scalars['bigint']['input']>;
|
|
9555
|
-
event_sequence_number?: InputMaybe<Scalars['
|
|
9379
|
+
event_sequence_number?: InputMaybe<Scalars['Int']['input']>;
|
|
9556
9380
|
from_address?: InputMaybe<Scalars['String']['input']>;
|
|
9557
9381
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
9558
9382
|
property_version?: InputMaybe<Scalars['numeric']['input']>;
|
|
@@ -9566,17 +9390,15 @@ type Token_Activities_Stream_Cursor_Value_Input = {
|
|
|
9566
9390
|
/** aggregate sum on columns */
|
|
9567
9391
|
type Token_Activities_Sum_Fields = {
|
|
9568
9392
|
__typename?: 'token_activities_sum_fields';
|
|
9569
|
-
|
|
9570
|
-
event_creation_number?: Maybe<Scalars['bigint']['output']>;
|
|
9393
|
+
event_creation_number?: Maybe<Scalars['Int']['output']>;
|
|
9571
9394
|
event_index?: Maybe<Scalars['bigint']['output']>;
|
|
9572
|
-
event_sequence_number?: Maybe<Scalars['
|
|
9395
|
+
event_sequence_number?: Maybe<Scalars['Int']['output']>;
|
|
9573
9396
|
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
9574
9397
|
token_amount?: Maybe<Scalars['numeric']['output']>;
|
|
9575
9398
|
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
9576
9399
|
};
|
|
9577
|
-
/** order by sum() on columns of table "token_activities" */
|
|
9400
|
+
/** order by sum() on columns of table "legacy_migration_v1.token_activities" */
|
|
9578
9401
|
type Token_Activities_Sum_Order_By = {
|
|
9579
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
9580
9402
|
event_creation_number?: InputMaybe<Order_By>;
|
|
9581
9403
|
event_index?: InputMaybe<Order_By>;
|
|
9582
9404
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -10016,7 +9838,6 @@ type Token_Activities_V2_Variance_Order_By = {
|
|
|
10016
9838
|
/** aggregate var_pop on columns */
|
|
10017
9839
|
type Token_Activities_Var_Pop_Fields = {
|
|
10018
9840
|
__typename?: 'token_activities_var_pop_fields';
|
|
10019
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
10020
9841
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
10021
9842
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
10022
9843
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -10024,9 +9845,8 @@ type Token_Activities_Var_Pop_Fields = {
|
|
|
10024
9845
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
10025
9846
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
10026
9847
|
};
|
|
10027
|
-
/** order by var_pop() on columns of table "token_activities" */
|
|
9848
|
+
/** order by var_pop() on columns of table "legacy_migration_v1.token_activities" */
|
|
10028
9849
|
type Token_Activities_Var_Pop_Order_By = {
|
|
10029
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
10030
9850
|
event_creation_number?: InputMaybe<Order_By>;
|
|
10031
9851
|
event_index?: InputMaybe<Order_By>;
|
|
10032
9852
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -10037,7 +9857,6 @@ type Token_Activities_Var_Pop_Order_By = {
|
|
|
10037
9857
|
/** aggregate var_samp on columns */
|
|
10038
9858
|
type Token_Activities_Var_Samp_Fields = {
|
|
10039
9859
|
__typename?: 'token_activities_var_samp_fields';
|
|
10040
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
10041
9860
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
10042
9861
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
10043
9862
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -10045,9 +9864,8 @@ type Token_Activities_Var_Samp_Fields = {
|
|
|
10045
9864
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
10046
9865
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
10047
9866
|
};
|
|
10048
|
-
/** order by var_samp() on columns of table "token_activities" */
|
|
9867
|
+
/** order by var_samp() on columns of table "legacy_migration_v1.token_activities" */
|
|
10049
9868
|
type Token_Activities_Var_Samp_Order_By = {
|
|
10050
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
10051
9869
|
event_creation_number?: InputMaybe<Order_By>;
|
|
10052
9870
|
event_index?: InputMaybe<Order_By>;
|
|
10053
9871
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -10058,7 +9876,6 @@ type Token_Activities_Var_Samp_Order_By = {
|
|
|
10058
9876
|
/** aggregate variance on columns */
|
|
10059
9877
|
type Token_Activities_Variance_Fields = {
|
|
10060
9878
|
__typename?: 'token_activities_variance_fields';
|
|
10061
|
-
coin_amount?: Maybe<Scalars['Float']['output']>;
|
|
10062
9879
|
event_creation_number?: Maybe<Scalars['Float']['output']>;
|
|
10063
9880
|
event_index?: Maybe<Scalars['Float']['output']>;
|
|
10064
9881
|
event_sequence_number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -10066,9 +9883,8 @@ type Token_Activities_Variance_Fields = {
|
|
|
10066
9883
|
token_amount?: Maybe<Scalars['Float']['output']>;
|
|
10067
9884
|
transaction_version?: Maybe<Scalars['Float']['output']>;
|
|
10068
9885
|
};
|
|
10069
|
-
/** order by variance() on columns of table "token_activities" */
|
|
9886
|
+
/** order by variance() on columns of table "legacy_migration_v1.token_activities" */
|
|
10070
9887
|
type Token_Activities_Variance_Order_By = {
|
|
10071
|
-
coin_amount?: InputMaybe<Order_By>;
|
|
10072
9888
|
event_creation_number?: InputMaybe<Order_By>;
|
|
10073
9889
|
event_index?: InputMaybe<Order_By>;
|
|
10074
9890
|
event_sequence_number?: InputMaybe<Order_By>;
|
|
@@ -10076,36 +9892,36 @@ type Token_Activities_Variance_Order_By = {
|
|
|
10076
9892
|
token_amount?: InputMaybe<Order_By>;
|
|
10077
9893
|
transaction_version?: InputMaybe<Order_By>;
|
|
10078
9894
|
};
|
|
10079
|
-
/** columns and relationships of "token_datas" */
|
|
9895
|
+
/** columns and relationships of "legacy_migration_v1.token_datas" */
|
|
10080
9896
|
type Token_Datas = {
|
|
10081
9897
|
__typename?: 'token_datas';
|
|
10082
|
-
collection_data_id_hash
|
|
10083
|
-
collection_name
|
|
10084
|
-
creator_address
|
|
10085
|
-
default_properties
|
|
10086
|
-
description
|
|
10087
|
-
description_mutable
|
|
10088
|
-
largest_property_version
|
|
10089
|
-
maximum
|
|
10090
|
-
maximum_mutable
|
|
10091
|
-
metadata_uri
|
|
10092
|
-
name
|
|
10093
|
-
payee_address
|
|
10094
|
-
properties_mutable
|
|
10095
|
-
royalty_mutable
|
|
10096
|
-
royalty_points_denominator
|
|
10097
|
-
royalty_points_numerator
|
|
10098
|
-
supply
|
|
10099
|
-
token_data_id_hash
|
|
10100
|
-
transaction_timestamp
|
|
10101
|
-
transaction_version
|
|
10102
|
-
uri_mutable
|
|
9898
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9899
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
9900
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
9901
|
+
default_properties?: Maybe<Scalars['jsonb']['output']>;
|
|
9902
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
9903
|
+
description_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
9904
|
+
largest_property_version?: Maybe<Scalars['numeric']['output']>;
|
|
9905
|
+
maximum?: Maybe<Scalars['numeric']['output']>;
|
|
9906
|
+
maximum_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
9907
|
+
metadata_uri?: Maybe<Scalars['String']['output']>;
|
|
9908
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9909
|
+
payee_address?: Maybe<Scalars['String']['output']>;
|
|
9910
|
+
properties_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
9911
|
+
royalty_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
9912
|
+
royalty_points_denominator?: Maybe<Scalars['String']['output']>;
|
|
9913
|
+
royalty_points_numerator?: Maybe<Scalars['String']['output']>;
|
|
9914
|
+
supply?: Maybe<Scalars['numeric']['output']>;
|
|
9915
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
9916
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
9917
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
9918
|
+
uri_mutable?: Maybe<Scalars['Boolean']['output']>;
|
|
10103
9919
|
};
|
|
10104
|
-
/** columns and relationships of "token_datas" */
|
|
9920
|
+
/** columns and relationships of "legacy_migration_v1.token_datas" */
|
|
10105
9921
|
type Token_DatasDefault_PropertiesArgs = {
|
|
10106
9922
|
path?: InputMaybe<Scalars['String']['input']>;
|
|
10107
9923
|
};
|
|
10108
|
-
/** Boolean expression to filter rows from the table "token_datas". All fields are combined with a logical 'AND'. */
|
|
9924
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.token_datas". All fields are combined with a logical 'AND'. */
|
|
10109
9925
|
type Token_Datas_Bool_Exp = {
|
|
10110
9926
|
_and?: InputMaybe<Array<Token_Datas_Bool_Exp>>;
|
|
10111
9927
|
_not?: InputMaybe<Token_Datas_Bool_Exp>;
|
|
@@ -10124,15 +9940,15 @@ type Token_Datas_Bool_Exp = {
|
|
|
10124
9940
|
payee_address?: InputMaybe<String_Comparison_Exp>;
|
|
10125
9941
|
properties_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
10126
9942
|
royalty_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
10127
|
-
royalty_points_denominator?: InputMaybe<
|
|
10128
|
-
royalty_points_numerator?: InputMaybe<
|
|
9943
|
+
royalty_points_denominator?: InputMaybe<String_Comparison_Exp>;
|
|
9944
|
+
royalty_points_numerator?: InputMaybe<String_Comparison_Exp>;
|
|
10129
9945
|
supply?: InputMaybe<Numeric_Comparison_Exp>;
|
|
10130
9946
|
token_data_id_hash?: InputMaybe<String_Comparison_Exp>;
|
|
10131
9947
|
transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
10132
9948
|
transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
10133
9949
|
uri_mutable?: InputMaybe<Boolean_Comparison_Exp>;
|
|
10134
9950
|
};
|
|
10135
|
-
/** Ordering options when selecting data from "token_datas". */
|
|
9951
|
+
/** Ordering options when selecting data from "legacy_migration_v1.token_datas". */
|
|
10136
9952
|
type Token_Datas_Order_By = {
|
|
10137
9953
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
10138
9954
|
collection_name?: InputMaybe<Order_By>;
|
|
@@ -10156,7 +9972,7 @@ type Token_Datas_Order_By = {
|
|
|
10156
9972
|
transaction_version?: InputMaybe<Order_By>;
|
|
10157
9973
|
uri_mutable?: InputMaybe<Order_By>;
|
|
10158
9974
|
};
|
|
10159
|
-
/** select columns of table "token_datas" */
|
|
9975
|
+
/** select columns of table "legacy_migration_v1.token_datas" */
|
|
10160
9976
|
declare enum Token_Datas_Select_Column {
|
|
10161
9977
|
/** column name */
|
|
10162
9978
|
CollectionDataIdHash = "collection_data_id_hash",
|
|
@@ -10224,31 +10040,31 @@ type Token_Datas_Stream_Cursor_Value_Input = {
|
|
|
10224
10040
|
payee_address?: InputMaybe<Scalars['String']['input']>;
|
|
10225
10041
|
properties_mutable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10226
10042
|
royalty_mutable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10227
|
-
royalty_points_denominator?: InputMaybe<Scalars['
|
|
10228
|
-
royalty_points_numerator?: InputMaybe<Scalars['
|
|
10043
|
+
royalty_points_denominator?: InputMaybe<Scalars['String']['input']>;
|
|
10044
|
+
royalty_points_numerator?: InputMaybe<Scalars['String']['input']>;
|
|
10229
10045
|
supply?: InputMaybe<Scalars['numeric']['input']>;
|
|
10230
10046
|
token_data_id_hash?: InputMaybe<Scalars['String']['input']>;
|
|
10231
10047
|
transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
10232
10048
|
transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
10233
10049
|
uri_mutable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10234
10050
|
};
|
|
10235
|
-
/** columns and relationships of "token_ownerships" */
|
|
10051
|
+
/** columns and relationships of "legacy_migration_v1.token_ownerships" */
|
|
10236
10052
|
type Token_Ownerships = {
|
|
10237
10053
|
__typename?: 'token_ownerships';
|
|
10238
|
-
amount
|
|
10239
|
-
collection_data_id_hash
|
|
10240
|
-
collection_name
|
|
10241
|
-
creator_address
|
|
10242
|
-
name
|
|
10054
|
+
amount?: Maybe<Scalars['numeric']['output']>;
|
|
10055
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
10056
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
10057
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
10058
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
10243
10059
|
owner_address?: Maybe<Scalars['String']['output']>;
|
|
10244
|
-
property_version
|
|
10245
|
-
table_handle
|
|
10060
|
+
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
10061
|
+
table_handle?: Maybe<Scalars['String']['output']>;
|
|
10246
10062
|
table_type?: Maybe<Scalars['String']['output']>;
|
|
10247
|
-
token_data_id_hash
|
|
10248
|
-
transaction_timestamp
|
|
10249
|
-
transaction_version
|
|
10063
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
10064
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
10065
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
10250
10066
|
};
|
|
10251
|
-
/** Boolean expression to filter rows from the table "token_ownerships". All fields are combined with a logical 'AND'. */
|
|
10067
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.token_ownerships". All fields are combined with a logical 'AND'. */
|
|
10252
10068
|
type Token_Ownerships_Bool_Exp = {
|
|
10253
10069
|
_and?: InputMaybe<Array<Token_Ownerships_Bool_Exp>>;
|
|
10254
10070
|
_not?: InputMaybe<Token_Ownerships_Bool_Exp>;
|
|
@@ -10266,7 +10082,7 @@ type Token_Ownerships_Bool_Exp = {
|
|
|
10266
10082
|
transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
10267
10083
|
transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
10268
10084
|
};
|
|
10269
|
-
/** Ordering options when selecting data from "token_ownerships". */
|
|
10085
|
+
/** Ordering options when selecting data from "legacy_migration_v1.token_ownerships". */
|
|
10270
10086
|
type Token_Ownerships_Order_By = {
|
|
10271
10087
|
amount?: InputMaybe<Order_By>;
|
|
10272
10088
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
@@ -10281,7 +10097,7 @@ type Token_Ownerships_Order_By = {
|
|
|
10281
10097
|
transaction_timestamp?: InputMaybe<Order_By>;
|
|
10282
10098
|
transaction_version?: InputMaybe<Order_By>;
|
|
10283
10099
|
};
|
|
10284
|
-
/** select columns of table "token_ownerships" */
|
|
10100
|
+
/** select columns of table "legacy_migration_v1.token_ownerships" */
|
|
10285
10101
|
declare enum Token_Ownerships_Select_Column {
|
|
10286
10102
|
/** column name */
|
|
10287
10103
|
Amount = "amount",
|
|
@@ -10330,24 +10146,24 @@ type Token_Ownerships_Stream_Cursor_Value_Input = {
|
|
|
10330
10146
|
transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
|
|
10331
10147
|
transaction_version?: InputMaybe<Scalars['bigint']['input']>;
|
|
10332
10148
|
};
|
|
10333
|
-
/** columns and relationships of "tokens" */
|
|
10149
|
+
/** columns and relationships of "legacy_migration_v1.tokens" */
|
|
10334
10150
|
type Tokens = {
|
|
10335
10151
|
__typename?: 'tokens';
|
|
10336
|
-
collection_data_id_hash
|
|
10337
|
-
collection_name
|
|
10338
|
-
creator_address
|
|
10339
|
-
name
|
|
10340
|
-
property_version
|
|
10341
|
-
token_data_id_hash
|
|
10342
|
-
token_properties
|
|
10343
|
-
transaction_timestamp
|
|
10344
|
-
transaction_version
|
|
10152
|
+
collection_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
10153
|
+
collection_name?: Maybe<Scalars['String']['output']>;
|
|
10154
|
+
creator_address?: Maybe<Scalars['String']['output']>;
|
|
10155
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
10156
|
+
property_version?: Maybe<Scalars['numeric']['output']>;
|
|
10157
|
+
token_data_id_hash?: Maybe<Scalars['String']['output']>;
|
|
10158
|
+
token_properties?: Maybe<Scalars['jsonb']['output']>;
|
|
10159
|
+
transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
|
|
10160
|
+
transaction_version?: Maybe<Scalars['bigint']['output']>;
|
|
10345
10161
|
};
|
|
10346
|
-
/** columns and relationships of "tokens" */
|
|
10162
|
+
/** columns and relationships of "legacy_migration_v1.tokens" */
|
|
10347
10163
|
type TokensToken_PropertiesArgs = {
|
|
10348
10164
|
path?: InputMaybe<Scalars['String']['input']>;
|
|
10349
10165
|
};
|
|
10350
|
-
/** Boolean expression to filter rows from the table "tokens". All fields are combined with a logical 'AND'. */
|
|
10166
|
+
/** Boolean expression to filter rows from the table "legacy_migration_v1.tokens". All fields are combined with a logical 'AND'. */
|
|
10351
10167
|
type Tokens_Bool_Exp = {
|
|
10352
10168
|
_and?: InputMaybe<Array<Tokens_Bool_Exp>>;
|
|
10353
10169
|
_not?: InputMaybe<Tokens_Bool_Exp>;
|
|
@@ -10362,7 +10178,7 @@ type Tokens_Bool_Exp = {
|
|
|
10362
10178
|
transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
|
|
10363
10179
|
transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
|
|
10364
10180
|
};
|
|
10365
|
-
/** Ordering options when selecting data from "tokens". */
|
|
10181
|
+
/** Ordering options when selecting data from "legacy_migration_v1.tokens". */
|
|
10366
10182
|
type Tokens_Order_By = {
|
|
10367
10183
|
collection_data_id_hash?: InputMaybe<Order_By>;
|
|
10368
10184
|
collection_name?: InputMaybe<Order_By>;
|
|
@@ -10374,7 +10190,7 @@ type Tokens_Order_By = {
|
|
|
10374
10190
|
transaction_timestamp?: InputMaybe<Order_By>;
|
|
10375
10191
|
transaction_version?: InputMaybe<Order_By>;
|
|
10376
10192
|
};
|
|
10377
|
-
/** select columns of table "tokens" */
|
|
10193
|
+
/** select columns of table "legacy_migration_v1.tokens" */
|
|
10378
10194
|
declare enum Tokens_Select_Column {
|
|
10379
10195
|
/** column name */
|
|
10380
10196
|
CollectionDataIdHash = "collection_data_id_hash",
|
|
@@ -10507,44 +10323,6 @@ type User_Transactions_Stream_Cursor_Value_Input = {
|
|
|
10507
10323
|
version?: InputMaybe<Scalars['bigint']['input']>;
|
|
10508
10324
|
};
|
|
10509
10325
|
|
|
10510
|
-
type GetAccountCoinActivityQueryVariables = Exact<{
|
|
10511
|
-
address: Scalars['String']['input'];
|
|
10512
|
-
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10513
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10514
|
-
}>;
|
|
10515
|
-
type GetAccountCoinActivityQuery = {
|
|
10516
|
-
__typename?: 'query_root';
|
|
10517
|
-
coin_activities: Array<{
|
|
10518
|
-
__typename?: 'coin_activities';
|
|
10519
|
-
transaction_timestamp: any;
|
|
10520
|
-
transaction_version: any;
|
|
10521
|
-
amount: number;
|
|
10522
|
-
activity_type: string;
|
|
10523
|
-
coin_type: string;
|
|
10524
|
-
is_gas_fee: boolean;
|
|
10525
|
-
is_transaction_success: boolean;
|
|
10526
|
-
event_account_address: string;
|
|
10527
|
-
event_creation_number: any;
|
|
10528
|
-
event_sequence_number: any;
|
|
10529
|
-
entry_function_id_str?: string | null;
|
|
10530
|
-
block_height: any;
|
|
10531
|
-
}>;
|
|
10532
|
-
};
|
|
10533
|
-
type CoinActivityFieldsFragment = {
|
|
10534
|
-
__typename?: 'coin_activities';
|
|
10535
|
-
transaction_timestamp: any;
|
|
10536
|
-
transaction_version: any;
|
|
10537
|
-
amount: number;
|
|
10538
|
-
activity_type: string;
|
|
10539
|
-
coin_type: string;
|
|
10540
|
-
is_gas_fee: boolean;
|
|
10541
|
-
is_transaction_success: boolean;
|
|
10542
|
-
event_account_address: string;
|
|
10543
|
-
event_creation_number: any;
|
|
10544
|
-
event_sequence_number: any;
|
|
10545
|
-
entry_function_id_str?: string | null;
|
|
10546
|
-
block_height: any;
|
|
10547
|
-
};
|
|
10548
10326
|
type GetAccountTokensTotalQueryVariables = Exact<{
|
|
10549
10327
|
address: Scalars['String']['input'];
|
|
10550
10328
|
where: Array<Current_Token_Ownerships_V2_Bool_Exp> | Current_Token_Ownerships_V2_Bool_Exp;
|
|
@@ -10861,18 +10639,6 @@ type TokenDataFieldsFragment = {
|
|
|
10861
10639
|
cdn_image_uri?: string | null;
|
|
10862
10640
|
} | null;
|
|
10863
10641
|
};
|
|
10864
|
-
type TokensDataFieldsFragment = {
|
|
10865
|
-
__typename?: 'tokens';
|
|
10866
|
-
creator_address: string;
|
|
10867
|
-
collection_name: string;
|
|
10868
|
-
name: string;
|
|
10869
|
-
token_data_id_hash: string;
|
|
10870
|
-
collection_data_id_hash: string;
|
|
10871
|
-
property_version: number;
|
|
10872
|
-
token_properties: any;
|
|
10873
|
-
transaction_timestamp: any;
|
|
10874
|
-
transaction_version: any;
|
|
10875
|
-
};
|
|
10876
10642
|
type CollectionDataFieldsFragment = {
|
|
10877
10643
|
__typename?: 'current_collections_v2';
|
|
10878
10644
|
uri: string;
|
|
@@ -11120,7 +10886,6 @@ type GetNumberOfDelegatorsQuery = {
|
|
|
11120
10886
|
|
|
11121
10887
|
type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string) => Promise<T>;
|
|
11122
10888
|
declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
11123
|
-
getAccountCoinActivity(variables: GetAccountCoinActivityQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountCoinActivityQuery>;
|
|
11124
10889
|
getAccountTokensTotal(variables: GetAccountTokensTotalQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountTokensTotalQuery>;
|
|
11125
10890
|
getAccountCurrentTokens(variables: GetAccountCurrentTokensQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountCurrentTokensQuery>;
|
|
11126
10891
|
getCurrentTokenData(variables: GetCurrentTokenDataQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetCurrentTokenDataQuery>;
|
|
@@ -11802,20 +11567,13 @@ interface DelegationPoolMetadata {
|
|
|
11802
11567
|
validatorStatus: ValidatorStatus;
|
|
11803
11568
|
}
|
|
11804
11569
|
|
|
11805
|
-
interface InternalSignerClient {
|
|
11806
|
-
signBuffer(buffer: Uint8Array): Promise<Uint8Array>;
|
|
11807
|
-
signTransaction(params: {
|
|
11808
|
-
aptos: Aptos;
|
|
11809
|
-
transaction: AnyRawTransaction;
|
|
11810
|
-
}): Promise<SignedTransaction>;
|
|
11811
|
-
}
|
|
11812
11570
|
interface AdapterSignerClient {
|
|
11813
|
-
signAndSubmitTransaction
|
|
11814
|
-
hash:
|
|
11815
|
-
}>;
|
|
11816
|
-
signMessage
|
|
11571
|
+
signAndSubmitTransaction(transaction: InputTransactionData): Promise<{
|
|
11572
|
+
hash: string;
|
|
11573
|
+
} | PendingTransactionResponse>;
|
|
11574
|
+
signMessage(message: SignMessagePayload): Promise<SignMessageResponse>;
|
|
11817
11575
|
}
|
|
11818
|
-
interface
|
|
11576
|
+
interface CustomSignerClient {
|
|
11819
11577
|
/**
|
|
11820
11578
|
* Sign and submit a raw transaction (signer account should be provided outside of this function)
|
|
11821
11579
|
*
|
|
@@ -11824,14 +11582,22 @@ interface RawSignerClient {
|
|
|
11824
11582
|
*/
|
|
11825
11583
|
signAndSubmitRawTransaction(params: {
|
|
11826
11584
|
aptos: Aptos;
|
|
11827
|
-
signer?: Account;
|
|
11828
11585
|
transaction: AnyRawTransaction;
|
|
11829
11586
|
}): Promise<{
|
|
11830
|
-
hash:
|
|
11831
|
-
}>;
|
|
11832
|
-
signBuffer(
|
|
11587
|
+
hash: string;
|
|
11588
|
+
} | PendingTransactionResponse>;
|
|
11589
|
+
signBuffer(params: {
|
|
11590
|
+
aptos: Aptos;
|
|
11591
|
+
buffer: Uint8Array;
|
|
11592
|
+
signer?: Account;
|
|
11593
|
+
}): Promise<Uint8Array>;
|
|
11594
|
+
signTransaction(params: {
|
|
11595
|
+
aptos: Aptos;
|
|
11596
|
+
signer?: Account;
|
|
11597
|
+
transaction: AnyRawTransaction;
|
|
11598
|
+
}): Promise<SignedTransaction>;
|
|
11833
11599
|
}
|
|
11834
|
-
type SignerClient =
|
|
11600
|
+
type SignerClient = AdapterSignerClient | CustomSignerClient;
|
|
11835
11601
|
|
|
11836
11602
|
/**
|
|
11837
11603
|
* The upper byte of an abort code identifies the category, which is shared across move modules
|
|
@@ -12390,7 +12156,7 @@ interface CreateAccountTransferPayloadArgs {
|
|
|
12390
12156
|
/**
|
|
12391
12157
|
* Build a transaction payload to create an account via a transfer.
|
|
12392
12158
|
*/
|
|
12393
|
-
declare function
|
|
12159
|
+
declare function buildCreateAccountTransferPayload({ amount, recipient, }: CreateAccountTransferPayloadArgs): InputGenerateTransactionPayloadData;
|
|
12394
12160
|
|
|
12395
12161
|
interface CoinTransferPayloadArgs {
|
|
12396
12162
|
amount: bigint;
|
|
@@ -12440,6 +12206,9 @@ declare const parseApt: (value: string) => bigint;
|
|
|
12440
12206
|
declare const formatUnits: (value: bigint, decimals: number) => string;
|
|
12441
12207
|
declare const formatApt: (value: bigint) => string;
|
|
12442
12208
|
|
|
12209
|
+
declare const convertAptosAccountToAccountInfo: (account: Account | undefined) => AccountInfo | undefined;
|
|
12210
|
+
declare const convertAptosAccountToSigner: (account: Account | undefined) => SignerClient | undefined;
|
|
12211
|
+
|
|
12443
12212
|
type CurrentTokenOwnership = GetAccountCurrentTokensQuery['current_token_ownerships_v2'][0];
|
|
12444
12213
|
type CurrentTokenData = CurrentTokenOwnership['current_token_data'];
|
|
12445
12214
|
interface FetchIndexedAccountTokensArgs {
|
|
@@ -12454,19 +12223,6 @@ type FetchIndexedAccountTokensResult = PaginationCursors & {
|
|
|
12454
12223
|
};
|
|
12455
12224
|
declare function fetchIndexedAccountTokens(this: AptosJSProClient, { address, collectionId, limit, offset, }: FetchIndexedAccountTokensArgs): Promise<FetchIndexedAccountTokensResult>;
|
|
12456
12225
|
|
|
12457
|
-
interface FetchIndexedCoinActivitiesArgs {
|
|
12458
|
-
address: string;
|
|
12459
|
-
limit?: number;
|
|
12460
|
-
offset?: number;
|
|
12461
|
-
}
|
|
12462
|
-
type FetchIndexedCoinActivitiesResult = PaginationCursors & {
|
|
12463
|
-
activities: ConfirmedActivityItem[];
|
|
12464
|
-
};
|
|
12465
|
-
/**
|
|
12466
|
-
* @description Fetches a page of coin activities for a given account address using the indexer
|
|
12467
|
-
*/
|
|
12468
|
-
declare function fetchIndexedCoinActivities(this: AptosJSProClient, { address, limit, offset }: FetchIndexedCoinActivitiesArgs): Promise<FetchIndexedCoinActivitiesResult>;
|
|
12469
|
-
|
|
12470
12226
|
interface FetchIndexedTokenActivitiesArgs {
|
|
12471
12227
|
limit?: number;
|
|
12472
12228
|
offset?: number;
|
|
@@ -12770,11 +12526,6 @@ declare class AptosJSProClient {
|
|
|
12770
12526
|
get network(): NetworkInfo;
|
|
12771
12527
|
get aptos(): Aptos;
|
|
12772
12528
|
get indexer(): {
|
|
12773
|
-
getAccountCoinActivity(variables: Exact<{
|
|
12774
|
-
address: string;
|
|
12775
|
-
offset?: InputMaybe<number> | undefined;
|
|
12776
|
-
limit?: InputMaybe<number> | undefined;
|
|
12777
|
-
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<GetAccountCoinActivityQuery>;
|
|
12778
12529
|
getAccountTokensTotal(variables: Exact<{
|
|
12779
12530
|
address: string;
|
|
12780
12531
|
where: Current_Token_Ownerships_V2_Bool_Exp | Current_Token_Ownerships_V2_Bool_Exp[];
|
|
@@ -12884,7 +12635,6 @@ declare class AptosJSProClient {
|
|
|
12884
12635
|
fetchCoinProcessorAvailability: typeof fetchCoinProcessorAvailability;
|
|
12885
12636
|
fetchFungibleAssetMetadata: typeof fetchFungibleAssetMetadata;
|
|
12886
12637
|
fetchIndexedTokenActivities: typeof fetchIndexedTokenActivities;
|
|
12887
|
-
fetchIndexedCoinActivities: typeof fetchIndexedCoinActivities;
|
|
12888
12638
|
fetchIndexedAccountCollections: typeof fetchIndexedAccountCollections;
|
|
12889
12639
|
fetchOwnedDigitalAssets: typeof fetchOwnedDigitalAssets;
|
|
12890
12640
|
fetchIndexedAccountTokens: typeof fetchIndexedAccountTokens;
|
|
@@ -12908,27 +12658,28 @@ declare class AptosJSProClient {
|
|
|
12908
12658
|
signMessage: typeof signMessage;
|
|
12909
12659
|
signBuffer: typeof signBuffer;
|
|
12910
12660
|
signAndSubmitRawTransaction: typeof signAndSubmitRawTransaction;
|
|
12661
|
+
signAndSubmitTransaction: typeof signAndSubmitTransaction;
|
|
12911
12662
|
fundAccount: typeof fundAccount;
|
|
12912
12663
|
}
|
|
12913
12664
|
|
|
12914
12665
|
interface SignAndSubmitRawTransactionArgs {
|
|
12915
|
-
signer?: Account;
|
|
12916
12666
|
transaction: AnyRawTransaction;
|
|
12917
12667
|
}
|
|
12918
12668
|
interface SignAndSubmitRawTransactionResult {
|
|
12919
|
-
hash:
|
|
12669
|
+
hash: string;
|
|
12920
12670
|
}
|
|
12921
12671
|
/**
|
|
12922
|
-
* @description Signs and submits a raw transaction
|
|
12672
|
+
* @description Signs and submits a raw transaction.
|
|
12923
12673
|
*
|
|
12924
12674
|
* @warning
|
|
12925
12675
|
* This is only available if the signer provides this function. Check the
|
|
12926
12676
|
* `new AptosJSProClient(...)` instance to see if it is available.
|
|
12927
12677
|
*/
|
|
12928
|
-
declare function signAndSubmitRawTransaction(this: AptosJSProClient, {
|
|
12678
|
+
declare function signAndSubmitRawTransaction(this: AptosJSProClient, { transaction }: SignAndSubmitRawTransactionArgs): Promise<SignAndSubmitRawTransactionResult>;
|
|
12929
12679
|
|
|
12930
12680
|
interface SignBufferArgs {
|
|
12931
12681
|
buffer: Uint8Array;
|
|
12682
|
+
signer?: Account;
|
|
12932
12683
|
}
|
|
12933
12684
|
/**
|
|
12934
12685
|
* @description Signs a buffer
|
|
@@ -12938,7 +12689,7 @@ interface SignBufferArgs {
|
|
|
12938
12689
|
* `new AptosJSProClient(...)` instance to see if it is available.
|
|
12939
12690
|
*
|
|
12940
12691
|
*/
|
|
12941
|
-
declare function signBuffer(this: AptosJSProClient, { buffer }: SignBufferArgs): Promise<Uint8Array>;
|
|
12692
|
+
declare function signBuffer(this: AptosJSProClient, { buffer, signer }: SignBufferArgs): Promise<Uint8Array>;
|
|
12942
12693
|
|
|
12943
12694
|
interface SignMessageArgs<T extends SignMessagePayload> {
|
|
12944
12695
|
message: T;
|
|
@@ -12954,6 +12705,7 @@ interface SignMessageArgs<T extends SignMessagePayload> {
|
|
|
12954
12705
|
declare function signMessage<T extends SignMessagePayload>(this: AptosJSProClient, { message }: SignMessageArgs<T>): Promise<SignMessageResponse>;
|
|
12955
12706
|
|
|
12956
12707
|
interface SignTransactionArgs {
|
|
12708
|
+
signer?: Account;
|
|
12957
12709
|
transaction: AnyRawTransaction;
|
|
12958
12710
|
}
|
|
12959
12711
|
type SignTransactionResult = SignedTransaction;
|
|
@@ -12965,13 +12717,14 @@ type SignTransactionResult = SignedTransaction;
|
|
|
12965
12717
|
* `new AptosJSProClient(...)` instance to see if it is available.
|
|
12966
12718
|
*
|
|
12967
12719
|
*/
|
|
12968
|
-
declare function signTransaction(this: AptosJSProClient, { transaction }: SignTransactionArgs): Promise<SignTransactionResult>;
|
|
12720
|
+
declare function signTransaction(this: AptosJSProClient, { signer, transaction }: SignTransactionArgs): Promise<SignTransactionResult>;
|
|
12969
12721
|
|
|
12970
12722
|
interface SimulateTransactionArgs {
|
|
12971
12723
|
options?: InputSimulateTransactionOptions;
|
|
12724
|
+
signerPublicKey?: PublicKey;
|
|
12972
12725
|
transaction: AnyRawTransactionFactory;
|
|
12973
12726
|
}
|
|
12974
|
-
declare function simulateTransaction(this: AptosJSProClient, { options, transaction }: SimulateTransactionArgs): Promise<UserTransactionResponse[]>;
|
|
12727
|
+
declare function simulateTransaction(this: AptosJSProClient, { options, signerPublicKey, transaction }: SimulateTransactionArgs): Promise<UserTransactionResponse[]>;
|
|
12975
12728
|
|
|
12976
12729
|
interface SubmitTransactionArgs {
|
|
12977
12730
|
transaction: SignedTransaction;
|
|
@@ -12983,7 +12736,6 @@ type SubmitTransactionResult = PendingTransactionResponse;
|
|
|
12983
12736
|
* @warning
|
|
12984
12737
|
* This is only available if the signer provides this function. Check the
|
|
12985
12738
|
* `new AptosJSProClient(...)` instance to see if it is available.
|
|
12986
|
-
*
|
|
12987
12739
|
*/
|
|
12988
12740
|
declare function submitTransaction(this: AptosJSProClient, { transaction }: SubmitTransactionArgs): Promise<SubmitTransactionResult>;
|
|
12989
12741
|
|
|
@@ -12994,6 +12746,21 @@ type FundAccountArgs = {
|
|
|
12994
12746
|
};
|
|
12995
12747
|
declare function fundAccount(this: AptosJSProClient, args: FundAccountArgs): Promise<UserTransactionResponse>;
|
|
12996
12748
|
|
|
12749
|
+
interface SignAndSubmitTransactionArgs extends InputTransactionData {
|
|
12750
|
+
signer?: Account;
|
|
12751
|
+
}
|
|
12752
|
+
type SignAndSubmitTransactionResult = {
|
|
12753
|
+
hash: string;
|
|
12754
|
+
} | PendingTransactionResponse;
|
|
12755
|
+
/**
|
|
12756
|
+
* @description Signs and submits a transaction using a Wallet Adapter signer.
|
|
12757
|
+
*
|
|
12758
|
+
* @warning
|
|
12759
|
+
* This is only available if the signer provides this function. Check the
|
|
12760
|
+
* `new AptosJSProClient(...)` instance to see if it is available.
|
|
12761
|
+
*/
|
|
12762
|
+
declare function signAndSubmitTransaction(this: AptosJSProClient, { data, options, sender, signer }: SignAndSubmitTransactionArgs): Promise<SignAndSubmitTransactionResult>;
|
|
12763
|
+
|
|
12997
12764
|
declare class SignerNotFoundError extends Error {
|
|
12998
12765
|
name: string;
|
|
12999
12766
|
message: string;
|
|
@@ -13002,10 +12769,22 @@ declare class AccountNotFoundError extends Error {
|
|
|
13002
12769
|
name: string;
|
|
13003
12770
|
message: string;
|
|
13004
12771
|
}
|
|
12772
|
+
declare class SenderNotFoundError extends Error {
|
|
12773
|
+
name: string;
|
|
12774
|
+
message: string;
|
|
12775
|
+
}
|
|
13005
12776
|
declare class SignerClientInvalidFunctionError extends Error {
|
|
13006
12777
|
name: string;
|
|
13007
12778
|
message: string;
|
|
13008
12779
|
}
|
|
12780
|
+
declare class WalletAdapterClientInvalidFunctionError extends Error {
|
|
12781
|
+
name: string;
|
|
12782
|
+
message: string;
|
|
12783
|
+
}
|
|
12784
|
+
declare class WalletSignerClientInvalidFunctionError extends Error {
|
|
12785
|
+
name: string;
|
|
12786
|
+
message: string;
|
|
12787
|
+
}
|
|
13009
12788
|
declare class SimulationArgumentError extends Error {
|
|
13010
12789
|
name: string;
|
|
13011
12790
|
message: string;
|
|
@@ -13108,4 +12887,4 @@ declare const rawInfoTestNet: RawCoinInfo[];
|
|
|
13108
12887
|
|
|
13109
12888
|
declare const rawInfoDevNet: RawCoinInfo[];
|
|
13110
12889
|
|
|
13111
|
-
export { APTOS_NAMES_ENDPOINT, APTOS_UNIT, AccountErrorReason, AccountInfo, AccountNotFoundError, Account_Transactions, Account_TransactionsCoin_ActivitiesArgs, Account_TransactionsCoin_Activities_AggregateArgs, Account_TransactionsDelegated_Staking_ActivitiesArgs, Account_TransactionsFungible_Asset_ActivitiesArgs, Account_TransactionsToken_ActivitiesArgs, Account_TransactionsToken_Activities_AggregateArgs, Account_TransactionsToken_Activities_V2Args, Account_TransactionsToken_Activities_V2_AggregateArgs, Account_Transactions_Aggregate, Account_Transactions_Aggregate_Fields, Account_Transactions_Aggregate_FieldsCountArgs, Account_Transactions_Avg_Fields, Account_Transactions_Bool_Exp, Account_Transactions_Max_Fields, Account_Transactions_Min_Fields, Account_Transactions_Order_By, Account_Transactions_Select_Column, Account_Transactions_Stddev_Fields, Account_Transactions_Stddev_Pop_Fields, Account_Transactions_Stddev_Samp_Fields, Account_Transactions_Stream_Cursor_Input, Account_Transactions_Stream_Cursor_Value_Input, Account_Transactions_Sum_Fields, Account_Transactions_Var_Pop_Fields, Account_Transactions_Var_Samp_Fields, Account_Transactions_Variance_Fields, ActivityEvent, ActivityItem, AdapterSignerClient, Address_Events_Summary, Address_Events_Summary_Bool_Exp, Address_Events_Summary_Order_By, Address_Events_Summary_Select_Column, Address_Events_Summary_Stream_Cursor_Input, Address_Events_Summary_Stream_Cursor_Value_Input, Address_Version_From_Events, Address_Version_From_EventsCoin_ActivitiesArgs, Address_Version_From_EventsCoin_Activities_AggregateArgs, Address_Version_From_EventsDelegated_Staking_ActivitiesArgs, Address_Version_From_EventsToken_ActivitiesArgs, Address_Version_From_EventsToken_Activities_AggregateArgs, Address_Version_From_EventsToken_Activities_V2Args, Address_Version_From_EventsToken_Activities_V2_AggregateArgs, Address_Version_From_Events_Aggregate, Address_Version_From_Events_Aggregate_Fields, Address_Version_From_Events_Aggregate_FieldsCountArgs, Address_Version_From_Events_Avg_Fields, Address_Version_From_Events_Bool_Exp, Address_Version_From_Events_Max_Fields, Address_Version_From_Events_Min_Fields, Address_Version_From_Events_Order_By, Address_Version_From_Events_Select_Column, Address_Version_From_Events_Stddev_Fields, Address_Version_From_Events_Stddev_Pop_Fields, Address_Version_From_Events_Stddev_Samp_Fields, Address_Version_From_Events_Stream_Cursor_Input, Address_Version_From_Events_Stream_Cursor_Value_Input, Address_Version_From_Events_Sum_Fields, Address_Version_From_Events_Var_Pop_Fields, Address_Version_From_Events_Var_Samp_Fields, Address_Version_From_Events_Variance_Fields, Address_Version_From_Move_Resources, Address_Version_From_Move_ResourcesCoin_ActivitiesArgs, Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs, Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs, Address_Version_From_Move_ResourcesToken_ActivitiesArgs, Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs, Address_Version_From_Move_ResourcesToken_Activities_V2Args, Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs, Address_Version_From_Move_Resources_Aggregate, Address_Version_From_Move_Resources_Aggregate_Fields, Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs, Address_Version_From_Move_Resources_Avg_Fields, Address_Version_From_Move_Resources_Bool_Exp, Address_Version_From_Move_Resources_Max_Fields, Address_Version_From_Move_Resources_Min_Fields, Address_Version_From_Move_Resources_Order_By, Address_Version_From_Move_Resources_Select_Column, Address_Version_From_Move_Resources_Stddev_Fields, Address_Version_From_Move_Resources_Stddev_Pop_Fields, Address_Version_From_Move_Resources_Stddev_Samp_Fields, Address_Version_From_Move_Resources_Stream_Cursor_Input, Address_Version_From_Move_Resources_Stream_Cursor_Value_Input, Address_Version_From_Move_Resources_Sum_Fields, Address_Version_From_Move_Resources_Var_Pop_Fields, Address_Version_From_Move_Resources_Var_Samp_Fields, Address_Version_From_Move_Resources_Variance_Fields, AnyRawTransactionFactory, AptosIdentity, AptosJSProClient, AptosJSProClientArgs, AptosJSProClientState, AptosName, BaseConfirmedActivityItem, BaseEvent$1 as BaseEvent, BaseTransaction, BaseTransactionProps, Bigint_Comparison_Exp, Block_Metadata_Transactions, Block_Metadata_TransactionsFailed_Proposer_IndicesArgs, Block_Metadata_TransactionsPrevious_Block_Votes_BitvecArgs, Block_Metadata_Transactions_Bool_Exp, Block_Metadata_Transactions_Order_By, Block_Metadata_Transactions_Select_Column, Block_Metadata_Transactions_Stream_Cursor_Input, Block_Metadata_Transactions_Stream_Cursor_Value_Input, Boolean_Comparison_Exp, COIN_GECKO_ENDPOINT, COIN_LISTS, ClientConfigs, CoinActivityFieldsFragment, CoinBalanceChange, CoinBalanceChangesByAccount, CoinBalanceChangesByCoinType, CoinDepositEvent, CoinErrorReason, CoinEvent, CoinEventActivityItem, CoinInfoData, CoinInfoResource, CoinInfoResourceData, CoinInfoWithMetadata, CoinMetadata, CoinMintTransaction, CoinRaw, CoinStoreResource, CoinStoreResourceData, CoinTransferActivityItem, CoinTransferPayloadArgs, CoinTransferTransaction, CoinType, CoinWithdrawEvent, Coin_Activities, Coin_ActivitiesAptos_NamesArgs, Coin_ActivitiesAptos_Names_AggregateArgs, Coin_Activities_Aggregate, Coin_Activities_Aggregate_Bool_Exp, Coin_Activities_Aggregate_Bool_Exp_Bool_And, Coin_Activities_Aggregate_Bool_Exp_Bool_Or, Coin_Activities_Aggregate_Bool_Exp_Count, Coin_Activities_Aggregate_Fields, Coin_Activities_Aggregate_FieldsCountArgs, Coin_Activities_Aggregate_Order_By, Coin_Activities_Avg_Fields, Coin_Activities_Avg_Order_By, Coin_Activities_Bool_Exp, Coin_Activities_Max_Fields, Coin_Activities_Max_Order_By, Coin_Activities_Min_Fields, Coin_Activities_Min_Order_By, Coin_Activities_Order_By, Coin_Activities_Select_Column, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Coin_Activities_Stddev_Fields, Coin_Activities_Stddev_Order_By, Coin_Activities_Stddev_Pop_Fields, Coin_Activities_Stddev_Pop_Order_By, Coin_Activities_Stddev_Samp_Fields, Coin_Activities_Stddev_Samp_Order_By, Coin_Activities_Stream_Cursor_Input, Coin_Activities_Stream_Cursor_Value_Input, Coin_Activities_Sum_Fields, Coin_Activities_Sum_Order_By, Coin_Activities_Var_Pop_Fields, Coin_Activities_Var_Pop_Order_By, Coin_Activities_Var_Samp_Fields, Coin_Activities_Var_Samp_Order_By, Coin_Activities_Variance_Fields, Coin_Activities_Variance_Order_By, Coin_Balances, Coin_Balances_Bool_Exp, Coin_Balances_Order_By, Coin_Balances_Select_Column, Coin_Balances_Stream_Cursor_Input, Coin_Balances_Stream_Cursor_Value_Input, Coin_Infos, Coin_Infos_Bool_Exp, Coin_Infos_Order_By, Coin_Infos_Select_Column, Coin_Infos_Stream_Cursor_Input, Coin_Infos_Stream_Cursor_Value_Input, Coin_Supply, Coin_Supply_Bool_Exp, Coin_Supply_Order_By, Coin_Supply_Select_Column, Coin_Supply_Stream_Cursor_Input, Coin_Supply_Stream_Cursor_Value_Input, CollectionData, CollectionDataFieldsFragment, Collection_Datas, Collection_Datas_Bool_Exp, Collection_Datas_Order_By, Collection_Datas_Select_Column, Collection_Datas_Stream_Cursor_Input, Collection_Datas_Stream_Cursor_Value_Input, ConfirmedActivityItem, CreateAccountTransferPayloadArgs, CurrentTokenData, CurrentTokenOwnership, CurrentTokenPendingClaimsFragment, Current_Ans_Lookup, Current_Ans_LookupAll_Token_OwnershipsArgs, Current_Ans_LookupAll_Token_Ownerships_AggregateArgs, Current_Ans_Lookup_Bool_Exp, Current_Ans_Lookup_Order_By, Current_Ans_Lookup_Select_Column, Current_Ans_Lookup_Stream_Cursor_Input, Current_Ans_Lookup_Stream_Cursor_Value_Input, Current_Ans_Lookup_V2, Current_Ans_Lookup_V2_Bool_Exp, Current_Ans_Lookup_V2_Order_By, Current_Ans_Lookup_V2_Select_Column, Current_Ans_Lookup_V2_Stream_Cursor_Input, Current_Ans_Lookup_V2_Stream_Cursor_Value_Input, Current_Aptos_Names, Current_Aptos_Names_Aggregate, Current_Aptos_Names_Aggregate_Bool_Exp, Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And, Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or, Current_Aptos_Names_Aggregate_Bool_Exp_Count, Current_Aptos_Names_Aggregate_Fields, Current_Aptos_Names_Aggregate_FieldsCountArgs, Current_Aptos_Names_Aggregate_Order_By, Current_Aptos_Names_Avg_Fields, Current_Aptos_Names_Avg_Order_By, Current_Aptos_Names_Bool_Exp, Current_Aptos_Names_Max_Fields, Current_Aptos_Names_Max_Order_By, Current_Aptos_Names_Min_Fields, Current_Aptos_Names_Min_Order_By, Current_Aptos_Names_Order_By, Current_Aptos_Names_Select_Column, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Current_Aptos_Names_Stddev_Fields, Current_Aptos_Names_Stddev_Order_By, Current_Aptos_Names_Stddev_Pop_Fields, Current_Aptos_Names_Stddev_Pop_Order_By, Current_Aptos_Names_Stddev_Samp_Fields, Current_Aptos_Names_Stddev_Samp_Order_By, Current_Aptos_Names_Stream_Cursor_Input, Current_Aptos_Names_Stream_Cursor_Value_Input, Current_Aptos_Names_Sum_Fields, Current_Aptos_Names_Sum_Order_By, Current_Aptos_Names_Var_Pop_Fields, Current_Aptos_Names_Var_Pop_Order_By, Current_Aptos_Names_Var_Samp_Fields, Current_Aptos_Names_Var_Samp_Order_By, Current_Aptos_Names_Variance_Fields, Current_Aptos_Names_Variance_Order_By, Current_Coin_Balances, Current_Coin_Balances_Bool_Exp, Current_Coin_Balances_Order_By, Current_Coin_Balances_Select_Column, Current_Coin_Balances_Stream_Cursor_Input, Current_Coin_Balances_Stream_Cursor_Value_Input, Current_Collection_Datas, Current_Collection_Datas_Bool_Exp, Current_Collection_Datas_Order_By, Current_Collection_Datas_Select_Column, Current_Collection_Datas_Stream_Cursor_Input, Current_Collection_Datas_Stream_Cursor_Value_Input, Current_Collection_Ownership_V2_View, Current_Collection_Ownership_V2_View_Aggregate, Current_Collection_Ownership_V2_View_Aggregate_Fields, Current_Collection_Ownership_V2_View_Aggregate_FieldsCountArgs, Current_Collection_Ownership_V2_View_Avg_Fields, Current_Collection_Ownership_V2_View_Bool_Exp, Current_Collection_Ownership_V2_View_Max_Fields, Current_Collection_Ownership_V2_View_Min_Fields, Current_Collection_Ownership_V2_View_Order_By, Current_Collection_Ownership_V2_View_Select_Column, Current_Collection_Ownership_V2_View_Stddev_Fields, Current_Collection_Ownership_V2_View_Stddev_Pop_Fields, Current_Collection_Ownership_V2_View_Stddev_Samp_Fields, Current_Collection_Ownership_V2_View_Stream_Cursor_Input, Current_Collection_Ownership_V2_View_Stream_Cursor_Value_Input, Current_Collection_Ownership_V2_View_Sum_Fields, Current_Collection_Ownership_V2_View_Var_Pop_Fields, Current_Collection_Ownership_V2_View_Var_Samp_Fields, Current_Collection_Ownership_V2_View_Variance_Fields, Current_Collections_V2, Current_Collections_V2_Bool_Exp, Current_Collections_V2_Order_By, Current_Collections_V2_Select_Column, Current_Collections_V2_Stream_Cursor_Input, Current_Collections_V2_Stream_Cursor_Value_Input, Current_Delegated_Staking_Pool_Balances, Current_Delegated_Staking_Pool_Balances_Bool_Exp, Current_Delegated_Staking_Pool_Balances_Order_By, Current_Delegated_Staking_Pool_Balances_Select_Column, Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Input, Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, Current_Delegated_Voter, Current_Delegated_Voter_Bool_Exp, Current_Delegated_Voter_Order_By, Current_Delegated_Voter_Select_Column, Current_Delegated_Voter_Stream_Cursor_Input, Current_Delegated_Voter_Stream_Cursor_Value_Input, Current_Delegator_Balances, Current_Delegator_Balances_Bool_Exp, Current_Delegator_Balances_Order_By, Current_Delegator_Balances_Select_Column, Current_Delegator_Balances_Stream_Cursor_Input, Current_Delegator_Balances_Stream_Cursor_Value_Input, Current_Fungible_Asset_Balances, Current_Fungible_Asset_Balances_Aggregate, Current_Fungible_Asset_Balances_Aggregate_Fields, Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs, Current_Fungible_Asset_Balances_Avg_Fields, Current_Fungible_Asset_Balances_Bool_Exp, Current_Fungible_Asset_Balances_Max_Fields, Current_Fungible_Asset_Balances_Min_Fields, Current_Fungible_Asset_Balances_Order_By, Current_Fungible_Asset_Balances_Select_Column, Current_Fungible_Asset_Balances_Stddev_Fields, Current_Fungible_Asset_Balances_Stddev_Pop_Fields, Current_Fungible_Asset_Balances_Stddev_Samp_Fields, Current_Fungible_Asset_Balances_Stream_Cursor_Input, Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input, Current_Fungible_Asset_Balances_Sum_Fields, Current_Fungible_Asset_Balances_Var_Pop_Fields, Current_Fungible_Asset_Balances_Var_Samp_Fields, Current_Fungible_Asset_Balances_Variance_Fields, Current_Objects, Current_Objects_Bool_Exp, Current_Objects_Order_By, Current_Objects_Select_Column, Current_Objects_Stream_Cursor_Input, Current_Objects_Stream_Cursor_Value_Input, Current_Staking_Pool_Voter, Current_Staking_Pool_VoterOperator_Aptos_NameArgs, Current_Staking_Pool_VoterOperator_Aptos_Name_AggregateArgs, Current_Staking_Pool_Voter_Bool_Exp, Current_Staking_Pool_Voter_Order_By, Current_Staking_Pool_Voter_Select_Column, Current_Staking_Pool_Voter_Stream_Cursor_Input, Current_Staking_Pool_Voter_Stream_Cursor_Value_Input, Current_Table_Items, Current_Table_ItemsDecoded_KeyArgs, Current_Table_ItemsDecoded_ValueArgs, Current_Table_Items_Bool_Exp, Current_Table_Items_Order_By, Current_Table_Items_Select_Column, Current_Table_Items_Stream_Cursor_Input, Current_Table_Items_Stream_Cursor_Value_Input, Current_Token_Datas, Current_Token_DatasDefault_PropertiesArgs, Current_Token_Datas_Bool_Exp, Current_Token_Datas_Order_By, Current_Token_Datas_Select_Column, Current_Token_Datas_Stream_Cursor_Input, Current_Token_Datas_Stream_Cursor_Value_Input, Current_Token_Datas_V2, Current_Token_Datas_V2Current_Token_OwnershipsArgs, Current_Token_Datas_V2Current_Token_Ownerships_AggregateArgs, Current_Token_Datas_V2Token_PropertiesArgs, Current_Token_Datas_V2_Bool_Exp, Current_Token_Datas_V2_Order_By, Current_Token_Datas_V2_Select_Column, Current_Token_Datas_V2_Stream_Cursor_Input, Current_Token_Datas_V2_Stream_Cursor_Value_Input, Current_Token_Ownerships, Current_Token_OwnershipsToken_PropertiesArgs, Current_Token_Ownerships_Aggregate, Current_Token_Ownerships_Aggregate_Bool_Exp, Current_Token_Ownerships_Aggregate_Bool_Exp_Count, Current_Token_Ownerships_Aggregate_Fields, Current_Token_Ownerships_Aggregate_FieldsCountArgs, Current_Token_Ownerships_Aggregate_Order_By, Current_Token_Ownerships_Avg_Fields, Current_Token_Ownerships_Avg_Order_By, Current_Token_Ownerships_Bool_Exp, Current_Token_Ownerships_Max_Fields, Current_Token_Ownerships_Max_Order_By, Current_Token_Ownerships_Min_Fields, Current_Token_Ownerships_Min_Order_By, Current_Token_Ownerships_Order_By, Current_Token_Ownerships_Select_Column, Current_Token_Ownerships_Stddev_Fields, Current_Token_Ownerships_Stddev_Order_By, Current_Token_Ownerships_Stddev_Pop_Fields, Current_Token_Ownerships_Stddev_Pop_Order_By, Current_Token_Ownerships_Stddev_Samp_Fields, Current_Token_Ownerships_Stddev_Samp_Order_By, Current_Token_Ownerships_Stream_Cursor_Input, Current_Token_Ownerships_Stream_Cursor_Value_Input, Current_Token_Ownerships_Sum_Fields, Current_Token_Ownerships_Sum_Order_By, Current_Token_Ownerships_V2, Current_Token_Ownerships_V2Composed_NftsArgs, Current_Token_Ownerships_V2Composed_Nfts_AggregateArgs, Current_Token_Ownerships_V2Token_Properties_Mutated_V1Args, Current_Token_Ownerships_V2_Aggregate, Current_Token_Ownerships_V2_Aggregate_Bool_Exp, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count, Current_Token_Ownerships_V2_Aggregate_Fields, Current_Token_Ownerships_V2_Aggregate_FieldsCountArgs, Current_Token_Ownerships_V2_Aggregate_Order_By, Current_Token_Ownerships_V2_Avg_Fields, Current_Token_Ownerships_V2_Avg_Order_By, Current_Token_Ownerships_V2_Bool_Exp, Current_Token_Ownerships_V2_Max_Fields, Current_Token_Ownerships_V2_Max_Order_By, Current_Token_Ownerships_V2_Min_Fields, Current_Token_Ownerships_V2_Min_Order_By, Current_Token_Ownerships_V2_Order_By, Current_Token_Ownerships_V2_Select_Column, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Current_Token_Ownerships_V2_Stddev_Fields, Current_Token_Ownerships_V2_Stddev_Order_By, Current_Token_Ownerships_V2_Stddev_Pop_Fields, Current_Token_Ownerships_V2_Stddev_Pop_Order_By, Current_Token_Ownerships_V2_Stddev_Samp_Fields, Current_Token_Ownerships_V2_Stddev_Samp_Order_By, Current_Token_Ownerships_V2_Stream_Cursor_Input, Current_Token_Ownerships_V2_Stream_Cursor_Value_Input, Current_Token_Ownerships_V2_Sum_Fields, Current_Token_Ownerships_V2_Sum_Order_By, Current_Token_Ownerships_V2_Var_Pop_Fields, Current_Token_Ownerships_V2_Var_Pop_Order_By, Current_Token_Ownerships_V2_Var_Samp_Fields, Current_Token_Ownerships_V2_Var_Samp_Order_By, Current_Token_Ownerships_V2_Variance_Fields, Current_Token_Ownerships_V2_Variance_Order_By, Current_Token_Ownerships_Var_Pop_Fields, Current_Token_Ownerships_Var_Pop_Order_By, Current_Token_Ownerships_Var_Samp_Fields, Current_Token_Ownerships_Var_Samp_Order_By, Current_Token_Ownerships_Variance_Fields, Current_Token_Ownerships_Variance_Order_By, Current_Token_Pending_Claims, Current_Token_Pending_Claims_Bool_Exp, Current_Token_Pending_Claims_Order_By, Current_Token_Pending_Claims_Select_Column, Current_Token_Pending_Claims_Stream_Cursor_Input, Current_Token_Pending_Claims_Stream_Cursor_Value_Input, Cursor_Ordering, DefaultNetworks, Delegated_Staking_Activities, Delegated_Staking_Activities_Aggregate_Order_By, Delegated_Staking_Activities_Avg_Order_By, Delegated_Staking_Activities_Bool_Exp, Delegated_Staking_Activities_Max_Order_By, Delegated_Staking_Activities_Min_Order_By, Delegated_Staking_Activities_Order_By, Delegated_Staking_Activities_Select_Column, Delegated_Staking_Activities_Stddev_Order_By, Delegated_Staking_Activities_Stddev_Pop_Order_By, Delegated_Staking_Activities_Stddev_Samp_Order_By, Delegated_Staking_Activities_Stream_Cursor_Input, Delegated_Staking_Activities_Stream_Cursor_Value_Input, Delegated_Staking_Activities_Sum_Order_By, Delegated_Staking_Activities_Var_Pop_Order_By, Delegated_Staking_Activities_Var_Samp_Order_By, Delegated_Staking_Activities_Variance_Order_By, Delegated_Staking_Pool_Balances, Delegated_Staking_Pool_Balances_Aggregate, Delegated_Staking_Pool_Balances_Aggregate_Fields, Delegated_Staking_Pool_Balances_Aggregate_FieldsCountArgs, Delegated_Staking_Pool_Balances_Avg_Fields, Delegated_Staking_Pool_Balances_Bool_Exp, Delegated_Staking_Pool_Balances_Max_Fields, Delegated_Staking_Pool_Balances_Min_Fields, Delegated_Staking_Pool_Balances_Order_By, Delegated_Staking_Pool_Balances_Select_Column, Delegated_Staking_Pool_Balances_Stddev_Fields, Delegated_Staking_Pool_Balances_Stddev_Pop_Fields, Delegated_Staking_Pool_Balances_Stddev_Samp_Fields, Delegated_Staking_Pool_Balances_Stream_Cursor_Input, Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, Delegated_Staking_Pool_Balances_Sum_Fields, Delegated_Staking_Pool_Balances_Var_Pop_Fields, Delegated_Staking_Pool_Balances_Var_Samp_Fields, Delegated_Staking_Pool_Balances_Variance_Fields, Delegated_Staking_Pools, Delegated_Staking_Pools_Bool_Exp, Delegated_Staking_Pools_Order_By, Delegated_Staking_Pools_Select_Column, Delegated_Staking_Pools_Stream_Cursor_Input, Delegated_Staking_Pools_Stream_Cursor_Value_Input, DelegationPoolMetadata, DelegationPoolResource, DelegationPoolResourceData, Delegator_Distinct_Pool, Delegator_Distinct_Pool_Aggregate, Delegator_Distinct_Pool_Aggregate_Fields, Delegator_Distinct_Pool_Aggregate_FieldsCountArgs, Delegator_Distinct_Pool_Bool_Exp, Delegator_Distinct_Pool_Max_Fields, Delegator_Distinct_Pool_Min_Fields, Delegator_Distinct_Pool_Order_By, Delegator_Distinct_Pool_Select_Column, Delegator_Distinct_Pool_Stream_Cursor_Input, Delegator_Distinct_Pool_Stream_Cursor_Value_Input, DepositWithdrawalMismatchError, EXPLORER_BASE_PATH, EntryFunctionPayload, Event, EventHandle, EventWithVersion, Events, EventsDataArgs, Events_Bool_Exp, Events_Order_By, Events_Select_Column, Events_Stream_Cursor_Input, Events_Stream_Cursor_Value_Input, Exact, ExtendedTokenData, FetchAccountTotalTokensArgs, FetchAddressFromNameArgs, FetchBalanceArgs, FetchCoinInfoArgs, FetchCoinPriceArgs, FetchEventsArgs, FetchFaucetStatusArgs, FetchFungibleAssetMetadataArgs, FetchIndexedAccountActivitiesArgs, FetchIndexedAccountActivitiesResult, FetchIndexedAccountCollectionsArgs, FetchIndexedAccountCollectionsResult, FetchIndexedAccountTokensArgs, FetchIndexedAccountTokensResult, FetchIndexedCoinActivitiesArgs, FetchIndexedCoinActivitiesResult, FetchIndexedTokenActivitiesArgs, FetchIndexedTokenActivitiesResult, FetchIndexedTokenDataArgs, FetchIndexedTokenDataResult, FetchIndexedTokensPendingOfferClaimsArgs, FetchIndexedTokensPendingOfferClaimsResult, FetchIndexerProcessorAvailabilityArgs, FetchIsValidMetadataArgs, FetchNameFromAddressArgs, FetchNodeStatusArgs, FetchOwnedDigitalAssetsArgs, FetchOwnedDigitalAssetsResult, FetchResourceTypeArgs, FetchResourcesArgs, FetchTokenAcquiredDateArgs, FetchTokenDataWithAddressArgs, FetchTokenMetadataArgs, FetchTransactionArgs, FetchWaitForTransactionArgs, FormatAmountOptions, FormatCoinOptions, FundAccountArgs, FungibleAssetEventsResource, FungibleAssetEventsResourceData, FungibleAssetTransferPayloadArgs, FungibleStoreResource, FungibleStoreResourceData, Fungible_Asset_Activities, Fungible_Asset_ActivitiesOwner_Aptos_NamesArgs, Fungible_Asset_ActivitiesOwner_Aptos_Names_AggregateArgs, Fungible_Asset_Activities_Aggregate_Order_By, Fungible_Asset_Activities_Avg_Order_By, Fungible_Asset_Activities_Bool_Exp, Fungible_Asset_Activities_Max_Order_By, Fungible_Asset_Activities_Min_Order_By, Fungible_Asset_Activities_Order_By, Fungible_Asset_Activities_Select_Column, Fungible_Asset_Activities_Stddev_Order_By, Fungible_Asset_Activities_Stddev_Pop_Order_By, Fungible_Asset_Activities_Stddev_Samp_Order_By, Fungible_Asset_Activities_Stream_Cursor_Input, Fungible_Asset_Activities_Stream_Cursor_Value_Input, Fungible_Asset_Activities_Sum_Order_By, Fungible_Asset_Activities_Var_Pop_Order_By, Fungible_Asset_Activities_Var_Samp_Order_By, Fungible_Asset_Activities_Variance_Order_By, Fungible_Asset_Metadata, Fungible_Asset_Metadata_Bool_Exp, Fungible_Asset_Metadata_Order_By, Fungible_Asset_Metadata_Select_Column, Fungible_Asset_Metadata_Stream_Cursor_Input, Fungible_Asset_Metadata_Stream_Cursor_Value_Input, GasEvent, GasFeeActivityItem, GasNotFoundError, GenericEvent, GenericTransaction, GeoData, GetAccountCoinActivityQuery, GetAccountCoinActivityQueryVariables, GetAccountCollectionsQuery, GetAccountCollectionsQueryVariables, GetAccountCurrentTokensQuery, GetAccountCurrentTokensQueryVariables, GetAccountTokensTotalQuery, GetAccountTokensTotalQueryVariables, GetActivitiesAggregateQuery, GetActivitiesAggregateQueryVariables, GetClientsResult, GetCoinListArgs, GetCoinListResult, GetCollectionsFloorPriceQuery, GetCollectionsFloorPriceQueryVariables, GetConsolidatedActivitiesQuery, GetConsolidatedActivitiesQueryVariables, GetCurrentTokenDataQuery, GetCurrentTokenDataQueryVariables, GetDelegatedStakingQuery, GetDelegatedStakingQueryVariables, GetDelegatedStakingRoyaltiesQuery, GetDelegatedStakingRoyaltiesQueryVariables, GetDelegationPoolsQuery, GetDelegationPoolsQueryVariables, GetExplorerUrlArgs, GetFungibleAssetMetadataQuery, GetFungibleAssetMetadataQueryVariables, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetPendingClaimsForTokenQuery, GetPendingClaimsForTokenQueryVariables, GetProcessorLastVersionQuery, GetProcessorLastVersionQueryVariables, GetTokenAcquisitionActivityQuery, GetTokenAcquisitionActivityQueryVariables, GetTokenActivitiesQuery, GetTokenActivitiesQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, GetTokenPendingClaimsQuery, GetTokenPendingClaimsQueryVariables, Guid, ImageFileType, Incremental, IndexerPetraActivity, Indexer_Status, Indexer_Status_Bool_Exp, Indexer_Status_Order_By, Indexer_Status_Select_Column, Indexer_Status_Stream_Cursor_Input, Indexer_Status_Stream_Cursor_Value_Input, InputMaybe, Int_Comparison_Exp, InternalSignerClient, JsonPayload, Jsonb_Cast_Exp, Jsonb_Comparison_Exp, Ledger_Infos, Ledger_Infos_Bool_Exp, Ledger_Infos_Order_By, Ledger_Infos_Select_Column, Ledger_Infos_Stream_Cursor_Input, Ledger_Infos_Stream_Cursor_Value_Input, MAX_INDEXER_INT, MakeEmpty, MakeMaybe, MakeOptional, Maybe, MetaDataJsonCategory, MetadataJson, MetadataJsonAttribute, MetadataJsonCollection, MetadataJsonCreator, MetadataJsonFile, MetadataJsonProperties, MintTokenEvent, MoveAbortCategory, MoveAbortDetails, MoveAbortLocation, MoveStatusCode, MoveStatusCodeKey, MoveStatusCodeText, MoveVmError, MoveVmStatus, Move_Resources, Move_Resources_Aggregate, Move_Resources_Aggregate_Fields, Move_Resources_Aggregate_FieldsCountArgs, Move_Resources_Avg_Fields, Move_Resources_Bool_Exp, Move_Resources_Max_Fields, Move_Resources_Min_Fields, Move_Resources_Order_By, Move_Resources_Select_Column, Move_Resources_Stddev_Fields, Move_Resources_Stddev_Pop_Fields, Move_Resources_Stddev_Samp_Fields, Move_Resources_Stream_Cursor_Input, Move_Resources_Stream_Cursor_Value_Input, Move_Resources_Sum_Fields, Move_Resources_Var_Pop_Fields, Move_Resources_Var_Samp_Fields, Move_Resources_Variance_Fields, MultisigPayload, NaturalCoinTransferPayloadArgs, NetworkInfo, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_FieldsCountArgs, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Nft_Marketplace_Activities, Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp, Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By, Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column, Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input, Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input, Nft_Metadata_Crawler_Parsed_Asset_Uris, Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp, Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By, Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column, Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Input, Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Value_Input, Num_Active_Delegator_Per_Pool, Num_Active_Delegator_Per_Pool_Bool_Exp, Num_Active_Delegator_Per_Pool_Order_By, Num_Active_Delegator_Per_Pool_Select_Column, Num_Active_Delegator_Per_Pool_Stream_Cursor_Input, Num_Active_Delegator_Per_Pool_Stream_Cursor_Value_Input, Numeric_Comparison_Exp, OCTA_NEGATIVE_EXPONENT, OCTA_NUMBER, OCTA_POSITIVE_EXPONENT, OCTA_UNIT, ObjectCoreResource, ObjectCoreResourceData, OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, PaginationCursors, ParseExtendedTokenDataArgs, PendingTransaction, PoolResourceData, PriceInfo, Processor_Status, Processor_Status_Bool_Exp, Processor_Status_Order_By, Processor_Status_Select_Column, Processor_Status_Stream_Cursor_Input, Processor_Status_Stream_Cursor_Value_Input, Proposal_Votes, Proposal_Votes_Aggregate, Proposal_Votes_Aggregate_Fields, Proposal_Votes_Aggregate_FieldsCountArgs, Proposal_Votes_Avg_Fields, Proposal_Votes_Bool_Exp, Proposal_Votes_Max_Fields, Proposal_Votes_Min_Fields, Proposal_Votes_Order_By, Proposal_Votes_Select_Column, Proposal_Votes_Stddev_Fields, Proposal_Votes_Stddev_Pop_Fields, Proposal_Votes_Stddev_Samp_Fields, Proposal_Votes_Stream_Cursor_Input, Proposal_Votes_Stream_Cursor_Value_Input, Proposal_Votes_Sum_Fields, Proposal_Votes_Var_Pop_Fields, Proposal_Votes_Var_Samp_Fields, Proposal_Votes_Variance_Fields, PublicKeySchemeNotSupported, QueryRefetchTime, QueryStaleTime, Query_Root, Query_RootAccount_TransactionsArgs, Query_RootAccount_Transactions_AggregateArgs, Query_RootAccount_Transactions_By_PkArgs, Query_RootAddress_Events_SummaryArgs, Query_RootAddress_Version_From_EventsArgs, Query_RootAddress_Version_From_Events_AggregateArgs, Query_RootAddress_Version_From_Move_ResourcesArgs, Query_RootAddress_Version_From_Move_Resources_AggregateArgs, Query_RootBlock_Metadata_TransactionsArgs, Query_RootBlock_Metadata_Transactions_By_PkArgs, Query_RootCoin_ActivitiesArgs, Query_RootCoin_Activities_AggregateArgs, Query_RootCoin_Activities_By_PkArgs, Query_RootCoin_BalancesArgs, Query_RootCoin_Balances_By_PkArgs, Query_RootCoin_InfosArgs, Query_RootCoin_Infos_By_PkArgs, Query_RootCoin_SupplyArgs, Query_RootCoin_Supply_By_PkArgs, Query_RootCollection_DatasArgs, Query_RootCollection_Datas_By_PkArgs, Query_RootCurrent_Ans_LookupArgs, Query_RootCurrent_Ans_Lookup_By_PkArgs, Query_RootCurrent_Ans_Lookup_V2Args, Query_RootCurrent_Ans_Lookup_V2_By_PkArgs, Query_RootCurrent_Aptos_NamesArgs, Query_RootCurrent_Aptos_Names_AggregateArgs, Query_RootCurrent_Coin_BalancesArgs, Query_RootCurrent_Coin_Balances_By_PkArgs, Query_RootCurrent_Collection_DatasArgs, Query_RootCurrent_Collection_Datas_By_PkArgs, Query_RootCurrent_Collection_Ownership_V2_ViewArgs, Query_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, Query_RootCurrent_Collections_V2Args, Query_RootCurrent_Collections_V2_By_PkArgs, Query_RootCurrent_Delegated_Staking_Pool_BalancesArgs, Query_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, Query_RootCurrent_Delegated_VoterArgs, Query_RootCurrent_Delegated_Voter_By_PkArgs, Query_RootCurrent_Delegator_BalancesArgs, Query_RootCurrent_Delegator_Balances_By_PkArgs, Query_RootCurrent_Fungible_Asset_BalancesArgs, Query_RootCurrent_Fungible_Asset_Balances_AggregateArgs, Query_RootCurrent_Fungible_Asset_Balances_By_PkArgs, Query_RootCurrent_ObjectsArgs, Query_RootCurrent_Objects_By_PkArgs, Query_RootCurrent_Staking_Pool_VoterArgs, Query_RootCurrent_Staking_Pool_Voter_By_PkArgs, Query_RootCurrent_Table_ItemsArgs, Query_RootCurrent_Table_Items_By_PkArgs, Query_RootCurrent_Token_DatasArgs, Query_RootCurrent_Token_Datas_By_PkArgs, Query_RootCurrent_Token_Datas_V2Args, Query_RootCurrent_Token_Datas_V2_By_PkArgs, Query_RootCurrent_Token_OwnershipsArgs, Query_RootCurrent_Token_Ownerships_AggregateArgs, Query_RootCurrent_Token_Ownerships_By_PkArgs, Query_RootCurrent_Token_Ownerships_V2Args, Query_RootCurrent_Token_Ownerships_V2_AggregateArgs, Query_RootCurrent_Token_Ownerships_V2_By_PkArgs, Query_RootCurrent_Token_Pending_ClaimsArgs, Query_RootCurrent_Token_Pending_Claims_By_PkArgs, Query_RootDelegated_Staking_ActivitiesArgs, Query_RootDelegated_Staking_Activities_By_PkArgs, Query_RootDelegated_Staking_Pool_BalancesArgs, Query_RootDelegated_Staking_Pool_Balances_AggregateArgs, Query_RootDelegated_Staking_Pool_Balances_By_PkArgs, Query_RootDelegated_Staking_PoolsArgs, Query_RootDelegated_Staking_Pools_By_PkArgs, Query_RootDelegator_Distinct_PoolArgs, Query_RootDelegator_Distinct_Pool_AggregateArgs, Query_RootEventsArgs, Query_RootEvents_By_PkArgs, Query_RootFungible_Asset_ActivitiesArgs, Query_RootFungible_Asset_Activities_By_PkArgs, Query_RootFungible_Asset_MetadataArgs, Query_RootFungible_Asset_Metadata_By_PkArgs, Query_RootIndexer_StatusArgs, Query_RootIndexer_Status_By_PkArgs, Query_RootLedger_InfosArgs, Query_RootLedger_Infos_By_PkArgs, Query_RootMove_ResourcesArgs, Query_RootMove_Resources_AggregateArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, Query_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, Query_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, Query_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, Query_RootNum_Active_Delegator_Per_PoolArgs, Query_RootProcessor_StatusArgs, Query_RootProcessor_Status_By_PkArgs, Query_RootProposal_VotesArgs, Query_RootProposal_Votes_AggregateArgs, Query_RootProposal_Votes_By_PkArgs, Query_RootSignaturesArgs, Query_RootSignatures_By_PkArgs, Query_RootTable_ItemsArgs, Query_RootTable_Items_By_PkArgs, Query_RootTable_MetadatasArgs, Query_RootTable_Metadatas_By_PkArgs, Query_RootToken_ActivitiesArgs, Query_RootToken_Activities_AggregateArgs, Query_RootToken_Activities_By_PkArgs, Query_RootToken_Activities_V2Args, Query_RootToken_Activities_V2_AggregateArgs, Query_RootToken_Activities_V2_By_PkArgs, Query_RootToken_DatasArgs, Query_RootToken_Datas_By_PkArgs, Query_RootToken_OwnershipsArgs, Query_RootToken_Ownerships_By_PkArgs, Query_RootTokensArgs, Query_RootTokens_By_PkArgs, Query_RootUser_TransactionsArgs, Query_RootUser_Transactions_By_PkArgs, RawSignerClient, RawTransactionFactory, ReceiveCoinEvent, ReceiveCoinEventBase, ReceiveTokenEvent, ReceiveTokenOfferEvent, Resource, ResourceMap, ResourceType, ResourceTypeValue, Scalars, Sdk, SendCoinEvent, SendCoinEventBase, SendTokenEvent, SendTokenOfferEvent, SerializedMultiAgentPayload, SerializedPayload, SignAndSubmitRawTransactionArgs, SignAndSubmitRawTransactionResult, SignBufferArgs, SignMessageArgs, SignTransactionArgs, SignTransactionResult, Signatures, SignaturesPublic_Key_IndicesArgs, Signatures_Bool_Exp, Signatures_Order_By, Signatures_Select_Column, Signatures_Stream_Cursor_Input, Signatures_Stream_Cursor_Value_Input, SignerClient, SignerClientInvalidFunctionError, SignerNotFoundError, SimulateTransactionArgs, SimulationArgumentError, StakeEvent, StakeEventBase, StakeOperation, StakePoolResource, StakePoolResourceData, StakingInfo, String_Comparison_Exp, SubmitTransactionArgs, SubmitTransactionResult, Subscription_Root, Subscription_RootAccount_TransactionsArgs, Subscription_RootAccount_Transactions_AggregateArgs, Subscription_RootAccount_Transactions_By_PkArgs, Subscription_RootAccount_Transactions_StreamArgs, Subscription_RootAddress_Events_SummaryArgs, Subscription_RootAddress_Events_Summary_StreamArgs, Subscription_RootAddress_Version_From_EventsArgs, Subscription_RootAddress_Version_From_Events_AggregateArgs, Subscription_RootAddress_Version_From_Events_StreamArgs, Subscription_RootAddress_Version_From_Move_ResourcesArgs, Subscription_RootAddress_Version_From_Move_Resources_AggregateArgs, Subscription_RootAddress_Version_From_Move_Resources_StreamArgs, Subscription_RootBlock_Metadata_TransactionsArgs, Subscription_RootBlock_Metadata_Transactions_By_PkArgs, Subscription_RootBlock_Metadata_Transactions_StreamArgs, Subscription_RootCoin_ActivitiesArgs, Subscription_RootCoin_Activities_AggregateArgs, Subscription_RootCoin_Activities_By_PkArgs, Subscription_RootCoin_Activities_StreamArgs, Subscription_RootCoin_BalancesArgs, Subscription_RootCoin_Balances_By_PkArgs, Subscription_RootCoin_Balances_StreamArgs, Subscription_RootCoin_InfosArgs, Subscription_RootCoin_Infos_By_PkArgs, Subscription_RootCoin_Infos_StreamArgs, Subscription_RootCoin_SupplyArgs, Subscription_RootCoin_Supply_By_PkArgs, Subscription_RootCoin_Supply_StreamArgs, Subscription_RootCollection_DatasArgs, Subscription_RootCollection_Datas_By_PkArgs, Subscription_RootCollection_Datas_StreamArgs, Subscription_RootCurrent_Ans_LookupArgs, Subscription_RootCurrent_Ans_Lookup_By_PkArgs, Subscription_RootCurrent_Ans_Lookup_StreamArgs, Subscription_RootCurrent_Ans_Lookup_V2Args, Subscription_RootCurrent_Ans_Lookup_V2_By_PkArgs, Subscription_RootCurrent_Ans_Lookup_V2_StreamArgs, Subscription_RootCurrent_Aptos_NamesArgs, Subscription_RootCurrent_Aptos_Names_AggregateArgs, Subscription_RootCurrent_Aptos_Names_StreamArgs, Subscription_RootCurrent_Coin_BalancesArgs, Subscription_RootCurrent_Coin_Balances_By_PkArgs, Subscription_RootCurrent_Coin_Balances_StreamArgs, Subscription_RootCurrent_Collection_DatasArgs, Subscription_RootCurrent_Collection_Datas_By_PkArgs, Subscription_RootCurrent_Collection_Datas_StreamArgs, Subscription_RootCurrent_Collection_Ownership_V2_ViewArgs, Subscription_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, Subscription_RootCurrent_Collection_Ownership_V2_View_StreamArgs, Subscription_RootCurrent_Collections_V2Args, Subscription_RootCurrent_Collections_V2_By_PkArgs, Subscription_RootCurrent_Collections_V2_StreamArgs, Subscription_RootCurrent_Delegated_Staking_Pool_BalancesArgs, Subscription_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, Subscription_RootCurrent_Delegated_Staking_Pool_Balances_StreamArgs, Subscription_RootCurrent_Delegated_VoterArgs, Subscription_RootCurrent_Delegated_Voter_By_PkArgs, Subscription_RootCurrent_Delegated_Voter_StreamArgs, Subscription_RootCurrent_Delegator_BalancesArgs, Subscription_RootCurrent_Delegator_Balances_By_PkArgs, Subscription_RootCurrent_Delegator_Balances_StreamArgs, Subscription_RootCurrent_Fungible_Asset_BalancesArgs, Subscription_RootCurrent_Fungible_Asset_Balances_AggregateArgs, Subscription_RootCurrent_Fungible_Asset_Balances_By_PkArgs, Subscription_RootCurrent_Fungible_Asset_Balances_StreamArgs, Subscription_RootCurrent_ObjectsArgs, Subscription_RootCurrent_Objects_By_PkArgs, Subscription_RootCurrent_Objects_StreamArgs, Subscription_RootCurrent_Staking_Pool_VoterArgs, Subscription_RootCurrent_Staking_Pool_Voter_By_PkArgs, Subscription_RootCurrent_Staking_Pool_Voter_StreamArgs, Subscription_RootCurrent_Table_ItemsArgs, Subscription_RootCurrent_Table_Items_By_PkArgs, Subscription_RootCurrent_Table_Items_StreamArgs, Subscription_RootCurrent_Token_DatasArgs, Subscription_RootCurrent_Token_Datas_By_PkArgs, Subscription_RootCurrent_Token_Datas_StreamArgs, Subscription_RootCurrent_Token_Datas_V2Args, Subscription_RootCurrent_Token_Datas_V2_By_PkArgs, Subscription_RootCurrent_Token_Datas_V2_StreamArgs, Subscription_RootCurrent_Token_OwnershipsArgs, Subscription_RootCurrent_Token_Ownerships_AggregateArgs, Subscription_RootCurrent_Token_Ownerships_By_PkArgs, Subscription_RootCurrent_Token_Ownerships_StreamArgs, Subscription_RootCurrent_Token_Ownerships_V2Args, Subscription_RootCurrent_Token_Ownerships_V2_AggregateArgs, Subscription_RootCurrent_Token_Ownerships_V2_By_PkArgs, Subscription_RootCurrent_Token_Ownerships_V2_StreamArgs, Subscription_RootCurrent_Token_Pending_ClaimsArgs, Subscription_RootCurrent_Token_Pending_Claims_By_PkArgs, Subscription_RootCurrent_Token_Pending_Claims_StreamArgs, Subscription_RootDelegated_Staking_ActivitiesArgs, Subscription_RootDelegated_Staking_Activities_By_PkArgs, Subscription_RootDelegated_Staking_Activities_StreamArgs, Subscription_RootDelegated_Staking_Pool_BalancesArgs, Subscription_RootDelegated_Staking_Pool_Balances_AggregateArgs, Subscription_RootDelegated_Staking_Pool_Balances_By_PkArgs, Subscription_RootDelegated_Staking_Pool_Balances_StreamArgs, Subscription_RootDelegated_Staking_PoolsArgs, Subscription_RootDelegated_Staking_Pools_By_PkArgs, Subscription_RootDelegated_Staking_Pools_StreamArgs, Subscription_RootDelegator_Distinct_PoolArgs, Subscription_RootDelegator_Distinct_Pool_AggregateArgs, Subscription_RootDelegator_Distinct_Pool_StreamArgs, Subscription_RootEventsArgs, Subscription_RootEvents_By_PkArgs, Subscription_RootEvents_StreamArgs, Subscription_RootFungible_Asset_ActivitiesArgs, Subscription_RootFungible_Asset_Activities_By_PkArgs, Subscription_RootFungible_Asset_Activities_StreamArgs, Subscription_RootFungible_Asset_MetadataArgs, Subscription_RootFungible_Asset_Metadata_By_PkArgs, Subscription_RootFungible_Asset_Metadata_StreamArgs, Subscription_RootIndexer_StatusArgs, Subscription_RootIndexer_Status_By_PkArgs, Subscription_RootIndexer_Status_StreamArgs, Subscription_RootLedger_InfosArgs, Subscription_RootLedger_Infos_By_PkArgs, Subscription_RootLedger_Infos_StreamArgs, Subscription_RootMove_ResourcesArgs, Subscription_RootMove_Resources_AggregateArgs, Subscription_RootMove_Resources_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_StreamArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_StreamArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_StreamArgs, Subscription_RootNum_Active_Delegator_Per_PoolArgs, Subscription_RootNum_Active_Delegator_Per_Pool_StreamArgs, Subscription_RootProcessor_StatusArgs, Subscription_RootProcessor_Status_By_PkArgs, Subscription_RootProcessor_Status_StreamArgs, Subscription_RootProposal_VotesArgs, Subscription_RootProposal_Votes_AggregateArgs, Subscription_RootProposal_Votes_By_PkArgs, Subscription_RootProposal_Votes_StreamArgs, Subscription_RootSignaturesArgs, Subscription_RootSignatures_By_PkArgs, Subscription_RootSignatures_StreamArgs, Subscription_RootTable_ItemsArgs, Subscription_RootTable_Items_By_PkArgs, Subscription_RootTable_Items_StreamArgs, Subscription_RootTable_MetadatasArgs, Subscription_RootTable_Metadatas_By_PkArgs, Subscription_RootTable_Metadatas_StreamArgs, Subscription_RootToken_ActivitiesArgs, Subscription_RootToken_Activities_AggregateArgs, Subscription_RootToken_Activities_By_PkArgs, Subscription_RootToken_Activities_StreamArgs, Subscription_RootToken_Activities_V2Args, Subscription_RootToken_Activities_V2_AggregateArgs, Subscription_RootToken_Activities_V2_By_PkArgs, Subscription_RootToken_Activities_V2_StreamArgs, Subscription_RootToken_DatasArgs, Subscription_RootToken_Datas_By_PkArgs, Subscription_RootToken_Datas_StreamArgs, Subscription_RootToken_OwnershipsArgs, Subscription_RootToken_Ownerships_By_PkArgs, Subscription_RootToken_Ownerships_StreamArgs, Subscription_RootTokensArgs, Subscription_RootTokens_By_PkArgs, Subscription_RootTokens_StreamArgs, Subscription_RootUser_TransactionsArgs, Subscription_RootUser_Transactions_By_PkArgs, Subscription_RootUser_Transactions_StreamArgs, SwapCoinEvent, SwapCoinEventBase, Table_Items, Table_ItemsDecoded_KeyArgs, Table_ItemsDecoded_ValueArgs, Table_Items_Bool_Exp, Table_Items_Order_By, Table_Items_Select_Column, Table_Items_Stream_Cursor_Input, Table_Items_Stream_Cursor_Value_Input, Table_Metadatas, Table_Metadatas_Bool_Exp, Table_Metadatas_Order_By, Table_Metadatas_Select_Column, Table_Metadatas_Stream_Cursor_Input, Table_Metadatas_Stream_Cursor_Value_Input, Timestamp_Comparison_Exp, Timestamptz_Comparison_Exp, TokenActivity, TokenActivityFragment, TokenAttributes, TokenBalanceChange, TokenClaim, TokenData, TokenDataFieldsFragment, TokenDepositEvent, TokenEvent, TokenStandard, TokenStoreResource, TokenStoreResourceData, TokenWithdrawEvent, Token_Activities, Token_ActivitiesAptos_Names_OwnerArgs, Token_ActivitiesAptos_Names_Owner_AggregateArgs, Token_ActivitiesAptos_Names_ToArgs, Token_ActivitiesAptos_Names_To_AggregateArgs, Token_Activities_Aggregate, Token_Activities_Aggregate_Bool_Exp, Token_Activities_Aggregate_Bool_Exp_Count, Token_Activities_Aggregate_Fields, Token_Activities_Aggregate_FieldsCountArgs, Token_Activities_Aggregate_Order_By, Token_Activities_Avg_Fields, Token_Activities_Avg_Order_By, Token_Activities_Bool_Exp, Token_Activities_Max_Fields, Token_Activities_Max_Order_By, Token_Activities_Min_Fields, Token_Activities_Min_Order_By, Token_Activities_Order_By, Token_Activities_Select_Column, Token_Activities_Stddev_Fields, Token_Activities_Stddev_Order_By, Token_Activities_Stddev_Pop_Fields, Token_Activities_Stddev_Pop_Order_By, Token_Activities_Stddev_Samp_Fields, Token_Activities_Stddev_Samp_Order_By, Token_Activities_Stream_Cursor_Input, Token_Activities_Stream_Cursor_Value_Input, Token_Activities_Sum_Fields, Token_Activities_Sum_Order_By, Token_Activities_V2, Token_Activities_V2Aptos_Names_FromArgs, Token_Activities_V2Aptos_Names_From_AggregateArgs, Token_Activities_V2Aptos_Names_ToArgs, Token_Activities_V2Aptos_Names_To_AggregateArgs, Token_Activities_V2_Aggregate, Token_Activities_V2_Aggregate_Bool_Exp, Token_Activities_V2_Aggregate_Bool_Exp_Bool_And, Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or, Token_Activities_V2_Aggregate_Bool_Exp_Count, Token_Activities_V2_Aggregate_Fields, Token_Activities_V2_Aggregate_FieldsCountArgs, Token_Activities_V2_Aggregate_Order_By, Token_Activities_V2_Avg_Fields, Token_Activities_V2_Avg_Order_By, Token_Activities_V2_Bool_Exp, Token_Activities_V2_Max_Fields, Token_Activities_V2_Max_Order_By, Token_Activities_V2_Min_Fields, Token_Activities_V2_Min_Order_By, Token_Activities_V2_Order_By, Token_Activities_V2_Select_Column, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Token_Activities_V2_Stddev_Fields, Token_Activities_V2_Stddev_Order_By, Token_Activities_V2_Stddev_Pop_Fields, Token_Activities_V2_Stddev_Pop_Order_By, Token_Activities_V2_Stddev_Samp_Fields, Token_Activities_V2_Stddev_Samp_Order_By, Token_Activities_V2_Stream_Cursor_Input, Token_Activities_V2_Stream_Cursor_Value_Input, Token_Activities_V2_Sum_Fields, Token_Activities_V2_Sum_Order_By, Token_Activities_V2_Var_Pop_Fields, Token_Activities_V2_Var_Pop_Order_By, Token_Activities_V2_Var_Samp_Fields, Token_Activities_V2_Var_Samp_Order_By, Token_Activities_V2_Variance_Fields, Token_Activities_V2_Variance_Order_By, Token_Activities_Var_Pop_Fields, Token_Activities_Var_Pop_Order_By, Token_Activities_Var_Samp_Fields, Token_Activities_Var_Samp_Order_By, Token_Activities_Variance_Fields, Token_Activities_Variance_Order_By, Token_Datas, Token_DatasDefault_PropertiesArgs, Token_Datas_Bool_Exp, Token_Datas_Order_By, Token_Datas_Select_Column, Token_Datas_Stream_Cursor_Input, Token_Datas_Stream_Cursor_Value_Input, Token_Ownerships, Token_Ownerships_Bool_Exp, Token_Ownerships_Order_By, Token_Ownerships_Select_Column, Token_Ownerships_Stream_Cursor_Input, Token_Ownerships_Stream_Cursor_Value_Input, Tokens, TokensDataFieldsFragment, TokensToken_PropertiesArgs, Tokens_Bool_Exp, Tokens_Order_By, Tokens_Select_Column, Tokens_Stream_Cursor_Input, Tokens_Stream_Cursor_Value_Input, Transaction, TransactionError, TransactionOptions, TransactionPayload, TransactionValidationErrorReason, UnconfirmedActivityItem, UnexpectedNetworkError, UnsupportedNameFormatError, UseActivityConfig, User_Transactions, User_Transactions_Bool_Exp, User_Transactions_Order_By, User_Transactions_Select_Column, User_Transactions_Stream_Cursor_Input, User_Transactions_Stream_Cursor_Value_Input, ValidatorFromJSONFile, ValidatorInfo, ValidatorSetResource, ValidatorSetResourceData, ValidatorStatus, aptosAccountCoinTransferFunction, aptosAccountCoinTransferFunctionName, aptosAccountCreateAccountViaTransferFunctionName, aptosAccountNamespace, aptosCoinInfoStructTag, aptosCoinStoreStructTag, aptosCoinStructTag, aptosDelegationPoolStructTag, aptosStakePoolStructTag, aptosValidatorSetStructTag, buildCoinTransferPayload, buildCreateAccountTransferPaylod, buildFungibleAssetTransferPayload, buildNaturalCoinTransferPayload, buildRawTransactionFromBCSPayload, coinInfoResource, coinInfoStructTag, coinNamespace, coinStoreResource, coinStoreStructTag, createPaginatedQuery, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, rawInfoDevNet as devnetList, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, extractIpfsCid, fetchAccountTotalTokens, fetchAddressFromName, fetchBalance, fetchCoinInfo, fetchCoinPrice, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchFungibleAssetMetadata, fetchGasPrice, fetchIndexedAccountActivities, fetchIndexedAccountCollections, fetchIndexedAccountTokens, fetchIndexedCoinActivities, fetchIndexedTokenActivities, fetchIndexedTokenData, fetchIndexedTokensPendingOfferClaims, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchOwnedDigitalAssets, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fixBadAptosUri, formatAmount, formatApt, formatCoin, formatUnits, fundAccount, fungibleAssetEventsTag, fungibleAssetMetadataStructTag, fungibleAssetStoreTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getTokenDataId, getTokenDataIdHash, handleApiError, imageExtensions, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, networks, normalizeAddress, normalizePayload, normalizeTimestamp, objectTag, parseApt, parseCollectionData, parseExtendedTokenData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenClaim, parseTokenData, parseUnits, prettifyCoinInfo, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, replaceIpfsGateway, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };
|
|
12890
|
+
export { APTOS_NAMES_ENDPOINT, APTOS_UNIT, AccountErrorReason, AccountInfo, AccountNotFoundError, Account_Transactions, Account_TransactionsCoin_ActivitiesArgs, Account_TransactionsCoin_Activities_AggregateArgs, Account_TransactionsDelegated_Staking_ActivitiesArgs, Account_TransactionsFungible_Asset_ActivitiesArgs, Account_TransactionsToken_ActivitiesArgs, Account_TransactionsToken_Activities_AggregateArgs, Account_TransactionsToken_Activities_V2Args, Account_TransactionsToken_Activities_V2_AggregateArgs, Account_Transactions_Aggregate, Account_Transactions_Aggregate_Fields, Account_Transactions_Aggregate_FieldsCountArgs, Account_Transactions_Avg_Fields, Account_Transactions_Bool_Exp, Account_Transactions_Max_Fields, Account_Transactions_Min_Fields, Account_Transactions_Order_By, Account_Transactions_Select_Column, Account_Transactions_Stddev_Fields, Account_Transactions_Stddev_Pop_Fields, Account_Transactions_Stddev_Samp_Fields, Account_Transactions_Stream_Cursor_Input, Account_Transactions_Stream_Cursor_Value_Input, Account_Transactions_Sum_Fields, Account_Transactions_Var_Pop_Fields, Account_Transactions_Var_Samp_Fields, Account_Transactions_Variance_Fields, ActivityEvent, ActivityItem, AdapterSignerClient, Address_Events_Summary, Address_Events_Summary_Bool_Exp, Address_Events_Summary_Order_By, Address_Events_Summary_Select_Column, Address_Events_Summary_Stream_Cursor_Input, Address_Events_Summary_Stream_Cursor_Value_Input, Address_Version_From_Events, Address_Version_From_EventsCoin_ActivitiesArgs, Address_Version_From_EventsCoin_Activities_AggregateArgs, Address_Version_From_EventsDelegated_Staking_ActivitiesArgs, Address_Version_From_EventsToken_ActivitiesArgs, Address_Version_From_EventsToken_Activities_AggregateArgs, Address_Version_From_EventsToken_Activities_V2Args, Address_Version_From_EventsToken_Activities_V2_AggregateArgs, Address_Version_From_Events_Aggregate, Address_Version_From_Events_Aggregate_Fields, Address_Version_From_Events_Aggregate_FieldsCountArgs, Address_Version_From_Events_Avg_Fields, Address_Version_From_Events_Bool_Exp, Address_Version_From_Events_Max_Fields, Address_Version_From_Events_Min_Fields, Address_Version_From_Events_Order_By, Address_Version_From_Events_Select_Column, Address_Version_From_Events_Stddev_Fields, Address_Version_From_Events_Stddev_Pop_Fields, Address_Version_From_Events_Stddev_Samp_Fields, Address_Version_From_Events_Stream_Cursor_Input, Address_Version_From_Events_Stream_Cursor_Value_Input, Address_Version_From_Events_Sum_Fields, Address_Version_From_Events_Var_Pop_Fields, Address_Version_From_Events_Var_Samp_Fields, Address_Version_From_Events_Variance_Fields, Address_Version_From_Move_Resources, Address_Version_From_Move_ResourcesCoin_ActivitiesArgs, Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs, Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs, Address_Version_From_Move_ResourcesToken_ActivitiesArgs, Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs, Address_Version_From_Move_ResourcesToken_Activities_V2Args, Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs, Address_Version_From_Move_Resources_Aggregate, Address_Version_From_Move_Resources_Aggregate_Fields, Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs, Address_Version_From_Move_Resources_Avg_Fields, Address_Version_From_Move_Resources_Bool_Exp, Address_Version_From_Move_Resources_Max_Fields, Address_Version_From_Move_Resources_Min_Fields, Address_Version_From_Move_Resources_Order_By, Address_Version_From_Move_Resources_Select_Column, Address_Version_From_Move_Resources_Stddev_Fields, Address_Version_From_Move_Resources_Stddev_Pop_Fields, Address_Version_From_Move_Resources_Stddev_Samp_Fields, Address_Version_From_Move_Resources_Stream_Cursor_Input, Address_Version_From_Move_Resources_Stream_Cursor_Value_Input, Address_Version_From_Move_Resources_Sum_Fields, Address_Version_From_Move_Resources_Var_Pop_Fields, Address_Version_From_Move_Resources_Var_Samp_Fields, Address_Version_From_Move_Resources_Variance_Fields, AnyRawTransactionFactory, AptosIdentity, AptosJSProClient, AptosJSProClientArgs, AptosJSProClientState, AptosName, BaseConfirmedActivityItem, BaseEvent$1 as BaseEvent, BaseTransaction, BaseTransactionProps, Bigint_Comparison_Exp, Block_Metadata_Transactions, Block_Metadata_TransactionsFailed_Proposer_IndicesArgs, Block_Metadata_TransactionsPrevious_Block_Votes_BitvecArgs, Block_Metadata_Transactions_Bool_Exp, Block_Metadata_Transactions_Order_By, Block_Metadata_Transactions_Select_Column, Block_Metadata_Transactions_Stream_Cursor_Input, Block_Metadata_Transactions_Stream_Cursor_Value_Input, Boolean_Comparison_Exp, COIN_GECKO_ENDPOINT, COIN_LISTS, ClientConfigs, CoinBalanceChange, CoinBalanceChangesByAccount, CoinBalanceChangesByCoinType, CoinDepositEvent, CoinErrorReason, CoinEvent, CoinEventActivityItem, CoinInfoData, CoinInfoResource, CoinInfoResourceData, CoinInfoWithMetadata, CoinMetadata, CoinMintTransaction, CoinRaw, CoinStoreResource, CoinStoreResourceData, CoinTransferActivityItem, CoinTransferPayloadArgs, CoinTransferTransaction, CoinType, CoinWithdrawEvent, Coin_Activities, Coin_ActivitiesAptos_NamesArgs, Coin_ActivitiesAptos_Names_AggregateArgs, Coin_Activities_Aggregate, Coin_Activities_Aggregate_Bool_Exp, Coin_Activities_Aggregate_Bool_Exp_Bool_And, Coin_Activities_Aggregate_Bool_Exp_Bool_Or, Coin_Activities_Aggregate_Bool_Exp_Count, Coin_Activities_Aggregate_Fields, Coin_Activities_Aggregate_FieldsCountArgs, Coin_Activities_Aggregate_Order_By, Coin_Activities_Avg_Fields, Coin_Activities_Avg_Order_By, Coin_Activities_Bool_Exp, Coin_Activities_Max_Fields, Coin_Activities_Max_Order_By, Coin_Activities_Min_Fields, Coin_Activities_Min_Order_By, Coin_Activities_Order_By, Coin_Activities_Select_Column, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Coin_Activities_Stddev_Fields, Coin_Activities_Stddev_Order_By, Coin_Activities_Stddev_Pop_Fields, Coin_Activities_Stddev_Pop_Order_By, Coin_Activities_Stddev_Samp_Fields, Coin_Activities_Stddev_Samp_Order_By, Coin_Activities_Stream_Cursor_Input, Coin_Activities_Stream_Cursor_Value_Input, Coin_Activities_Sum_Fields, Coin_Activities_Sum_Order_By, Coin_Activities_Var_Pop_Fields, Coin_Activities_Var_Pop_Order_By, Coin_Activities_Var_Samp_Fields, Coin_Activities_Var_Samp_Order_By, Coin_Activities_Variance_Fields, Coin_Activities_Variance_Order_By, Coin_Balances, Coin_Balances_Bool_Exp, Coin_Balances_Order_By, Coin_Balances_Select_Column, Coin_Balances_Stream_Cursor_Input, Coin_Balances_Stream_Cursor_Value_Input, Coin_Infos, Coin_Infos_Bool_Exp, Coin_Infos_Order_By, Coin_Infos_Select_Column, Coin_Infos_Stream_Cursor_Input, Coin_Infos_Stream_Cursor_Value_Input, Coin_Supply, Coin_Supply_Bool_Exp, Coin_Supply_Order_By, Coin_Supply_Select_Column, Coin_Supply_Stream_Cursor_Input, Coin_Supply_Stream_Cursor_Value_Input, CollectionData, CollectionDataFieldsFragment, Collection_Datas, Collection_Datas_Bool_Exp, Collection_Datas_Order_By, Collection_Datas_Select_Column, Collection_Datas_Stream_Cursor_Input, Collection_Datas_Stream_Cursor_Value_Input, ConfirmedActivityItem, CreateAccountTransferPayloadArgs, CurrentTokenData, CurrentTokenOwnership, CurrentTokenPendingClaimsFragment, Current_Ans_Lookup, Current_Ans_LookupAll_Token_OwnershipsArgs, Current_Ans_LookupAll_Token_Ownerships_AggregateArgs, Current_Ans_Lookup_Bool_Exp, Current_Ans_Lookup_Order_By, Current_Ans_Lookup_Select_Column, Current_Ans_Lookup_Stream_Cursor_Input, Current_Ans_Lookup_Stream_Cursor_Value_Input, Current_Ans_Lookup_V2, Current_Ans_Lookup_V2_Bool_Exp, Current_Ans_Lookup_V2_Order_By, Current_Ans_Lookup_V2_Select_Column, Current_Ans_Lookup_V2_Stream_Cursor_Input, Current_Ans_Lookup_V2_Stream_Cursor_Value_Input, Current_Aptos_Names, Current_Aptos_Names_Aggregate, Current_Aptos_Names_Aggregate_Bool_Exp, Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And, Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or, Current_Aptos_Names_Aggregate_Bool_Exp_Count, Current_Aptos_Names_Aggregate_Fields, Current_Aptos_Names_Aggregate_FieldsCountArgs, Current_Aptos_Names_Aggregate_Order_By, Current_Aptos_Names_Avg_Fields, Current_Aptos_Names_Avg_Order_By, Current_Aptos_Names_Bool_Exp, Current_Aptos_Names_Max_Fields, Current_Aptos_Names_Max_Order_By, Current_Aptos_Names_Min_Fields, Current_Aptos_Names_Min_Order_By, Current_Aptos_Names_Order_By, Current_Aptos_Names_Select_Column, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Current_Aptos_Names_Stddev_Fields, Current_Aptos_Names_Stddev_Order_By, Current_Aptos_Names_Stddev_Pop_Fields, Current_Aptos_Names_Stddev_Pop_Order_By, Current_Aptos_Names_Stddev_Samp_Fields, Current_Aptos_Names_Stddev_Samp_Order_By, Current_Aptos_Names_Stream_Cursor_Input, Current_Aptos_Names_Stream_Cursor_Value_Input, Current_Aptos_Names_Sum_Fields, Current_Aptos_Names_Sum_Order_By, Current_Aptos_Names_Var_Pop_Fields, Current_Aptos_Names_Var_Pop_Order_By, Current_Aptos_Names_Var_Samp_Fields, Current_Aptos_Names_Var_Samp_Order_By, Current_Aptos_Names_Variance_Fields, Current_Aptos_Names_Variance_Order_By, Current_Coin_Balances, Current_Coin_Balances_Bool_Exp, Current_Coin_Balances_Order_By, Current_Coin_Balances_Select_Column, Current_Coin_Balances_Stream_Cursor_Input, Current_Coin_Balances_Stream_Cursor_Value_Input, Current_Collection_Datas, Current_Collection_Datas_Bool_Exp, Current_Collection_Datas_Order_By, Current_Collection_Datas_Select_Column, Current_Collection_Datas_Stream_Cursor_Input, Current_Collection_Datas_Stream_Cursor_Value_Input, Current_Collection_Ownership_V2_View, Current_Collection_Ownership_V2_View_Aggregate, Current_Collection_Ownership_V2_View_Aggregate_Fields, Current_Collection_Ownership_V2_View_Aggregate_FieldsCountArgs, Current_Collection_Ownership_V2_View_Avg_Fields, Current_Collection_Ownership_V2_View_Bool_Exp, Current_Collection_Ownership_V2_View_Max_Fields, Current_Collection_Ownership_V2_View_Min_Fields, Current_Collection_Ownership_V2_View_Order_By, Current_Collection_Ownership_V2_View_Select_Column, Current_Collection_Ownership_V2_View_Stddev_Fields, Current_Collection_Ownership_V2_View_Stddev_Pop_Fields, Current_Collection_Ownership_V2_View_Stddev_Samp_Fields, Current_Collection_Ownership_V2_View_Stream_Cursor_Input, Current_Collection_Ownership_V2_View_Stream_Cursor_Value_Input, Current_Collection_Ownership_V2_View_Sum_Fields, Current_Collection_Ownership_V2_View_Var_Pop_Fields, Current_Collection_Ownership_V2_View_Var_Samp_Fields, Current_Collection_Ownership_V2_View_Variance_Fields, Current_Collections_V2, Current_Collections_V2_Bool_Exp, Current_Collections_V2_Order_By, Current_Collections_V2_Select_Column, Current_Collections_V2_Stream_Cursor_Input, Current_Collections_V2_Stream_Cursor_Value_Input, Current_Delegated_Staking_Pool_Balances, Current_Delegated_Staking_Pool_Balances_Bool_Exp, Current_Delegated_Staking_Pool_Balances_Order_By, Current_Delegated_Staking_Pool_Balances_Select_Column, Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Input, Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, Current_Delegated_Voter, Current_Delegated_Voter_Bool_Exp, Current_Delegated_Voter_Order_By, Current_Delegated_Voter_Select_Column, Current_Delegated_Voter_Stream_Cursor_Input, Current_Delegated_Voter_Stream_Cursor_Value_Input, Current_Delegator_Balances, Current_Delegator_Balances_Bool_Exp, Current_Delegator_Balances_Order_By, Current_Delegator_Balances_Select_Column, Current_Delegator_Balances_Stream_Cursor_Input, Current_Delegator_Balances_Stream_Cursor_Value_Input, Current_Fungible_Asset_Balances, Current_Fungible_Asset_Balances_Aggregate, Current_Fungible_Asset_Balances_Aggregate_Fields, Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs, Current_Fungible_Asset_Balances_Avg_Fields, Current_Fungible_Asset_Balances_Bool_Exp, Current_Fungible_Asset_Balances_Max_Fields, Current_Fungible_Asset_Balances_Min_Fields, Current_Fungible_Asset_Balances_Order_By, Current_Fungible_Asset_Balances_Select_Column, Current_Fungible_Asset_Balances_Stddev_Fields, Current_Fungible_Asset_Balances_Stddev_Pop_Fields, Current_Fungible_Asset_Balances_Stddev_Samp_Fields, Current_Fungible_Asset_Balances_Stream_Cursor_Input, Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input, Current_Fungible_Asset_Balances_Sum_Fields, Current_Fungible_Asset_Balances_Var_Pop_Fields, Current_Fungible_Asset_Balances_Var_Samp_Fields, Current_Fungible_Asset_Balances_Variance_Fields, Current_Objects, Current_Objects_Bool_Exp, Current_Objects_Order_By, Current_Objects_Select_Column, Current_Objects_Stream_Cursor_Input, Current_Objects_Stream_Cursor_Value_Input, Current_Staking_Pool_Voter, Current_Staking_Pool_VoterOperator_Aptos_NameArgs, Current_Staking_Pool_VoterOperator_Aptos_Name_AggregateArgs, Current_Staking_Pool_Voter_Bool_Exp, Current_Staking_Pool_Voter_Order_By, Current_Staking_Pool_Voter_Select_Column, Current_Staking_Pool_Voter_Stream_Cursor_Input, Current_Staking_Pool_Voter_Stream_Cursor_Value_Input, Current_Table_Items, Current_Table_ItemsDecoded_KeyArgs, Current_Table_ItemsDecoded_ValueArgs, Current_Table_Items_Bool_Exp, Current_Table_Items_Order_By, Current_Table_Items_Select_Column, Current_Table_Items_Stream_Cursor_Input, Current_Table_Items_Stream_Cursor_Value_Input, Current_Token_Datas, Current_Token_DatasDefault_PropertiesArgs, Current_Token_Datas_Bool_Exp, Current_Token_Datas_Order_By, Current_Token_Datas_Select_Column, Current_Token_Datas_Stream_Cursor_Input, Current_Token_Datas_Stream_Cursor_Value_Input, Current_Token_Datas_V2, Current_Token_Datas_V2Current_Token_OwnershipsArgs, Current_Token_Datas_V2Current_Token_Ownerships_AggregateArgs, Current_Token_Datas_V2Token_PropertiesArgs, Current_Token_Datas_V2_Bool_Exp, Current_Token_Datas_V2_Order_By, Current_Token_Datas_V2_Select_Column, Current_Token_Datas_V2_Stream_Cursor_Input, Current_Token_Datas_V2_Stream_Cursor_Value_Input, Current_Token_Ownerships, Current_Token_OwnershipsToken_PropertiesArgs, Current_Token_Ownerships_Aggregate, Current_Token_Ownerships_Aggregate_Bool_Exp, Current_Token_Ownerships_Aggregate_Bool_Exp_Count, Current_Token_Ownerships_Aggregate_Fields, Current_Token_Ownerships_Aggregate_FieldsCountArgs, Current_Token_Ownerships_Aggregate_Order_By, Current_Token_Ownerships_Avg_Fields, Current_Token_Ownerships_Avg_Order_By, Current_Token_Ownerships_Bool_Exp, Current_Token_Ownerships_Max_Fields, Current_Token_Ownerships_Max_Order_By, Current_Token_Ownerships_Min_Fields, Current_Token_Ownerships_Min_Order_By, Current_Token_Ownerships_Order_By, Current_Token_Ownerships_Select_Column, Current_Token_Ownerships_Stddev_Fields, Current_Token_Ownerships_Stddev_Order_By, Current_Token_Ownerships_Stddev_Pop_Fields, Current_Token_Ownerships_Stddev_Pop_Order_By, Current_Token_Ownerships_Stddev_Samp_Fields, Current_Token_Ownerships_Stddev_Samp_Order_By, Current_Token_Ownerships_Stream_Cursor_Input, Current_Token_Ownerships_Stream_Cursor_Value_Input, Current_Token_Ownerships_Sum_Fields, Current_Token_Ownerships_Sum_Order_By, Current_Token_Ownerships_V2, Current_Token_Ownerships_V2Composed_NftsArgs, Current_Token_Ownerships_V2Composed_Nfts_AggregateArgs, Current_Token_Ownerships_V2Token_Properties_Mutated_V1Args, Current_Token_Ownerships_V2_Aggregate, Current_Token_Ownerships_V2_Aggregate_Bool_Exp, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or, Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count, Current_Token_Ownerships_V2_Aggregate_Fields, Current_Token_Ownerships_V2_Aggregate_FieldsCountArgs, Current_Token_Ownerships_V2_Aggregate_Order_By, Current_Token_Ownerships_V2_Avg_Fields, Current_Token_Ownerships_V2_Avg_Order_By, Current_Token_Ownerships_V2_Bool_Exp, Current_Token_Ownerships_V2_Max_Fields, Current_Token_Ownerships_V2_Max_Order_By, Current_Token_Ownerships_V2_Min_Fields, Current_Token_Ownerships_V2_Min_Order_By, Current_Token_Ownerships_V2_Order_By, Current_Token_Ownerships_V2_Select_Column, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Current_Token_Ownerships_V2_Stddev_Fields, Current_Token_Ownerships_V2_Stddev_Order_By, Current_Token_Ownerships_V2_Stddev_Pop_Fields, Current_Token_Ownerships_V2_Stddev_Pop_Order_By, Current_Token_Ownerships_V2_Stddev_Samp_Fields, Current_Token_Ownerships_V2_Stddev_Samp_Order_By, Current_Token_Ownerships_V2_Stream_Cursor_Input, Current_Token_Ownerships_V2_Stream_Cursor_Value_Input, Current_Token_Ownerships_V2_Sum_Fields, Current_Token_Ownerships_V2_Sum_Order_By, Current_Token_Ownerships_V2_Var_Pop_Fields, Current_Token_Ownerships_V2_Var_Pop_Order_By, Current_Token_Ownerships_V2_Var_Samp_Fields, Current_Token_Ownerships_V2_Var_Samp_Order_By, Current_Token_Ownerships_V2_Variance_Fields, Current_Token_Ownerships_V2_Variance_Order_By, Current_Token_Ownerships_Var_Pop_Fields, Current_Token_Ownerships_Var_Pop_Order_By, Current_Token_Ownerships_Var_Samp_Fields, Current_Token_Ownerships_Var_Samp_Order_By, Current_Token_Ownerships_Variance_Fields, Current_Token_Ownerships_Variance_Order_By, Current_Token_Pending_Claims, Current_Token_Pending_Claims_Bool_Exp, Current_Token_Pending_Claims_Order_By, Current_Token_Pending_Claims_Select_Column, Current_Token_Pending_Claims_Stream_Cursor_Input, Current_Token_Pending_Claims_Stream_Cursor_Value_Input, Cursor_Ordering, CustomSignerClient, DefaultNetworks, Delegated_Staking_Activities, Delegated_Staking_Activities_Aggregate_Order_By, Delegated_Staking_Activities_Avg_Order_By, Delegated_Staking_Activities_Bool_Exp, Delegated_Staking_Activities_Max_Order_By, Delegated_Staking_Activities_Min_Order_By, Delegated_Staking_Activities_Order_By, Delegated_Staking_Activities_Select_Column, Delegated_Staking_Activities_Stddev_Order_By, Delegated_Staking_Activities_Stddev_Pop_Order_By, Delegated_Staking_Activities_Stddev_Samp_Order_By, Delegated_Staking_Activities_Stream_Cursor_Input, Delegated_Staking_Activities_Stream_Cursor_Value_Input, Delegated_Staking_Activities_Sum_Order_By, Delegated_Staking_Activities_Var_Pop_Order_By, Delegated_Staking_Activities_Var_Samp_Order_By, Delegated_Staking_Activities_Variance_Order_By, Delegated_Staking_Pool_Balances, Delegated_Staking_Pool_Balances_Aggregate, Delegated_Staking_Pool_Balances_Aggregate_Fields, Delegated_Staking_Pool_Balances_Aggregate_FieldsCountArgs, Delegated_Staking_Pool_Balances_Avg_Fields, Delegated_Staking_Pool_Balances_Bool_Exp, Delegated_Staking_Pool_Balances_Max_Fields, Delegated_Staking_Pool_Balances_Min_Fields, Delegated_Staking_Pool_Balances_Order_By, Delegated_Staking_Pool_Balances_Select_Column, Delegated_Staking_Pool_Balances_Stddev_Fields, Delegated_Staking_Pool_Balances_Stddev_Pop_Fields, Delegated_Staking_Pool_Balances_Stddev_Samp_Fields, Delegated_Staking_Pool_Balances_Stream_Cursor_Input, Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, Delegated_Staking_Pool_Balances_Sum_Fields, Delegated_Staking_Pool_Balances_Var_Pop_Fields, Delegated_Staking_Pool_Balances_Var_Samp_Fields, Delegated_Staking_Pool_Balances_Variance_Fields, Delegated_Staking_Pools, Delegated_Staking_Pools_Bool_Exp, Delegated_Staking_Pools_Order_By, Delegated_Staking_Pools_Select_Column, Delegated_Staking_Pools_Stream_Cursor_Input, Delegated_Staking_Pools_Stream_Cursor_Value_Input, DelegationPoolMetadata, DelegationPoolResource, DelegationPoolResourceData, Delegator_Distinct_Pool, Delegator_Distinct_Pool_Aggregate, Delegator_Distinct_Pool_Aggregate_Fields, Delegator_Distinct_Pool_Aggregate_FieldsCountArgs, Delegator_Distinct_Pool_Bool_Exp, Delegator_Distinct_Pool_Max_Fields, Delegator_Distinct_Pool_Min_Fields, Delegator_Distinct_Pool_Order_By, Delegator_Distinct_Pool_Select_Column, Delegator_Distinct_Pool_Stream_Cursor_Input, Delegator_Distinct_Pool_Stream_Cursor_Value_Input, DepositWithdrawalMismatchError, EXPLORER_BASE_PATH, EntryFunctionPayload, Event, EventHandle, EventWithVersion, Events, EventsDataArgs, Events_Bool_Exp, Events_Order_By, Events_Select_Column, Events_Stream_Cursor_Input, Events_Stream_Cursor_Value_Input, Exact, ExtendedTokenData, FetchAccountTotalTokensArgs, FetchAddressFromNameArgs, FetchBalanceArgs, FetchCoinInfoArgs, FetchCoinPriceArgs, FetchEventsArgs, FetchFaucetStatusArgs, FetchFungibleAssetMetadataArgs, FetchIndexedAccountActivitiesArgs, FetchIndexedAccountActivitiesResult, FetchIndexedAccountCollectionsArgs, FetchIndexedAccountCollectionsResult, FetchIndexedAccountTokensArgs, FetchIndexedAccountTokensResult, FetchIndexedTokenActivitiesArgs, FetchIndexedTokenActivitiesResult, FetchIndexedTokenDataArgs, FetchIndexedTokenDataResult, FetchIndexedTokensPendingOfferClaimsArgs, FetchIndexedTokensPendingOfferClaimsResult, FetchIndexerProcessorAvailabilityArgs, FetchIsValidMetadataArgs, FetchNameFromAddressArgs, FetchNodeStatusArgs, FetchOwnedDigitalAssetsArgs, FetchOwnedDigitalAssetsResult, FetchResourceTypeArgs, FetchResourcesArgs, FetchTokenAcquiredDateArgs, FetchTokenDataWithAddressArgs, FetchTokenMetadataArgs, FetchTransactionArgs, FetchWaitForTransactionArgs, FormatAmountOptions, FormatCoinOptions, FundAccountArgs, FungibleAssetEventsResource, FungibleAssetEventsResourceData, FungibleAssetTransferPayloadArgs, FungibleStoreResource, FungibleStoreResourceData, Fungible_Asset_Activities, Fungible_Asset_ActivitiesOwner_Aptos_NamesArgs, Fungible_Asset_ActivitiesOwner_Aptos_Names_AggregateArgs, Fungible_Asset_Activities_Aggregate_Order_By, Fungible_Asset_Activities_Avg_Order_By, Fungible_Asset_Activities_Bool_Exp, Fungible_Asset_Activities_Max_Order_By, Fungible_Asset_Activities_Min_Order_By, Fungible_Asset_Activities_Order_By, Fungible_Asset_Activities_Select_Column, Fungible_Asset_Activities_Stddev_Order_By, Fungible_Asset_Activities_Stddev_Pop_Order_By, Fungible_Asset_Activities_Stddev_Samp_Order_By, Fungible_Asset_Activities_Stream_Cursor_Input, Fungible_Asset_Activities_Stream_Cursor_Value_Input, Fungible_Asset_Activities_Sum_Order_By, Fungible_Asset_Activities_Var_Pop_Order_By, Fungible_Asset_Activities_Var_Samp_Order_By, Fungible_Asset_Activities_Variance_Order_By, Fungible_Asset_Metadata, Fungible_Asset_Metadata_Bool_Exp, Fungible_Asset_Metadata_Order_By, Fungible_Asset_Metadata_Select_Column, Fungible_Asset_Metadata_Stream_Cursor_Input, Fungible_Asset_Metadata_Stream_Cursor_Value_Input, GasEvent, GasFeeActivityItem, GasNotFoundError, GenericEvent, GenericTransaction, GeoData, GetAccountCollectionsQuery, GetAccountCollectionsQueryVariables, GetAccountCurrentTokensQuery, GetAccountCurrentTokensQueryVariables, GetAccountTokensTotalQuery, GetAccountTokensTotalQueryVariables, GetActivitiesAggregateQuery, GetActivitiesAggregateQueryVariables, GetClientsResult, GetCoinListArgs, GetCoinListResult, GetCollectionsFloorPriceQuery, GetCollectionsFloorPriceQueryVariables, GetConsolidatedActivitiesQuery, GetConsolidatedActivitiesQueryVariables, GetCurrentTokenDataQuery, GetCurrentTokenDataQueryVariables, GetDelegatedStakingQuery, GetDelegatedStakingQueryVariables, GetDelegatedStakingRoyaltiesQuery, GetDelegatedStakingRoyaltiesQueryVariables, GetDelegationPoolsQuery, GetDelegationPoolsQueryVariables, GetExplorerUrlArgs, GetFungibleAssetMetadataQuery, GetFungibleAssetMetadataQueryVariables, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetPendingClaimsForTokenQuery, GetPendingClaimsForTokenQueryVariables, GetProcessorLastVersionQuery, GetProcessorLastVersionQueryVariables, GetTokenAcquisitionActivityQuery, GetTokenAcquisitionActivityQueryVariables, GetTokenActivitiesQuery, GetTokenActivitiesQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, GetTokenPendingClaimsQuery, GetTokenPendingClaimsQueryVariables, Guid, ImageFileType, Incremental, IndexerPetraActivity, Indexer_Status, Indexer_Status_Bool_Exp, Indexer_Status_Order_By, Indexer_Status_Select_Column, Indexer_Status_Stream_Cursor_Input, Indexer_Status_Stream_Cursor_Value_Input, InputMaybe, Int_Comparison_Exp, JsonPayload, Jsonb_Cast_Exp, Jsonb_Comparison_Exp, Ledger_Infos, Ledger_Infos_Bool_Exp, Ledger_Infos_Order_By, Ledger_Infos_Select_Column, Ledger_Infos_Stream_Cursor_Input, Ledger_Infos_Stream_Cursor_Value_Input, MAX_INDEXER_INT, MakeEmpty, MakeMaybe, MakeOptional, Maybe, MetaDataJsonCategory, MetadataJson, MetadataJsonAttribute, MetadataJsonCollection, MetadataJsonCreator, MetadataJsonFile, MetadataJsonProperties, MintTokenEvent, MoveAbortCategory, MoveAbortDetails, MoveAbortLocation, MoveStatusCode, MoveStatusCodeKey, MoveStatusCodeText, MoveVmError, MoveVmStatus, Move_Resources, Move_Resources_Aggregate, Move_Resources_Aggregate_Fields, Move_Resources_Aggregate_FieldsCountArgs, Move_Resources_Avg_Fields, Move_Resources_Bool_Exp, Move_Resources_Max_Fields, Move_Resources_Min_Fields, Move_Resources_Order_By, Move_Resources_Select_Column, Move_Resources_Stddev_Fields, Move_Resources_Stddev_Pop_Fields, Move_Resources_Stddev_Samp_Fields, Move_Resources_Stream_Cursor_Input, Move_Resources_Stream_Cursor_Value_Input, Move_Resources_Sum_Fields, Move_Resources_Var_Pop_Fields, Move_Resources_Var_Samp_Fields, Move_Resources_Variance_Fields, MultisigPayload, NaturalCoinTransferPayloadArgs, NetworkInfo, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_FieldsCountArgs, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input, Nft_Marketplace_V2_Nft_Marketplace_Activities, Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp, Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By, Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column, Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input, Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input, Nft_Metadata_Crawler_Parsed_Asset_Uris, Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp, Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By, Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column, Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Input, Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Value_Input, Num_Active_Delegator_Per_Pool, Num_Active_Delegator_Per_Pool_Bool_Exp, Num_Active_Delegator_Per_Pool_Order_By, Num_Active_Delegator_Per_Pool_Select_Column, Num_Active_Delegator_Per_Pool_Stream_Cursor_Input, Num_Active_Delegator_Per_Pool_Stream_Cursor_Value_Input, Numeric_Comparison_Exp, OCTA_NEGATIVE_EXPONENT, OCTA_NUMBER, OCTA_POSITIVE_EXPONENT, OCTA_UNIT, ObjectCoreResource, ObjectCoreResourceData, OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, PaginationCursors, ParseExtendedTokenDataArgs, PendingTransaction, PoolResourceData, PriceInfo, Processor_Status, Processor_Status_Bool_Exp, Processor_Status_Order_By, Processor_Status_Select_Column, Processor_Status_Stream_Cursor_Input, Processor_Status_Stream_Cursor_Value_Input, Proposal_Votes, Proposal_Votes_Aggregate, Proposal_Votes_Aggregate_Fields, Proposal_Votes_Aggregate_FieldsCountArgs, Proposal_Votes_Avg_Fields, Proposal_Votes_Bool_Exp, Proposal_Votes_Max_Fields, Proposal_Votes_Min_Fields, Proposal_Votes_Order_By, Proposal_Votes_Select_Column, Proposal_Votes_Stddev_Fields, Proposal_Votes_Stddev_Pop_Fields, Proposal_Votes_Stddev_Samp_Fields, Proposal_Votes_Stream_Cursor_Input, Proposal_Votes_Stream_Cursor_Value_Input, Proposal_Votes_Sum_Fields, Proposal_Votes_Var_Pop_Fields, Proposal_Votes_Var_Samp_Fields, Proposal_Votes_Variance_Fields, PublicKeySchemeNotSupported, QueryRefetchTime, QueryStaleTime, Query_Root, Query_RootAccount_TransactionsArgs, Query_RootAccount_Transactions_AggregateArgs, Query_RootAccount_Transactions_By_PkArgs, Query_RootAddress_Events_SummaryArgs, Query_RootAddress_Version_From_EventsArgs, Query_RootAddress_Version_From_Events_AggregateArgs, Query_RootAddress_Version_From_Move_ResourcesArgs, Query_RootAddress_Version_From_Move_Resources_AggregateArgs, Query_RootBlock_Metadata_TransactionsArgs, Query_RootBlock_Metadata_Transactions_By_PkArgs, Query_RootCoin_ActivitiesArgs, Query_RootCoin_Activities_AggregateArgs, Query_RootCoin_BalancesArgs, Query_RootCoin_InfosArgs, Query_RootCoin_SupplyArgs, Query_RootCoin_Supply_By_PkArgs, Query_RootCollection_DatasArgs, Query_RootCurrent_Ans_LookupArgs, Query_RootCurrent_Ans_Lookup_V2Args, Query_RootCurrent_Ans_Lookup_V2_By_PkArgs, Query_RootCurrent_Aptos_NamesArgs, Query_RootCurrent_Aptos_Names_AggregateArgs, Query_RootCurrent_Coin_BalancesArgs, Query_RootCurrent_Collection_DatasArgs, Query_RootCurrent_Collection_Ownership_V2_ViewArgs, Query_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, Query_RootCurrent_Collections_V2Args, Query_RootCurrent_Collections_V2_By_PkArgs, Query_RootCurrent_Delegated_Staking_Pool_BalancesArgs, Query_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, Query_RootCurrent_Delegated_VoterArgs, Query_RootCurrent_Delegated_Voter_By_PkArgs, Query_RootCurrent_Delegator_BalancesArgs, Query_RootCurrent_Delegator_Balances_By_PkArgs, Query_RootCurrent_Fungible_Asset_BalancesArgs, Query_RootCurrent_Fungible_Asset_Balances_AggregateArgs, Query_RootCurrent_Fungible_Asset_Balances_By_PkArgs, Query_RootCurrent_ObjectsArgs, Query_RootCurrent_Objects_By_PkArgs, Query_RootCurrent_Staking_Pool_VoterArgs, Query_RootCurrent_Staking_Pool_Voter_By_PkArgs, Query_RootCurrent_Table_ItemsArgs, Query_RootCurrent_Table_Items_By_PkArgs, Query_RootCurrent_Token_DatasArgs, Query_RootCurrent_Token_Datas_V2Args, Query_RootCurrent_Token_Datas_V2_By_PkArgs, Query_RootCurrent_Token_OwnershipsArgs, Query_RootCurrent_Token_Ownerships_AggregateArgs, Query_RootCurrent_Token_Ownerships_V2Args, Query_RootCurrent_Token_Ownerships_V2_AggregateArgs, Query_RootCurrent_Token_Ownerships_V2_By_PkArgs, Query_RootCurrent_Token_Pending_ClaimsArgs, Query_RootCurrent_Token_Pending_Claims_By_PkArgs, Query_RootDelegated_Staking_ActivitiesArgs, Query_RootDelegated_Staking_Activities_By_PkArgs, Query_RootDelegated_Staking_Pool_BalancesArgs, Query_RootDelegated_Staking_Pool_Balances_AggregateArgs, Query_RootDelegated_Staking_Pool_Balances_By_PkArgs, Query_RootDelegated_Staking_PoolsArgs, Query_RootDelegated_Staking_Pools_By_PkArgs, Query_RootDelegator_Distinct_PoolArgs, Query_RootDelegator_Distinct_Pool_AggregateArgs, Query_RootEventsArgs, Query_RootEvents_By_PkArgs, Query_RootFungible_Asset_ActivitiesArgs, Query_RootFungible_Asset_Activities_By_PkArgs, Query_RootFungible_Asset_MetadataArgs, Query_RootFungible_Asset_Metadata_By_PkArgs, Query_RootIndexer_StatusArgs, Query_RootIndexer_Status_By_PkArgs, Query_RootLedger_InfosArgs, Query_RootLedger_Infos_By_PkArgs, Query_RootMove_ResourcesArgs, Query_RootMove_Resources_AggregateArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, Query_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, Query_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, Query_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, Query_RootNum_Active_Delegator_Per_PoolArgs, Query_RootProcessor_StatusArgs, Query_RootProcessor_Status_By_PkArgs, Query_RootProposal_VotesArgs, Query_RootProposal_Votes_AggregateArgs, Query_RootProposal_Votes_By_PkArgs, Query_RootSignaturesArgs, Query_RootSignatures_By_PkArgs, Query_RootTable_ItemsArgs, Query_RootTable_Items_By_PkArgs, Query_RootTable_MetadatasArgs, Query_RootTable_Metadatas_By_PkArgs, Query_RootToken_ActivitiesArgs, Query_RootToken_Activities_AggregateArgs, Query_RootToken_Activities_V2Args, Query_RootToken_Activities_V2_AggregateArgs, Query_RootToken_Activities_V2_By_PkArgs, Query_RootToken_DatasArgs, Query_RootToken_OwnershipsArgs, Query_RootTokensArgs, Query_RootUser_TransactionsArgs, Query_RootUser_Transactions_By_PkArgs, RawTransactionFactory, ReceiveCoinEvent, ReceiveCoinEventBase, ReceiveTokenEvent, ReceiveTokenOfferEvent, Resource, ResourceMap, ResourceType, ResourceTypeValue, Scalars, Sdk, SendCoinEvent, SendCoinEventBase, SendTokenEvent, SendTokenOfferEvent, SenderNotFoundError, SerializedMultiAgentPayload, SerializedPayload, SignAndSubmitRawTransactionArgs, SignAndSubmitRawTransactionResult, SignAndSubmitTransactionArgs, SignAndSubmitTransactionResult, SignBufferArgs, SignMessageArgs, SignTransactionArgs, SignTransactionResult, Signatures, SignaturesPublic_Key_IndicesArgs, Signatures_Bool_Exp, Signatures_Order_By, Signatures_Select_Column, Signatures_Stream_Cursor_Input, Signatures_Stream_Cursor_Value_Input, SignerClient, SignerClientInvalidFunctionError, SignerNotFoundError, SimulateTransactionArgs, SimulationArgumentError, StakeEvent, StakeEventBase, StakeOperation, StakePoolResource, StakePoolResourceData, StakingInfo, String_Comparison_Exp, SubmitTransactionArgs, SubmitTransactionResult, Subscription_Root, Subscription_RootAccount_TransactionsArgs, Subscription_RootAccount_Transactions_AggregateArgs, Subscription_RootAccount_Transactions_By_PkArgs, Subscription_RootAccount_Transactions_StreamArgs, Subscription_RootAddress_Events_SummaryArgs, Subscription_RootAddress_Events_Summary_StreamArgs, Subscription_RootAddress_Version_From_EventsArgs, Subscription_RootAddress_Version_From_Events_AggregateArgs, Subscription_RootAddress_Version_From_Events_StreamArgs, Subscription_RootAddress_Version_From_Move_ResourcesArgs, Subscription_RootAddress_Version_From_Move_Resources_AggregateArgs, Subscription_RootAddress_Version_From_Move_Resources_StreamArgs, Subscription_RootBlock_Metadata_TransactionsArgs, Subscription_RootBlock_Metadata_Transactions_By_PkArgs, Subscription_RootBlock_Metadata_Transactions_StreamArgs, Subscription_RootCoin_ActivitiesArgs, Subscription_RootCoin_Activities_AggregateArgs, Subscription_RootCoin_Activities_StreamArgs, Subscription_RootCoin_BalancesArgs, Subscription_RootCoin_Balances_StreamArgs, Subscription_RootCoin_InfosArgs, Subscription_RootCoin_Infos_StreamArgs, Subscription_RootCoin_SupplyArgs, Subscription_RootCoin_Supply_By_PkArgs, Subscription_RootCoin_Supply_StreamArgs, Subscription_RootCollection_DatasArgs, Subscription_RootCollection_Datas_StreamArgs, Subscription_RootCurrent_Ans_LookupArgs, Subscription_RootCurrent_Ans_Lookup_StreamArgs, Subscription_RootCurrent_Ans_Lookup_V2Args, Subscription_RootCurrent_Ans_Lookup_V2_By_PkArgs, Subscription_RootCurrent_Ans_Lookup_V2_StreamArgs, Subscription_RootCurrent_Aptos_NamesArgs, Subscription_RootCurrent_Aptos_Names_AggregateArgs, Subscription_RootCurrent_Aptos_Names_StreamArgs, Subscription_RootCurrent_Coin_BalancesArgs, Subscription_RootCurrent_Coin_Balances_StreamArgs, Subscription_RootCurrent_Collection_DatasArgs, Subscription_RootCurrent_Collection_Datas_StreamArgs, Subscription_RootCurrent_Collection_Ownership_V2_ViewArgs, Subscription_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, Subscription_RootCurrent_Collection_Ownership_V2_View_StreamArgs, Subscription_RootCurrent_Collections_V2Args, Subscription_RootCurrent_Collections_V2_By_PkArgs, Subscription_RootCurrent_Collections_V2_StreamArgs, Subscription_RootCurrent_Delegated_Staking_Pool_BalancesArgs, Subscription_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, Subscription_RootCurrent_Delegated_Staking_Pool_Balances_StreamArgs, Subscription_RootCurrent_Delegated_VoterArgs, Subscription_RootCurrent_Delegated_Voter_By_PkArgs, Subscription_RootCurrent_Delegated_Voter_StreamArgs, Subscription_RootCurrent_Delegator_BalancesArgs, Subscription_RootCurrent_Delegator_Balances_By_PkArgs, Subscription_RootCurrent_Delegator_Balances_StreamArgs, Subscription_RootCurrent_Fungible_Asset_BalancesArgs, Subscription_RootCurrent_Fungible_Asset_Balances_AggregateArgs, Subscription_RootCurrent_Fungible_Asset_Balances_By_PkArgs, Subscription_RootCurrent_Fungible_Asset_Balances_StreamArgs, Subscription_RootCurrent_ObjectsArgs, Subscription_RootCurrent_Objects_By_PkArgs, Subscription_RootCurrent_Objects_StreamArgs, Subscription_RootCurrent_Staking_Pool_VoterArgs, Subscription_RootCurrent_Staking_Pool_Voter_By_PkArgs, Subscription_RootCurrent_Staking_Pool_Voter_StreamArgs, Subscription_RootCurrent_Table_ItemsArgs, Subscription_RootCurrent_Table_Items_By_PkArgs, Subscription_RootCurrent_Table_Items_StreamArgs, Subscription_RootCurrent_Token_DatasArgs, Subscription_RootCurrent_Token_Datas_StreamArgs, Subscription_RootCurrent_Token_Datas_V2Args, Subscription_RootCurrent_Token_Datas_V2_By_PkArgs, Subscription_RootCurrent_Token_Datas_V2_StreamArgs, Subscription_RootCurrent_Token_OwnershipsArgs, Subscription_RootCurrent_Token_Ownerships_AggregateArgs, Subscription_RootCurrent_Token_Ownerships_StreamArgs, Subscription_RootCurrent_Token_Ownerships_V2Args, Subscription_RootCurrent_Token_Ownerships_V2_AggregateArgs, Subscription_RootCurrent_Token_Ownerships_V2_By_PkArgs, Subscription_RootCurrent_Token_Ownerships_V2_StreamArgs, Subscription_RootCurrent_Token_Pending_ClaimsArgs, Subscription_RootCurrent_Token_Pending_Claims_By_PkArgs, Subscription_RootCurrent_Token_Pending_Claims_StreamArgs, Subscription_RootDelegated_Staking_ActivitiesArgs, Subscription_RootDelegated_Staking_Activities_By_PkArgs, Subscription_RootDelegated_Staking_Activities_StreamArgs, Subscription_RootDelegated_Staking_Pool_BalancesArgs, Subscription_RootDelegated_Staking_Pool_Balances_AggregateArgs, Subscription_RootDelegated_Staking_Pool_Balances_By_PkArgs, Subscription_RootDelegated_Staking_Pool_Balances_StreamArgs, Subscription_RootDelegated_Staking_PoolsArgs, Subscription_RootDelegated_Staking_Pools_By_PkArgs, Subscription_RootDelegated_Staking_Pools_StreamArgs, Subscription_RootDelegator_Distinct_PoolArgs, Subscription_RootDelegator_Distinct_Pool_AggregateArgs, Subscription_RootDelegator_Distinct_Pool_StreamArgs, Subscription_RootEventsArgs, Subscription_RootEvents_By_PkArgs, Subscription_RootEvents_StreamArgs, Subscription_RootFungible_Asset_ActivitiesArgs, Subscription_RootFungible_Asset_Activities_By_PkArgs, Subscription_RootFungible_Asset_Activities_StreamArgs, Subscription_RootFungible_Asset_MetadataArgs, Subscription_RootFungible_Asset_Metadata_By_PkArgs, Subscription_RootFungible_Asset_Metadata_StreamArgs, Subscription_RootIndexer_StatusArgs, Subscription_RootIndexer_Status_By_PkArgs, Subscription_RootIndexer_Status_StreamArgs, Subscription_RootLedger_InfosArgs, Subscription_RootLedger_Infos_By_PkArgs, Subscription_RootLedger_Infos_StreamArgs, Subscription_RootMove_ResourcesArgs, Subscription_RootMove_Resources_AggregateArgs, Subscription_RootMove_Resources_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_StreamArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_StreamArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_StreamArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_StreamArgs, Subscription_RootNum_Active_Delegator_Per_PoolArgs, Subscription_RootNum_Active_Delegator_Per_Pool_StreamArgs, Subscription_RootProcessor_StatusArgs, Subscription_RootProcessor_Status_By_PkArgs, Subscription_RootProcessor_Status_StreamArgs, Subscription_RootProposal_VotesArgs, Subscription_RootProposal_Votes_AggregateArgs, Subscription_RootProposal_Votes_By_PkArgs, Subscription_RootProposal_Votes_StreamArgs, Subscription_RootSignaturesArgs, Subscription_RootSignatures_By_PkArgs, Subscription_RootSignatures_StreamArgs, Subscription_RootTable_ItemsArgs, Subscription_RootTable_Items_By_PkArgs, Subscription_RootTable_Items_StreamArgs, Subscription_RootTable_MetadatasArgs, Subscription_RootTable_Metadatas_By_PkArgs, Subscription_RootTable_Metadatas_StreamArgs, Subscription_RootToken_ActivitiesArgs, Subscription_RootToken_Activities_AggregateArgs, Subscription_RootToken_Activities_StreamArgs, Subscription_RootToken_Activities_V2Args, Subscription_RootToken_Activities_V2_AggregateArgs, Subscription_RootToken_Activities_V2_By_PkArgs, Subscription_RootToken_Activities_V2_StreamArgs, Subscription_RootToken_DatasArgs, Subscription_RootToken_Datas_StreamArgs, Subscription_RootToken_OwnershipsArgs, Subscription_RootToken_Ownerships_StreamArgs, Subscription_RootTokensArgs, Subscription_RootTokens_StreamArgs, Subscription_RootUser_TransactionsArgs, Subscription_RootUser_Transactions_By_PkArgs, Subscription_RootUser_Transactions_StreamArgs, SwapCoinEvent, SwapCoinEventBase, Table_Items, Table_ItemsDecoded_KeyArgs, Table_ItemsDecoded_ValueArgs, Table_Items_Bool_Exp, Table_Items_Order_By, Table_Items_Select_Column, Table_Items_Stream_Cursor_Input, Table_Items_Stream_Cursor_Value_Input, Table_Metadatas, Table_Metadatas_Bool_Exp, Table_Metadatas_Order_By, Table_Metadatas_Select_Column, Table_Metadatas_Stream_Cursor_Input, Table_Metadatas_Stream_Cursor_Value_Input, Timestamp_Comparison_Exp, Timestamptz_Comparison_Exp, TokenActivity, TokenActivityFragment, TokenAttributes, TokenBalanceChange, TokenClaim, TokenData, TokenDataFieldsFragment, TokenDepositEvent, TokenEvent, TokenStandard, TokenStoreResource, TokenStoreResourceData, TokenWithdrawEvent, Token_Activities, Token_ActivitiesAptos_Names_OwnerArgs, Token_ActivitiesAptos_Names_Owner_AggregateArgs, Token_ActivitiesAptos_Names_ToArgs, Token_ActivitiesAptos_Names_To_AggregateArgs, Token_Activities_Aggregate, Token_Activities_Aggregate_Bool_Exp, Token_Activities_Aggregate_Bool_Exp_Count, Token_Activities_Aggregate_Fields, Token_Activities_Aggregate_FieldsCountArgs, Token_Activities_Aggregate_Order_By, Token_Activities_Avg_Fields, Token_Activities_Avg_Order_By, Token_Activities_Bool_Exp, Token_Activities_Max_Fields, Token_Activities_Max_Order_By, Token_Activities_Min_Fields, Token_Activities_Min_Order_By, Token_Activities_Order_By, Token_Activities_Select_Column, Token_Activities_Stddev_Fields, Token_Activities_Stddev_Order_By, Token_Activities_Stddev_Pop_Fields, Token_Activities_Stddev_Pop_Order_By, Token_Activities_Stddev_Samp_Fields, Token_Activities_Stddev_Samp_Order_By, Token_Activities_Stream_Cursor_Input, Token_Activities_Stream_Cursor_Value_Input, Token_Activities_Sum_Fields, Token_Activities_Sum_Order_By, Token_Activities_V2, Token_Activities_V2Aptos_Names_FromArgs, Token_Activities_V2Aptos_Names_From_AggregateArgs, Token_Activities_V2Aptos_Names_ToArgs, Token_Activities_V2Aptos_Names_To_AggregateArgs, Token_Activities_V2_Aggregate, Token_Activities_V2_Aggregate_Bool_Exp, Token_Activities_V2_Aggregate_Bool_Exp_Bool_And, Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or, Token_Activities_V2_Aggregate_Bool_Exp_Count, Token_Activities_V2_Aggregate_Fields, Token_Activities_V2_Aggregate_FieldsCountArgs, Token_Activities_V2_Aggregate_Order_By, Token_Activities_V2_Avg_Fields, Token_Activities_V2_Avg_Order_By, Token_Activities_V2_Bool_Exp, Token_Activities_V2_Max_Fields, Token_Activities_V2_Max_Order_By, Token_Activities_V2_Min_Fields, Token_Activities_V2_Min_Order_By, Token_Activities_V2_Order_By, Token_Activities_V2_Select_Column, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, Token_Activities_V2_Stddev_Fields, Token_Activities_V2_Stddev_Order_By, Token_Activities_V2_Stddev_Pop_Fields, Token_Activities_V2_Stddev_Pop_Order_By, Token_Activities_V2_Stddev_Samp_Fields, Token_Activities_V2_Stddev_Samp_Order_By, Token_Activities_V2_Stream_Cursor_Input, Token_Activities_V2_Stream_Cursor_Value_Input, Token_Activities_V2_Sum_Fields, Token_Activities_V2_Sum_Order_By, Token_Activities_V2_Var_Pop_Fields, Token_Activities_V2_Var_Pop_Order_By, Token_Activities_V2_Var_Samp_Fields, Token_Activities_V2_Var_Samp_Order_By, Token_Activities_V2_Variance_Fields, Token_Activities_V2_Variance_Order_By, Token_Activities_Var_Pop_Fields, Token_Activities_Var_Pop_Order_By, Token_Activities_Var_Samp_Fields, Token_Activities_Var_Samp_Order_By, Token_Activities_Variance_Fields, Token_Activities_Variance_Order_By, Token_Datas, Token_DatasDefault_PropertiesArgs, Token_Datas_Bool_Exp, Token_Datas_Order_By, Token_Datas_Select_Column, Token_Datas_Stream_Cursor_Input, Token_Datas_Stream_Cursor_Value_Input, Token_Ownerships, Token_Ownerships_Bool_Exp, Token_Ownerships_Order_By, Token_Ownerships_Select_Column, Token_Ownerships_Stream_Cursor_Input, Token_Ownerships_Stream_Cursor_Value_Input, Tokens, TokensToken_PropertiesArgs, Tokens_Bool_Exp, Tokens_Order_By, Tokens_Select_Column, Tokens_Stream_Cursor_Input, Tokens_Stream_Cursor_Value_Input, Transaction, TransactionError, TransactionOptions, TransactionPayload, TransactionValidationErrorReason, UnconfirmedActivityItem, UnexpectedNetworkError, UnsupportedNameFormatError, UseActivityConfig, User_Transactions, User_Transactions_Bool_Exp, User_Transactions_Order_By, User_Transactions_Select_Column, User_Transactions_Stream_Cursor_Input, User_Transactions_Stream_Cursor_Value_Input, ValidatorFromJSONFile, ValidatorInfo, ValidatorSetResource, ValidatorSetResourceData, ValidatorStatus, WalletAdapterClientInvalidFunctionError, WalletSignerClientInvalidFunctionError, aptosAccountCoinTransferFunction, aptosAccountCoinTransferFunctionName, aptosAccountCreateAccountViaTransferFunctionName, aptosAccountNamespace, aptosCoinInfoStructTag, aptosCoinStoreStructTag, aptosCoinStructTag, aptosDelegationPoolStructTag, aptosStakePoolStructTag, aptosValidatorSetStructTag, buildCoinTransferPayload, buildCreateAccountTransferPayload, buildFungibleAssetTransferPayload, buildNaturalCoinTransferPayload, buildRawTransactionFromBCSPayload, coinInfoResource, coinInfoStructTag, coinNamespace, coinStoreResource, coinStoreStructTag, convertAptosAccountToAccountInfo, convertAptosAccountToSigner, createPaginatedQuery, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, rawInfoDevNet as devnetList, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, extractIpfsCid, fetchAccountTotalTokens, fetchAddressFromName, fetchBalance, fetchCoinInfo, fetchCoinPrice, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchFungibleAssetMetadata, fetchGasPrice, fetchIndexedAccountActivities, fetchIndexedAccountCollections, fetchIndexedAccountTokens, fetchIndexedTokenActivities, fetchIndexedTokenData, fetchIndexedTokensPendingOfferClaims, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchOwnedDigitalAssets, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fixBadAptosUri, formatAmount, formatApt, formatCoin, formatUnits, fundAccount, fungibleAssetEventsTag, fungibleAssetMetadataStructTag, fungibleAssetStoreTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getTokenDataId, getTokenDataIdHash, handleApiError, imageExtensions, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, networks, normalizeAddress, normalizePayload, normalizeTimestamp, objectTag, parseApt, parseCollectionData, parseExtendedTokenData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenClaim, parseTokenData, parseUnits, prettifyCoinInfo, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, replaceIpfsGateway, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signAndSubmitTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };
|