@aptos-labs/js-pro 0.0.1 → 0.0.2-experimental.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { Types, TxnBuilderTypes, TokenTypes, AptosClient, FaucetClient, Provider
3
3
  import * as graphql_request_build_cjs_types from 'graphql-request/build/cjs/types';
4
4
  import { GraphQLClientRequestHeaders } from 'graphql-request/build/cjs/types';
5
5
  import { SignMessagePayload, SignMessageResponse } from '@aptos-labs/wallet-adapter-core';
6
+ import { AxiosRequestConfig } from 'axios';
6
7
  import { GraphQLClient } from 'graphql-request';
7
8
  import { RawCoinInfo } from '@manahippo/coin-list';
8
9
 
@@ -250,10 +251,13 @@ type Account_Transactions_Bool_Exp = {
250
251
  _or?: InputMaybe<Array<Account_Transactions_Bool_Exp>>;
251
252
  account_address?: InputMaybe<String_Comparison_Exp>;
252
253
  coin_activities?: InputMaybe<Coin_Activities_Bool_Exp>;
254
+ coin_activities_aggregate?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp>;
253
255
  delegated_staking_activities?: InputMaybe<Delegated_Staking_Activities_Bool_Exp>;
254
256
  fungible_asset_activities?: InputMaybe<Fungible_Asset_Activities_Bool_Exp>;
255
257
  token_activities?: InputMaybe<Token_Activities_Bool_Exp>;
258
+ token_activities_aggregate?: InputMaybe<Token_Activities_Aggregate_Bool_Exp>;
256
259
  token_activities_v2?: InputMaybe<Token_Activities_V2_Bool_Exp>;
260
+ token_activities_v2_aggregate?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp>;
257
261
  transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
258
262
  };
259
263
  /** aggregate max on columns */
@@ -494,9 +498,12 @@ type Address_Version_From_Events_Bool_Exp = {
494
498
  _or?: InputMaybe<Array<Address_Version_From_Events_Bool_Exp>>;
495
499
  account_address?: InputMaybe<String_Comparison_Exp>;
496
500
  coin_activities?: InputMaybe<Coin_Activities_Bool_Exp>;
501
+ coin_activities_aggregate?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp>;
497
502
  delegated_staking_activities?: InputMaybe<Delegated_Staking_Activities_Bool_Exp>;
498
503
  token_activities?: InputMaybe<Token_Activities_Bool_Exp>;
504
+ token_activities_aggregate?: InputMaybe<Token_Activities_Aggregate_Bool_Exp>;
499
505
  token_activities_v2?: InputMaybe<Token_Activities_V2_Bool_Exp>;
506
+ token_activities_v2_aggregate?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp>;
500
507
  transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
501
508
  };
502
509
  /** aggregate max on columns */
@@ -688,9 +695,12 @@ type Address_Version_From_Move_Resources_Bool_Exp = {
688
695
  _or?: InputMaybe<Array<Address_Version_From_Move_Resources_Bool_Exp>>;
689
696
  address?: InputMaybe<String_Comparison_Exp>;
690
697
  coin_activities?: InputMaybe<Coin_Activities_Bool_Exp>;
698
+ coin_activities_aggregate?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp>;
691
699
  delegated_staking_activities?: InputMaybe<Delegated_Staking_Activities_Bool_Exp>;
692
700
  token_activities?: InputMaybe<Token_Activities_Bool_Exp>;
701
+ token_activities_aggregate?: InputMaybe<Token_Activities_Aggregate_Bool_Exp>;
693
702
  token_activities_v2?: InputMaybe<Token_Activities_V2_Bool_Exp>;
703
+ token_activities_v2_aggregate?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp>;
694
704
  transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
695
705
  };
696
706
  /** aggregate max on columns */
@@ -915,6 +925,29 @@ type Coin_Activities_Aggregate = {
915
925
  aggregate?: Maybe<Coin_Activities_Aggregate_Fields>;
916
926
  nodes: Array<Coin_Activities>;
917
927
  };
928
+ type Coin_Activities_Aggregate_Bool_Exp = {
929
+ bool_and?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp_Bool_And>;
930
+ bool_or?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp_Bool_Or>;
931
+ count?: InputMaybe<Coin_Activities_Aggregate_Bool_Exp_Count>;
932
+ };
933
+ type Coin_Activities_Aggregate_Bool_Exp_Bool_And = {
934
+ arguments: Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;
935
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
936
+ filter?: InputMaybe<Coin_Activities_Bool_Exp>;
937
+ predicate: Boolean_Comparison_Exp;
938
+ };
939
+ type Coin_Activities_Aggregate_Bool_Exp_Bool_Or = {
940
+ arguments: Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;
941
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
942
+ filter?: InputMaybe<Coin_Activities_Bool_Exp>;
943
+ predicate: Boolean_Comparison_Exp;
944
+ };
945
+ type Coin_Activities_Aggregate_Bool_Exp_Count = {
946
+ arguments?: InputMaybe<Array<Coin_Activities_Select_Column>>;
947
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
948
+ filter?: InputMaybe<Coin_Activities_Bool_Exp>;
949
+ predicate: Int_Comparison_Exp;
950
+ };
918
951
  /** aggregate fields of "coin_activities" */
919
952
  type Coin_Activities_Aggregate_Fields = {
920
953
  __typename?: 'coin_activities_aggregate_fields';
@@ -978,6 +1011,7 @@ type Coin_Activities_Bool_Exp = {
978
1011
  activity_type?: InputMaybe<String_Comparison_Exp>;
979
1012
  amount?: InputMaybe<Numeric_Comparison_Exp>;
980
1013
  aptos_names?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
1014
+ aptos_names_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
981
1015
  block_height?: InputMaybe<Bigint_Comparison_Exp>;
982
1016
  coin_info?: InputMaybe<Coin_Infos_Bool_Exp>;
983
1017
  coin_type?: InputMaybe<String_Comparison_Exp>;
@@ -1112,6 +1146,20 @@ declare enum Coin_Activities_Select_Column {
1112
1146
  /** column name */
1113
1147
  TransactionVersion = "transaction_version"
1114
1148
  }
1149
+ /** select "coin_activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "coin_activities" */
1150
+ declare enum Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
1151
+ /** column name */
1152
+ IsGasFee = "is_gas_fee",
1153
+ /** column name */
1154
+ IsTransactionSuccess = "is_transaction_success"
1155
+ }
1156
+ /** select "coin_activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "coin_activities" */
1157
+ declare enum Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
1158
+ /** column name */
1159
+ IsGasFee = "is_gas_fee",
1160
+ /** column name */
1161
+ IsTransactionSuccess = "is_transaction_success"
1162
+ }
1115
1163
  /** aggregate stddev on columns */
1116
1164
  type Coin_Activities_Stddev_Fields = {
1117
1165
  __typename?: 'coin_activities_stddev_fields';
@@ -1635,6 +1683,7 @@ type Current_Ans_Lookup_Bool_Exp = {
1635
1683
  _not?: InputMaybe<Current_Ans_Lookup_Bool_Exp>;
1636
1684
  _or?: InputMaybe<Array<Current_Ans_Lookup_Bool_Exp>>;
1637
1685
  all_token_ownerships?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
1686
+ all_token_ownerships_aggregate?: InputMaybe<Current_Token_Ownerships_Aggregate_Bool_Exp>;
1638
1687
  domain?: InputMaybe<String_Comparison_Exp>;
1639
1688
  expiration_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
1640
1689
  is_deleted?: InputMaybe<Boolean_Comparison_Exp>;
@@ -1785,6 +1834,29 @@ type Current_Aptos_Names_Aggregate = {
1785
1834
  aggregate?: Maybe<Current_Aptos_Names_Aggregate_Fields>;
1786
1835
  nodes: Array<Current_Aptos_Names>;
1787
1836
  };
1837
+ type Current_Aptos_Names_Aggregate_Bool_Exp = {
1838
+ bool_and?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And>;
1839
+ bool_or?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or>;
1840
+ count?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp_Count>;
1841
+ };
1842
+ type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And = {
1843
+ arguments: Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;
1844
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
1845
+ filter?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
1846
+ predicate: Boolean_Comparison_Exp;
1847
+ };
1848
+ type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or = {
1849
+ arguments: Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;
1850
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
1851
+ filter?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
1852
+ predicate: Boolean_Comparison_Exp;
1853
+ };
1854
+ type Current_Aptos_Names_Aggregate_Bool_Exp_Count = {
1855
+ arguments?: InputMaybe<Array<Current_Aptos_Names_Select_Column>>;
1856
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
1857
+ filter?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
1858
+ predicate: Int_Comparison_Exp;
1859
+ };
1788
1860
  /** aggregate fields of "current_aptos_names" */
1789
1861
  type Current_Aptos_Names_Aggregate_Fields = {
1790
1862
  __typename?: 'current_aptos_names_aggregate_fields';
@@ -1936,6 +2008,20 @@ declare enum Current_Aptos_Names_Select_Column {
1936
2008
  /** column name */
1937
2009
  TokenStandard = "token_standard"
1938
2010
  }
2011
+ /** select "current_aptos_names_aggregate_bool_exp_bool_and_arguments_columns" columns of table "current_aptos_names" */
2012
+ declare enum Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
2013
+ /** column name */
2014
+ IsActive = "is_active",
2015
+ /** column name */
2016
+ IsPrimary = "is_primary"
2017
+ }
2018
+ /** select "current_aptos_names_aggregate_bool_exp_bool_or_arguments_columns" columns of table "current_aptos_names" */
2019
+ declare enum Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
2020
+ /** column name */
2021
+ IsActive = "is_active",
2022
+ /** column name */
2023
+ IsPrimary = "is_primary"
2024
+ }
1939
2025
  /** aggregate stddev on columns */
1940
2026
  type Current_Aptos_Names_Stddev_Fields = {
1941
2027
  __typename?: 'current_aptos_names_stddev_fields';
@@ -2976,6 +3062,7 @@ type Current_Staking_Pool_Voter_Bool_Exp = {
2976
3062
  last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
2977
3063
  operator_address?: InputMaybe<String_Comparison_Exp>;
2978
3064
  operator_aptos_name?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
3065
+ operator_aptos_name_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
2979
3066
  staking_pool_address?: InputMaybe<String_Comparison_Exp>;
2980
3067
  voter_address?: InputMaybe<String_Comparison_Exp>;
2981
3068
  };
@@ -3404,6 +3491,15 @@ type Current_Token_Ownerships_Aggregate = {
3404
3491
  aggregate?: Maybe<Current_Token_Ownerships_Aggregate_Fields>;
3405
3492
  nodes: Array<Current_Token_Ownerships>;
3406
3493
  };
3494
+ type Current_Token_Ownerships_Aggregate_Bool_Exp = {
3495
+ count?: InputMaybe<Current_Token_Ownerships_Aggregate_Bool_Exp_Count>;
3496
+ };
3497
+ type Current_Token_Ownerships_Aggregate_Bool_Exp_Count = {
3498
+ arguments?: InputMaybe<Array<Current_Token_Ownerships_Select_Column>>;
3499
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
3500
+ filter?: InputMaybe<Current_Token_Ownerships_Bool_Exp>;
3501
+ predicate: Int_Comparison_Exp;
3502
+ };
3407
3503
  /** aggregate fields of "current_token_ownerships" */
3408
3504
  type Current_Token_Ownerships_Aggregate_Fields = {
3409
3505
  __typename?: 'current_token_ownerships_aggregate_fields';
@@ -3697,6 +3793,29 @@ type Current_Token_Ownerships_V2_Aggregate = {
3697
3793
  aggregate?: Maybe<Current_Token_Ownerships_V2_Aggregate_Fields>;
3698
3794
  nodes: Array<Current_Token_Ownerships_V2>;
3699
3795
  };
3796
+ type Current_Token_Ownerships_V2_Aggregate_Bool_Exp = {
3797
+ bool_and?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And>;
3798
+ bool_or?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or>;
3799
+ count?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count>;
3800
+ };
3801
+ type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And = {
3802
+ arguments: Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;
3803
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
3804
+ filter?: InputMaybe<Current_Token_Ownerships_V2_Bool_Exp>;
3805
+ predicate: Boolean_Comparison_Exp;
3806
+ };
3807
+ type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or = {
3808
+ arguments: Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;
3809
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
3810
+ filter?: InputMaybe<Current_Token_Ownerships_V2_Bool_Exp>;
3811
+ predicate: Boolean_Comparison_Exp;
3812
+ };
3813
+ type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count = {
3814
+ arguments?: InputMaybe<Array<Current_Token_Ownerships_V2_Select_Column>>;
3815
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
3816
+ filter?: InputMaybe<Current_Token_Ownerships_V2_Bool_Exp>;
3817
+ predicate: Int_Comparison_Exp;
3818
+ };
3700
3819
  /** aggregate fields of "current_token_ownerships_v2" */
3701
3820
  type Current_Token_Ownerships_V2_Aggregate_Fields = {
3702
3821
  __typename?: 'current_token_ownerships_v2_aggregate_fields';
@@ -3751,6 +3870,7 @@ type Current_Token_Ownerships_V2_Bool_Exp = {
3751
3870
  _or?: InputMaybe<Array<Current_Token_Ownerships_V2_Bool_Exp>>;
3752
3871
  amount?: InputMaybe<Numeric_Comparison_Exp>;
3753
3872
  composed_nfts?: InputMaybe<Current_Token_Ownerships_V2_Bool_Exp>;
3873
+ composed_nfts_aggregate?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Bool_Exp>;
3754
3874
  current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
3755
3875
  is_fungible_v2?: InputMaybe<Boolean_Comparison_Exp>;
3756
3876
  is_soulbound_v2?: InputMaybe<Boolean_Comparison_Exp>;
@@ -3858,6 +3978,20 @@ declare enum Current_Token_Ownerships_V2_Select_Column {
3858
3978
  /** column name */
3859
3979
  TokenStandard = "token_standard"
3860
3980
  }
3981
+ /** select "current_token_ownerships_v2_aggregate_bool_exp_bool_and_arguments_columns" columns of table "current_token_ownerships_v2" */
3982
+ declare enum Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
3983
+ /** column name */
3984
+ IsFungibleV2 = "is_fungible_v2",
3985
+ /** column name */
3986
+ IsSoulboundV2 = "is_soulbound_v2"
3987
+ }
3988
+ /** select "current_token_ownerships_v2_aggregate_bool_exp_bool_or_arguments_columns" columns of table "current_token_ownerships_v2" */
3989
+ declare enum Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
3990
+ /** column name */
3991
+ IsFungibleV2 = "is_fungible_v2",
3992
+ /** column name */
3993
+ IsSoulboundV2 = "is_soulbound_v2"
3994
+ }
3861
3995
  /** aggregate stddev on columns */
3862
3996
  type Current_Token_Ownerships_V2_Stddev_Fields = {
3863
3997
  __typename?: 'current_token_ownerships_v2_stddev_fields';
@@ -4572,6 +4706,7 @@ type Fungible_Asset_Activities_Bool_Exp = {
4572
4706
  metadata?: InputMaybe<Fungible_Asset_Metadata_Bool_Exp>;
4573
4707
  owner_address?: InputMaybe<String_Comparison_Exp>;
4574
4708
  owner_aptos_names?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
4709
+ owner_aptos_names_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
4575
4710
  storage_id?: InputMaybe<String_Comparison_Exp>;
4576
4711
  storage_refund_amount?: InputMaybe<Numeric_Comparison_Exp>;
4577
4712
  token_standard?: InputMaybe<String_Comparison_Exp>;
@@ -6997,29 +7132,29 @@ type Subscription_Root = {
6997
7132
  account_transactions_aggregate: Account_Transactions_Aggregate;
6998
7133
  /** fetch data from the table: "account_transactions" using primary key columns */
6999
7134
  account_transactions_by_pk?: Maybe<Account_Transactions>;
7000
- /** fetch data from the table in a streaming manner : "account_transactions" */
7135
+ /** fetch data from the table in a streaming manner: "account_transactions" */
7001
7136
  account_transactions_stream: Array<Account_Transactions>;
7002
7137
  /** fetch data from the table: "address_events_summary" */
7003
7138
  address_events_summary: Array<Address_Events_Summary>;
7004
- /** fetch data from the table in a streaming manner : "address_events_summary" */
7139
+ /** fetch data from the table in a streaming manner: "address_events_summary" */
7005
7140
  address_events_summary_stream: Array<Address_Events_Summary>;
7006
7141
  /** fetch data from the table: "address_version_from_events" */
7007
7142
  address_version_from_events: Array<Address_Version_From_Events>;
7008
7143
  /** fetch aggregated fields from the table: "address_version_from_events" */
7009
7144
  address_version_from_events_aggregate: Address_Version_From_Events_Aggregate;
7010
- /** fetch data from the table in a streaming manner : "address_version_from_events" */
7145
+ /** fetch data from the table in a streaming manner: "address_version_from_events" */
7011
7146
  address_version_from_events_stream: Array<Address_Version_From_Events>;
7012
7147
  /** fetch data from the table: "address_version_from_move_resources" */
7013
7148
  address_version_from_move_resources: Array<Address_Version_From_Move_Resources>;
7014
7149
  /** fetch aggregated fields from the table: "address_version_from_move_resources" */
7015
7150
  address_version_from_move_resources_aggregate: Address_Version_From_Move_Resources_Aggregate;
7016
- /** fetch data from the table in a streaming manner : "address_version_from_move_resources" */
7151
+ /** fetch data from the table in a streaming manner: "address_version_from_move_resources" */
7017
7152
  address_version_from_move_resources_stream: Array<Address_Version_From_Move_Resources>;
7018
7153
  /** fetch data from the table: "block_metadata_transactions" */
7019
7154
  block_metadata_transactions: Array<Block_Metadata_Transactions>;
7020
7155
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
7021
7156
  block_metadata_transactions_by_pk?: Maybe<Block_Metadata_Transactions>;
7022
- /** fetch data from the table in a streaming manner : "block_metadata_transactions" */
7157
+ /** fetch data from the table in a streaming manner: "block_metadata_transactions" */
7023
7158
  block_metadata_transactions_stream: Array<Block_Metadata_Transactions>;
7024
7159
  /** An array relationship */
7025
7160
  coin_activities: Array<Coin_Activities>;
@@ -7027,91 +7162,91 @@ type Subscription_Root = {
7027
7162
  coin_activities_aggregate: Coin_Activities_Aggregate;
7028
7163
  /** fetch data from the table: "coin_activities" using primary key columns */
7029
7164
  coin_activities_by_pk?: Maybe<Coin_Activities>;
7030
- /** fetch data from the table in a streaming manner : "coin_activities" */
7165
+ /** fetch data from the table in a streaming manner: "coin_activities" */
7031
7166
  coin_activities_stream: Array<Coin_Activities>;
7032
7167
  /** fetch data from the table: "coin_balances" */
7033
7168
  coin_balances: Array<Coin_Balances>;
7034
7169
  /** fetch data from the table: "coin_balances" using primary key columns */
7035
7170
  coin_balances_by_pk?: Maybe<Coin_Balances>;
7036
- /** fetch data from the table in a streaming manner : "coin_balances" */
7171
+ /** fetch data from the table in a streaming manner: "coin_balances" */
7037
7172
  coin_balances_stream: Array<Coin_Balances>;
7038
7173
  /** fetch data from the table: "coin_infos" */
7039
7174
  coin_infos: Array<Coin_Infos>;
7040
7175
  /** fetch data from the table: "coin_infos" using primary key columns */
7041
7176
  coin_infos_by_pk?: Maybe<Coin_Infos>;
7042
- /** fetch data from the table in a streaming manner : "coin_infos" */
7177
+ /** fetch data from the table in a streaming manner: "coin_infos" */
7043
7178
  coin_infos_stream: Array<Coin_Infos>;
7044
7179
  /** fetch data from the table: "coin_supply" */
7045
7180
  coin_supply: Array<Coin_Supply>;
7046
7181
  /** fetch data from the table: "coin_supply" using primary key columns */
7047
7182
  coin_supply_by_pk?: Maybe<Coin_Supply>;
7048
- /** fetch data from the table in a streaming manner : "coin_supply" */
7183
+ /** fetch data from the table in a streaming manner: "coin_supply" */
7049
7184
  coin_supply_stream: Array<Coin_Supply>;
7050
7185
  /** fetch data from the table: "collection_datas" */
7051
7186
  collection_datas: Array<Collection_Datas>;
7052
7187
  /** fetch data from the table: "collection_datas" using primary key columns */
7053
7188
  collection_datas_by_pk?: Maybe<Collection_Datas>;
7054
- /** fetch data from the table in a streaming manner : "collection_datas" */
7189
+ /** fetch data from the table in a streaming manner: "collection_datas" */
7055
7190
  collection_datas_stream: Array<Collection_Datas>;
7056
7191
  /** fetch data from the table: "current_ans_lookup" */
7057
7192
  current_ans_lookup: Array<Current_Ans_Lookup>;
7058
7193
  /** fetch data from the table: "current_ans_lookup" using primary key columns */
7059
7194
  current_ans_lookup_by_pk?: Maybe<Current_Ans_Lookup>;
7060
- /** fetch data from the table in a streaming manner : "current_ans_lookup" */
7195
+ /** fetch data from the table in a streaming manner: "current_ans_lookup" */
7061
7196
  current_ans_lookup_stream: Array<Current_Ans_Lookup>;
7062
7197
  /** fetch data from the table: "current_ans_lookup_v2" */
7063
7198
  current_ans_lookup_v2: Array<Current_Ans_Lookup_V2>;
7064
7199
  /** fetch data from the table: "current_ans_lookup_v2" using primary key columns */
7065
7200
  current_ans_lookup_v2_by_pk?: Maybe<Current_Ans_Lookup_V2>;
7066
- /** fetch data from the table in a streaming manner : "current_ans_lookup_v2" */
7201
+ /** fetch data from the table in a streaming manner: "current_ans_lookup_v2" */
7067
7202
  current_ans_lookup_v2_stream: Array<Current_Ans_Lookup_V2>;
7068
7203
  /** fetch data from the table: "current_aptos_names" */
7069
7204
  current_aptos_names: Array<Current_Aptos_Names>;
7070
7205
  /** fetch aggregated fields from the table: "current_aptos_names" */
7071
7206
  current_aptos_names_aggregate: Current_Aptos_Names_Aggregate;
7072
- /** fetch data from the table in a streaming manner : "current_aptos_names" */
7207
+ /** fetch data from the table in a streaming manner: "current_aptos_names" */
7073
7208
  current_aptos_names_stream: Array<Current_Aptos_Names>;
7074
7209
  /** fetch data from the table: "current_coin_balances" */
7075
7210
  current_coin_balances: Array<Current_Coin_Balances>;
7076
7211
  /** fetch data from the table: "current_coin_balances" using primary key columns */
7077
7212
  current_coin_balances_by_pk?: Maybe<Current_Coin_Balances>;
7078
- /** fetch data from the table in a streaming manner : "current_coin_balances" */
7213
+ /** fetch data from the table in a streaming manner: "current_coin_balances" */
7079
7214
  current_coin_balances_stream: Array<Current_Coin_Balances>;
7080
7215
  /** fetch data from the table: "current_collection_datas" */
7081
7216
  current_collection_datas: Array<Current_Collection_Datas>;
7082
7217
  /** fetch data from the table: "current_collection_datas" using primary key columns */
7083
7218
  current_collection_datas_by_pk?: Maybe<Current_Collection_Datas>;
7084
- /** fetch data from the table in a streaming manner : "current_collection_datas" */
7219
+ /** fetch data from the table in a streaming manner: "current_collection_datas" */
7085
7220
  current_collection_datas_stream: Array<Current_Collection_Datas>;
7086
7221
  /** fetch data from the table: "current_collection_ownership_v2_view" */
7087
7222
  current_collection_ownership_v2_view: Array<Current_Collection_Ownership_V2_View>;
7088
7223
  /** fetch aggregated fields from the table: "current_collection_ownership_v2_view" */
7089
7224
  current_collection_ownership_v2_view_aggregate: Current_Collection_Ownership_V2_View_Aggregate;
7090
- /** fetch data from the table in a streaming manner : "current_collection_ownership_v2_view" */
7225
+ /** fetch data from the table in a streaming manner: "current_collection_ownership_v2_view" */
7091
7226
  current_collection_ownership_v2_view_stream: Array<Current_Collection_Ownership_V2_View>;
7092
7227
  /** fetch data from the table: "current_collections_v2" */
7093
7228
  current_collections_v2: Array<Current_Collections_V2>;
7094
7229
  /** fetch data from the table: "current_collections_v2" using primary key columns */
7095
7230
  current_collections_v2_by_pk?: Maybe<Current_Collections_V2>;
7096
- /** fetch data from the table in a streaming manner : "current_collections_v2" */
7231
+ /** fetch data from the table in a streaming manner: "current_collections_v2" */
7097
7232
  current_collections_v2_stream: Array<Current_Collections_V2>;
7098
7233
  /** fetch data from the table: "current_delegated_staking_pool_balances" */
7099
7234
  current_delegated_staking_pool_balances: Array<Current_Delegated_Staking_Pool_Balances>;
7100
7235
  /** fetch data from the table: "current_delegated_staking_pool_balances" using primary key columns */
7101
7236
  current_delegated_staking_pool_balances_by_pk?: Maybe<Current_Delegated_Staking_Pool_Balances>;
7102
- /** fetch data from the table in a streaming manner : "current_delegated_staking_pool_balances" */
7237
+ /** fetch data from the table in a streaming manner: "current_delegated_staking_pool_balances" */
7103
7238
  current_delegated_staking_pool_balances_stream: Array<Current_Delegated_Staking_Pool_Balances>;
7104
7239
  /** fetch data from the table: "current_delegated_voter" */
7105
7240
  current_delegated_voter: Array<Current_Delegated_Voter>;
7106
7241
  /** fetch data from the table: "current_delegated_voter" using primary key columns */
7107
7242
  current_delegated_voter_by_pk?: Maybe<Current_Delegated_Voter>;
7108
- /** fetch data from the table in a streaming manner : "current_delegated_voter" */
7243
+ /** fetch data from the table in a streaming manner: "current_delegated_voter" */
7109
7244
  current_delegated_voter_stream: Array<Current_Delegated_Voter>;
7110
7245
  /** fetch data from the table: "current_delegator_balances" */
7111
7246
  current_delegator_balances: Array<Current_Delegator_Balances>;
7112
7247
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
7113
7248
  current_delegator_balances_by_pk?: Maybe<Current_Delegator_Balances>;
7114
- /** fetch data from the table in a streaming manner : "current_delegator_balances" */
7249
+ /** fetch data from the table in a streaming manner: "current_delegator_balances" */
7115
7250
  current_delegator_balances_stream: Array<Current_Delegator_Balances>;
7116
7251
  /** fetch data from the table: "current_fungible_asset_balances" */
7117
7252
  current_fungible_asset_balances: Array<Current_Fungible_Asset_Balances>;
@@ -7119,37 +7254,37 @@ type Subscription_Root = {
7119
7254
  current_fungible_asset_balances_aggregate: Current_Fungible_Asset_Balances_Aggregate;
7120
7255
  /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
7121
7256
  current_fungible_asset_balances_by_pk?: Maybe<Current_Fungible_Asset_Balances>;
7122
- /** fetch data from the table in a streaming manner : "current_fungible_asset_balances" */
7257
+ /** fetch data from the table in a streaming manner: "current_fungible_asset_balances" */
7123
7258
  current_fungible_asset_balances_stream: Array<Current_Fungible_Asset_Balances>;
7124
7259
  /** fetch data from the table: "current_objects" */
7125
7260
  current_objects: Array<Current_Objects>;
7126
7261
  /** fetch data from the table: "current_objects" using primary key columns */
7127
7262
  current_objects_by_pk?: Maybe<Current_Objects>;
7128
- /** fetch data from the table in a streaming manner : "current_objects" */
7263
+ /** fetch data from the table in a streaming manner: "current_objects" */
7129
7264
  current_objects_stream: Array<Current_Objects>;
7130
7265
  /** fetch data from the table: "current_staking_pool_voter" */
7131
7266
  current_staking_pool_voter: Array<Current_Staking_Pool_Voter>;
7132
7267
  /** fetch data from the table: "current_staking_pool_voter" using primary key columns */
7133
7268
  current_staking_pool_voter_by_pk?: Maybe<Current_Staking_Pool_Voter>;
7134
- /** fetch data from the table in a streaming manner : "current_staking_pool_voter" */
7269
+ /** fetch data from the table in a streaming manner: "current_staking_pool_voter" */
7135
7270
  current_staking_pool_voter_stream: Array<Current_Staking_Pool_Voter>;
7136
7271
  /** fetch data from the table: "current_table_items" */
7137
7272
  current_table_items: Array<Current_Table_Items>;
7138
7273
  /** fetch data from the table: "current_table_items" using primary key columns */
7139
7274
  current_table_items_by_pk?: Maybe<Current_Table_Items>;
7140
- /** fetch data from the table in a streaming manner : "current_table_items" */
7275
+ /** fetch data from the table in a streaming manner: "current_table_items" */
7141
7276
  current_table_items_stream: Array<Current_Table_Items>;
7142
7277
  /** fetch data from the table: "current_token_datas" */
7143
7278
  current_token_datas: Array<Current_Token_Datas>;
7144
7279
  /** fetch data from the table: "current_token_datas" using primary key columns */
7145
7280
  current_token_datas_by_pk?: Maybe<Current_Token_Datas>;
7146
- /** fetch data from the table in a streaming manner : "current_token_datas" */
7281
+ /** fetch data from the table in a streaming manner: "current_token_datas" */
7147
7282
  current_token_datas_stream: Array<Current_Token_Datas>;
7148
7283
  /** fetch data from the table: "current_token_datas_v2" */
7149
7284
  current_token_datas_v2: Array<Current_Token_Datas_V2>;
7150
7285
  /** fetch data from the table: "current_token_datas_v2" using primary key columns */
7151
7286
  current_token_datas_v2_by_pk?: Maybe<Current_Token_Datas_V2>;
7152
- /** fetch data from the table in a streaming manner : "current_token_datas_v2" */
7287
+ /** fetch data from the table in a streaming manner: "current_token_datas_v2" */
7153
7288
  current_token_datas_v2_stream: Array<Current_Token_Datas_V2>;
7154
7289
  /** fetch data from the table: "current_token_ownerships" */
7155
7290
  current_token_ownerships: Array<Current_Token_Ownerships>;
@@ -7157,7 +7292,7 @@ type Subscription_Root = {
7157
7292
  current_token_ownerships_aggregate: Current_Token_Ownerships_Aggregate;
7158
7293
  /** fetch data from the table: "current_token_ownerships" using primary key columns */
7159
7294
  current_token_ownerships_by_pk?: Maybe<Current_Token_Ownerships>;
7160
- /** fetch data from the table in a streaming manner : "current_token_ownerships" */
7295
+ /** fetch data from the table in a streaming manner: "current_token_ownerships" */
7161
7296
  current_token_ownerships_stream: Array<Current_Token_Ownerships>;
7162
7297
  /** fetch data from the table: "current_token_ownerships_v2" */
7163
7298
  current_token_ownerships_v2: Array<Current_Token_Ownerships_V2>;
@@ -7165,113 +7300,113 @@ type Subscription_Root = {
7165
7300
  current_token_ownerships_v2_aggregate: Current_Token_Ownerships_V2_Aggregate;
7166
7301
  /** fetch data from the table: "current_token_ownerships_v2" using primary key columns */
7167
7302
  current_token_ownerships_v2_by_pk?: Maybe<Current_Token_Ownerships_V2>;
7168
- /** fetch data from the table in a streaming manner : "current_token_ownerships_v2" */
7303
+ /** fetch data from the table in a streaming manner: "current_token_ownerships_v2" */
7169
7304
  current_token_ownerships_v2_stream: Array<Current_Token_Ownerships_V2>;
7170
7305
  /** fetch data from the table: "current_token_pending_claims" */
7171
7306
  current_token_pending_claims: Array<Current_Token_Pending_Claims>;
7172
7307
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
7173
7308
  current_token_pending_claims_by_pk?: Maybe<Current_Token_Pending_Claims>;
7174
- /** fetch data from the table in a streaming manner : "current_token_pending_claims" */
7309
+ /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
7175
7310
  current_token_pending_claims_stream: Array<Current_Token_Pending_Claims>;
7176
7311
  /** An array relationship */
7177
7312
  delegated_staking_activities: Array<Delegated_Staking_Activities>;
7178
7313
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
7179
7314
  delegated_staking_activities_by_pk?: Maybe<Delegated_Staking_Activities>;
7180
- /** fetch data from the table in a streaming manner : "delegated_staking_activities" */
7315
+ /** fetch data from the table in a streaming manner: "delegated_staking_activities" */
7181
7316
  delegated_staking_activities_stream: Array<Delegated_Staking_Activities>;
7182
7317
  /** fetch data from the table: "delegated_staking_pools" */
7183
7318
  delegated_staking_pools: Array<Delegated_Staking_Pools>;
7184
7319
  /** fetch data from the table: "delegated_staking_pools" using primary key columns */
7185
7320
  delegated_staking_pools_by_pk?: Maybe<Delegated_Staking_Pools>;
7186
- /** fetch data from the table in a streaming manner : "delegated_staking_pools" */
7321
+ /** fetch data from the table in a streaming manner: "delegated_staking_pools" */
7187
7322
  delegated_staking_pools_stream: Array<Delegated_Staking_Pools>;
7188
7323
  /** fetch data from the table: "delegator_distinct_pool" */
7189
7324
  delegator_distinct_pool: Array<Delegator_Distinct_Pool>;
7190
7325
  /** fetch aggregated fields from the table: "delegator_distinct_pool" */
7191
7326
  delegator_distinct_pool_aggregate: Delegator_Distinct_Pool_Aggregate;
7192
- /** fetch data from the table in a streaming manner : "delegator_distinct_pool" */
7327
+ /** fetch data from the table in a streaming manner: "delegator_distinct_pool" */
7193
7328
  delegator_distinct_pool_stream: Array<Delegator_Distinct_Pool>;
7194
7329
  /** fetch data from the table: "events" */
7195
7330
  events: Array<Events>;
7196
7331
  /** fetch data from the table: "events" using primary key columns */
7197
7332
  events_by_pk?: Maybe<Events>;
7198
- /** fetch data from the table in a streaming manner : "events" */
7333
+ /** fetch data from the table in a streaming manner: "events" */
7199
7334
  events_stream: Array<Events>;
7200
7335
  /** An array relationship */
7201
7336
  fungible_asset_activities: Array<Fungible_Asset_Activities>;
7202
7337
  /** fetch data from the table: "fungible_asset_activities" using primary key columns */
7203
7338
  fungible_asset_activities_by_pk?: Maybe<Fungible_Asset_Activities>;
7204
- /** fetch data from the table in a streaming manner : "fungible_asset_activities" */
7339
+ /** fetch data from the table in a streaming manner: "fungible_asset_activities" */
7205
7340
  fungible_asset_activities_stream: Array<Fungible_Asset_Activities>;
7206
7341
  /** fetch data from the table: "fungible_asset_metadata" */
7207
7342
  fungible_asset_metadata: Array<Fungible_Asset_Metadata>;
7208
7343
  /** fetch data from the table: "fungible_asset_metadata" using primary key columns */
7209
7344
  fungible_asset_metadata_by_pk?: Maybe<Fungible_Asset_Metadata>;
7210
- /** fetch data from the table in a streaming manner : "fungible_asset_metadata" */
7345
+ /** fetch data from the table in a streaming manner: "fungible_asset_metadata" */
7211
7346
  fungible_asset_metadata_stream: Array<Fungible_Asset_Metadata>;
7212
7347
  /** fetch data from the table: "indexer_status" */
7213
7348
  indexer_status: Array<Indexer_Status>;
7214
7349
  /** fetch data from the table: "indexer_status" using primary key columns */
7215
7350
  indexer_status_by_pk?: Maybe<Indexer_Status>;
7216
- /** fetch data from the table in a streaming manner : "indexer_status" */
7351
+ /** fetch data from the table in a streaming manner: "indexer_status" */
7217
7352
  indexer_status_stream: Array<Indexer_Status>;
7218
7353
  /** fetch data from the table: "ledger_infos" */
7219
7354
  ledger_infos: Array<Ledger_Infos>;
7220
7355
  /** fetch data from the table: "ledger_infos" using primary key columns */
7221
7356
  ledger_infos_by_pk?: Maybe<Ledger_Infos>;
7222
- /** fetch data from the table in a streaming manner : "ledger_infos" */
7357
+ /** fetch data from the table in a streaming manner: "ledger_infos" */
7223
7358
  ledger_infos_stream: Array<Ledger_Infos>;
7224
7359
  /** fetch data from the table: "move_resources" */
7225
7360
  move_resources: Array<Move_Resources>;
7226
7361
  /** fetch aggregated fields from the table: "move_resources" */
7227
7362
  move_resources_aggregate: Move_Resources_Aggregate;
7228
- /** fetch data from the table in a streaming manner : "move_resources" */
7363
+ /** fetch data from the table in a streaming manner: "move_resources" */
7229
7364
  move_resources_stream: Array<Move_Resources>;
7230
7365
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7231
7366
  nft_marketplace_v2_current_nft_marketplace_auctions: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7232
7367
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
7233
7368
  nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7234
- /** fetch data from the table in a streaming manner : "nft_marketplace_v2.current_nft_marketplace_auctions" */
7369
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7235
7370
  nft_marketplace_v2_current_nft_marketplace_auctions_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7236
7371
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7237
7372
  nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7238
7373
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
7239
7374
  nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7240
- /** fetch data from the table in a streaming manner : "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7375
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7241
7376
  nft_marketplace_v2_current_nft_marketplace_collection_offers_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7242
7377
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7243
7378
  nft_marketplace_v2_current_nft_marketplace_listings: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7244
7379
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
7245
7380
  nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7246
- /** fetch data from the table in a streaming manner : "nft_marketplace_v2.current_nft_marketplace_listings" */
7381
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_listings" */
7247
7382
  nft_marketplace_v2_current_nft_marketplace_listings_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7248
7383
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7249
7384
  nft_marketplace_v2_current_nft_marketplace_token_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7250
7385
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
7251
7386
  nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7252
- /** fetch data from the table in a streaming manner : "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7387
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7253
7388
  nft_marketplace_v2_current_nft_marketplace_token_offers_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7254
7389
  /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
7255
7390
  nft_marketplace_v2_nft_marketplace_activities: Array<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7256
7391
  /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
7257
7392
  nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7258
- /** fetch data from the table in a streaming manner : "nft_marketplace_v2.nft_marketplace_activities" */
7393
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.nft_marketplace_activities" */
7259
7394
  nft_marketplace_v2_nft_marketplace_activities_stream: Array<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7260
7395
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
7261
7396
  nft_metadata_crawler_parsed_asset_uris: Array<Nft_Metadata_Crawler_Parsed_Asset_Uris>;
7262
7397
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
7263
7398
  nft_metadata_crawler_parsed_asset_uris_by_pk?: Maybe<Nft_Metadata_Crawler_Parsed_Asset_Uris>;
7264
- /** fetch data from the table in a streaming manner : "nft_metadata_crawler.parsed_asset_uris" */
7399
+ /** fetch data from the table in a streaming manner: "nft_metadata_crawler.parsed_asset_uris" */
7265
7400
  nft_metadata_crawler_parsed_asset_uris_stream: Array<Nft_Metadata_Crawler_Parsed_Asset_Uris>;
7266
7401
  /** fetch data from the table: "num_active_delegator_per_pool" */
7267
7402
  num_active_delegator_per_pool: Array<Num_Active_Delegator_Per_Pool>;
7268
- /** fetch data from the table in a streaming manner : "num_active_delegator_per_pool" */
7403
+ /** fetch data from the table in a streaming manner: "num_active_delegator_per_pool" */
7269
7404
  num_active_delegator_per_pool_stream: Array<Num_Active_Delegator_Per_Pool>;
7270
7405
  /** fetch data from the table: "processor_status" */
7271
7406
  processor_status: Array<Processor_Status>;
7272
7407
  /** fetch data from the table: "processor_status" using primary key columns */
7273
7408
  processor_status_by_pk?: Maybe<Processor_Status>;
7274
- /** fetch data from the table in a streaming manner : "processor_status" */
7409
+ /** fetch data from the table in a streaming manner: "processor_status" */
7275
7410
  processor_status_stream: Array<Processor_Status>;
7276
7411
  /** fetch data from the table: "proposal_votes" */
7277
7412
  proposal_votes: Array<Proposal_Votes>;
@@ -7279,19 +7414,19 @@ type Subscription_Root = {
7279
7414
  proposal_votes_aggregate: Proposal_Votes_Aggregate;
7280
7415
  /** fetch data from the table: "proposal_votes" using primary key columns */
7281
7416
  proposal_votes_by_pk?: Maybe<Proposal_Votes>;
7282
- /** fetch data from the table in a streaming manner : "proposal_votes" */
7417
+ /** fetch data from the table in a streaming manner: "proposal_votes" */
7283
7418
  proposal_votes_stream: Array<Proposal_Votes>;
7284
7419
  /** fetch data from the table: "table_items" */
7285
7420
  table_items: Array<Table_Items>;
7286
7421
  /** fetch data from the table: "table_items" using primary key columns */
7287
7422
  table_items_by_pk?: Maybe<Table_Items>;
7288
- /** fetch data from the table in a streaming manner : "table_items" */
7423
+ /** fetch data from the table in a streaming manner: "table_items" */
7289
7424
  table_items_stream: Array<Table_Items>;
7290
7425
  /** fetch data from the table: "table_metadatas" */
7291
7426
  table_metadatas: Array<Table_Metadatas>;
7292
7427
  /** fetch data from the table: "table_metadatas" using primary key columns */
7293
7428
  table_metadatas_by_pk?: Maybe<Table_Metadatas>;
7294
- /** fetch data from the table in a streaming manner : "table_metadatas" */
7429
+ /** fetch data from the table in a streaming manner: "table_metadatas" */
7295
7430
  table_metadatas_stream: Array<Table_Metadatas>;
7296
7431
  /** An array relationship */
7297
7432
  token_activities: Array<Token_Activities>;
@@ -7299,7 +7434,7 @@ type Subscription_Root = {
7299
7434
  token_activities_aggregate: Token_Activities_Aggregate;
7300
7435
  /** fetch data from the table: "token_activities" using primary key columns */
7301
7436
  token_activities_by_pk?: Maybe<Token_Activities>;
7302
- /** fetch data from the table in a streaming manner : "token_activities" */
7437
+ /** fetch data from the table in a streaming manner: "token_activities" */
7303
7438
  token_activities_stream: Array<Token_Activities>;
7304
7439
  /** An array relationship */
7305
7440
  token_activities_v2: Array<Token_Activities_V2>;
@@ -7307,31 +7442,31 @@ type Subscription_Root = {
7307
7442
  token_activities_v2_aggregate: Token_Activities_V2_Aggregate;
7308
7443
  /** fetch data from the table: "token_activities_v2" using primary key columns */
7309
7444
  token_activities_v2_by_pk?: Maybe<Token_Activities_V2>;
7310
- /** fetch data from the table in a streaming manner : "token_activities_v2" */
7445
+ /** fetch data from the table in a streaming manner: "token_activities_v2" */
7311
7446
  token_activities_v2_stream: Array<Token_Activities_V2>;
7312
7447
  /** fetch data from the table: "token_datas" */
7313
7448
  token_datas: Array<Token_Datas>;
7314
7449
  /** fetch data from the table: "token_datas" using primary key columns */
7315
7450
  token_datas_by_pk?: Maybe<Token_Datas>;
7316
- /** fetch data from the table in a streaming manner : "token_datas" */
7451
+ /** fetch data from the table in a streaming manner: "token_datas" */
7317
7452
  token_datas_stream: Array<Token_Datas>;
7318
7453
  /** fetch data from the table: "token_ownerships" */
7319
7454
  token_ownerships: Array<Token_Ownerships>;
7320
7455
  /** fetch data from the table: "token_ownerships" using primary key columns */
7321
7456
  token_ownerships_by_pk?: Maybe<Token_Ownerships>;
7322
- /** fetch data from the table in a streaming manner : "token_ownerships" */
7457
+ /** fetch data from the table in a streaming manner: "token_ownerships" */
7323
7458
  token_ownerships_stream: Array<Token_Ownerships>;
7324
7459
  /** fetch data from the table: "tokens" */
7325
7460
  tokens: Array<Tokens>;
7326
7461
  /** fetch data from the table: "tokens" using primary key columns */
7327
7462
  tokens_by_pk?: Maybe<Tokens>;
7328
- /** fetch data from the table in a streaming manner : "tokens" */
7463
+ /** fetch data from the table in a streaming manner: "tokens" */
7329
7464
  tokens_stream: Array<Tokens>;
7330
7465
  /** fetch data from the table: "user_transactions" */
7331
7466
  user_transactions: Array<User_Transactions>;
7332
7467
  /** fetch data from the table: "user_transactions" using primary key columns */
7333
7468
  user_transactions_by_pk?: Maybe<User_Transactions>;
7334
- /** fetch data from the table in a streaming manner : "user_transactions" */
7469
+ /** fetch data from the table in a streaming manner: "user_transactions" */
7335
7470
  user_transactions_stream: Array<User_Transactions>;
7336
7471
  };
7337
7472
  type Subscription_RootAccount_TransactionsArgs = {
@@ -8487,6 +8622,15 @@ type Token_Activities_Aggregate = {
8487
8622
  aggregate?: Maybe<Token_Activities_Aggregate_Fields>;
8488
8623
  nodes: Array<Token_Activities>;
8489
8624
  };
8625
+ type Token_Activities_Aggregate_Bool_Exp = {
8626
+ count?: InputMaybe<Token_Activities_Aggregate_Bool_Exp_Count>;
8627
+ };
8628
+ type Token_Activities_Aggregate_Bool_Exp_Count = {
8629
+ arguments?: InputMaybe<Array<Token_Activities_Select_Column>>;
8630
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
8631
+ filter?: InputMaybe<Token_Activities_Bool_Exp>;
8632
+ predicate: Int_Comparison_Exp;
8633
+ };
8490
8634
  /** aggregate fields of "token_activities" */
8491
8635
  type Token_Activities_Aggregate_Fields = {
8492
8636
  __typename?: 'token_activities_aggregate_fields';
@@ -8548,7 +8692,9 @@ type Token_Activities_Bool_Exp = {
8548
8692
  _not?: InputMaybe<Token_Activities_Bool_Exp>;
8549
8693
  _or?: InputMaybe<Array<Token_Activities_Bool_Exp>>;
8550
8694
  aptos_names_owner?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
8695
+ aptos_names_owner_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
8551
8696
  aptos_names_to?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
8697
+ aptos_names_to_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
8552
8698
  coin_amount?: InputMaybe<Numeric_Comparison_Exp>;
8553
8699
  coin_type?: InputMaybe<String_Comparison_Exp>;
8554
8700
  collection_data_id_hash?: InputMaybe<String_Comparison_Exp>;
@@ -8897,6 +9043,29 @@ type Token_Activities_V2_Aggregate = {
8897
9043
  aggregate?: Maybe<Token_Activities_V2_Aggregate_Fields>;
8898
9044
  nodes: Array<Token_Activities_V2>;
8899
9045
  };
9046
+ type Token_Activities_V2_Aggregate_Bool_Exp = {
9047
+ bool_and?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp_Bool_And>;
9048
+ bool_or?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or>;
9049
+ count?: InputMaybe<Token_Activities_V2_Aggregate_Bool_Exp_Count>;
9050
+ };
9051
+ type Token_Activities_V2_Aggregate_Bool_Exp_Bool_And = {
9052
+ arguments: Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;
9053
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
9054
+ filter?: InputMaybe<Token_Activities_V2_Bool_Exp>;
9055
+ predicate: Boolean_Comparison_Exp;
9056
+ };
9057
+ type Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or = {
9058
+ arguments: Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;
9059
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
9060
+ filter?: InputMaybe<Token_Activities_V2_Bool_Exp>;
9061
+ predicate: Boolean_Comparison_Exp;
9062
+ };
9063
+ type Token_Activities_V2_Aggregate_Bool_Exp_Count = {
9064
+ arguments?: InputMaybe<Array<Token_Activities_V2_Select_Column>>;
9065
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
9066
+ filter?: InputMaybe<Token_Activities_V2_Bool_Exp>;
9067
+ predicate: Int_Comparison_Exp;
9068
+ };
8900
9069
  /** aggregate fields of "token_activities_v2" */
8901
9070
  type Token_Activities_V2_Aggregate_Fields = {
8902
9071
  __typename?: 'token_activities_v2_aggregate_fields';
@@ -8953,7 +9122,9 @@ type Token_Activities_V2_Bool_Exp = {
8953
9122
  _or?: InputMaybe<Array<Token_Activities_V2_Bool_Exp>>;
8954
9123
  after_value?: InputMaybe<String_Comparison_Exp>;
8955
9124
  aptos_names_from?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
9125
+ aptos_names_from_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
8956
9126
  aptos_names_to?: InputMaybe<Current_Aptos_Names_Bool_Exp>;
9127
+ aptos_names_to_aggregate?: InputMaybe<Current_Aptos_Names_Aggregate_Bool_Exp>;
8957
9128
  before_value?: InputMaybe<String_Comparison_Exp>;
8958
9129
  current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
8959
9130
  entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
@@ -9094,6 +9265,16 @@ declare enum Token_Activities_V2_Select_Column {
9094
9265
  /** column name */
9095
9266
  Type = "type"
9096
9267
  }
9268
+ /** select "token_activities_v2_aggregate_bool_exp_bool_and_arguments_columns" columns of table "token_activities_v2" */
9269
+ declare enum Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {
9270
+ /** column name */
9271
+ IsFungibleV2 = "is_fungible_v2"
9272
+ }
9273
+ /** select "token_activities_v2_aggregate_bool_exp_bool_or_arguments_columns" columns of table "token_activities_v2" */
9274
+ declare enum Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {
9275
+ /** column name */
9276
+ IsFungibleV2 = "is_fungible_v2"
9277
+ }
9097
9278
  /** aggregate stddev on columns */
9098
9279
  type Token_Activities_V2_Stddev_Fields = {
9099
9280
  __typename?: 'token_activities_v2_stddev_fields';
@@ -11103,7 +11284,7 @@ declare function isEntryFunctionPayload(payload: Types.TransactionPayload): payl
11103
11284
  declare function isSequenceNumberTooOldError(err: unknown): boolean;
11104
11285
 
11105
11286
  interface FetchIndexedAccountActivitiesArgs extends Omit<GetConsolidatedActivitiesQueryVariables, 'address' | 'max_transaction_version'> {
11106
- address?: string;
11287
+ address: string;
11107
11288
  max_transaction_version?: bigint;
11108
11289
  }
11109
11290
  interface FetchIndexedAccountActivitiesResult {
@@ -11295,9 +11476,10 @@ interface FetchResourceTypeArgs<T extends ResourceType> {
11295
11476
  declare function fetchResourceType<T extends ResourceType>(this: AptosJSProClient, { address, type }: FetchResourceTypeArgs<T>): Promise<ResourceTypeValue<T> | undefined>;
11296
11477
 
11297
11478
  interface FetchTokenMetadataArgs {
11479
+ request?: AxiosRequestConfig<MetadataJson>;
11298
11480
  uri: string;
11299
11481
  }
11300
- declare function fetchTokenMetadata(this: AptosJSProClient, { uri }: FetchTokenMetadataArgs): Promise<MetadataJson>;
11482
+ declare function fetchTokenMetadata(this: AptosJSProClient, { request, uri }: FetchTokenMetadataArgs): Promise<MetadataJson>;
11301
11483
 
11302
11484
  type SdkTransaction = Types.Transaction_UserTransaction | Types.Transaction_PendingTransaction;
11303
11485
  interface FetchTransactionArgs {
@@ -11326,12 +11508,13 @@ type FetchWaitForTransactionWithResultResult = Types.Transaction;
11326
11508
  declare function fetchWaitForTransactionWithResult(this: AptosJSProClient, { extraArgs, txnHash }: FetchWaitForTransactionArgs): Promise<FetchWaitForTransactionWithResultResult>;
11327
11509
 
11328
11510
  type GetClientsResult = {
11329
- account: AccountInfo;
11511
+ account?: AccountInfo;
11330
11512
  aptosClient: AptosClient;
11331
11513
  faucetClient?: FaucetClient;
11332
11514
  indexerClient?: Sdk;
11333
11515
  network: NetworkInfo;
11334
11516
  provider: Provider;
11517
+ signer?: SignerClient;
11335
11518
  tokenClient: TokenClient;
11336
11519
  };
11337
11520
  /**
@@ -11359,7 +11542,7 @@ interface FetchAccountTotalTokensArgs {
11359
11542
  declare function fetchAccountTotalTokens(this: AptosJSProClient, { address, collectionId }: FetchAccountTotalTokensArgs): Promise<number>;
11360
11543
 
11361
11544
  interface FetchTokenAcquiredDateArgs {
11362
- address?: string;
11545
+ address: string;
11363
11546
  tokenId: string;
11364
11547
  }
11365
11548
  /**
@@ -11370,9 +11553,9 @@ interface FetchTokenAcquiredDateArgs {
11370
11553
  declare function fetchTokenAcquiredDate(this: AptosJSProClient, { address, tokenId }: FetchTokenAcquiredDateArgs): Promise<Date | null>;
11371
11554
 
11372
11555
  interface FetchBalanceArgs {
11373
- address?: string;
11556
+ address: string;
11374
11557
  }
11375
- declare function fetchBalance(this: AptosJSProClient, { address }?: FetchBalanceArgs): Promise<bigint>;
11558
+ declare function fetchBalance(this: AptosJSProClient, { address }: FetchBalanceArgs): Promise<bigint>;
11376
11559
 
11377
11560
  interface GetExplorerUrlArgs {
11378
11561
  networkName?: string;
@@ -11411,17 +11594,17 @@ type AptosJSProClientArgs = {
11411
11594
  signer: SignerClient;
11412
11595
  };
11413
11596
  type AptosJSProClientState = {
11414
- account: AccountInfo;
11597
+ account?: AccountInfo;
11415
11598
  config?: ClientConfigs;
11416
11599
  network: NetworkInfo;
11417
- signer: SignerClient;
11600
+ signer?: SignerClient;
11418
11601
  };
11419
11602
  declare class AptosJSProClient {
11420
11603
  #private;
11421
11604
  constructor(args: AptosJSProClientArgs);
11422
11605
  get state(): AptosJSProClientState;
11423
- get signer(): SignerClient;
11424
- get account(): AccountInfo;
11606
+ get signer(): SignerClient | undefined;
11607
+ get account(): AccountInfo | undefined;
11425
11608
  get network(): NetworkInfo;
11426
11609
  get aptosClient(): aptos.AptosClient;
11427
11610
  get indexer(): {
@@ -11505,9 +11688,9 @@ declare class AptosJSProClient {
11505
11688
  setNetwork(network: NetworkInfo): void;
11506
11689
  setSigner(signer: SignerClient): void;
11507
11690
  setConfig(config: ClientConfigs): void;
11508
- onAccountChange(callback: (account: AccountInfo) => void): () => void;
11691
+ onAccountChange(callback: (account?: AccountInfo) => void): () => void;
11509
11692
  onNetworkChange(callback: (network: NetworkInfo) => void): () => void;
11510
- onSignerChange(callback: (signer: SignerClient) => void): () => void;
11693
+ onSignerChange(callback: (signer?: SignerClient) => void): () => void;
11511
11694
  onConfigChange(callback: (config?: ClientConfigs) => void): () => void;
11512
11695
  onChange(callback: (state: AptosJSProClientState) => void): () => void;
11513
11696
  private refreshClients;
@@ -11629,11 +11812,19 @@ type SubmitTransactionResult = Types.PendingTransaction;
11629
11812
  declare function submitTransaction(this: AptosJSProClient, { signedTxn }: SubmitTransactionArgs): Promise<SubmitTransactionResult>;
11630
11813
 
11631
11814
  interface FundAccountArgs {
11632
- address?: string;
11815
+ address: string;
11633
11816
  amount: number;
11634
11817
  }
11635
11818
  declare function fundAccount(this: AptosJSProClient, { address, amount }: FundAccountArgs): Promise<string[]>;
11636
11819
 
11820
+ declare class SignerNotFoundError extends Error {
11821
+ name: string;
11822
+ message: string;
11823
+ }
11824
+ declare class AccountNotFoundError extends Error {
11825
+ name: string;
11826
+ message: string;
11827
+ }
11637
11828
  declare class SignerClientInvalidFunctionError extends Error {
11638
11829
  name: string;
11639
11830
  message: string;
@@ -11857,6 +12048,24 @@ interface NaturalCoinTransferPayloadArgs {
11857
12048
  */
11858
12049
  declare function buildNaturalCoinTransferPayload({ amount, recipient, structTag, }: NaturalCoinTransferPayloadArgs): TxnBuilderTypes.TransactionPayloadEntryFunction;
11859
12050
 
12051
+ interface FormatCoinOptions {
12052
+ decimals?: number;
12053
+ includeUnit?: boolean;
12054
+ isLowercase?: boolean;
12055
+ isNonNegative?: boolean;
12056
+ multiplier?: number;
12057
+ paramUnitType?: string;
12058
+ returnUnitType?: string;
12059
+ usePlural?: boolean;
12060
+ }
12061
+ declare const formatCoin: (value: bigint | number | undefined | null, opts?: FormatCoinOptions) => string;
12062
+ interface FormatAmountOptions {
12063
+ decimals?: number;
12064
+ prefix?: boolean;
12065
+ suffix?: boolean;
12066
+ }
12067
+ declare function formatAmount(amount: number | bigint, coinInfo?: CoinInfoData | null, options?: FormatAmountOptions): string;
12068
+
11860
12069
  declare const APTOS_NAMES_ENDPOINT = "https://www.aptosnames.com/api";
11861
12070
  declare const COIN_GECKO_ENDPOINT = "https://api.coingecko.com/api";
11862
12071
  declare const IPFS_BASE_URL = "https://cloudflare-ipfs.com/ipfs/";
@@ -11892,6 +12101,13 @@ declare const defaultNetworks: Readonly<{
11892
12101
  declare const explorerNetworkNamesMap: Record<string, string>;
11893
12102
 
11894
12103
  declare const MAX_INDEXER_INT: bigint;
12104
+ declare const OCTA_NUMBER: number;
12105
+ declare const OCTA_POSITIVE_EXPONENT: number;
12106
+ declare const OCTA_NEGATIVE_EXPONENT: number;
12107
+
12108
+ declare const APTOS_UNIT: "APT";
12109
+ declare const OCTA_UNIT: "OCTA";
12110
+ declare const PLURAL_OCTA_UNIT: "OCTAS";
11895
12111
 
11896
12112
  declare enum QueryStaleTime {
11897
12113
  SHORT = 60000,
@@ -11906,4 +12122,4 @@ declare const rawInfoMainnet: RawCoinInfo[];
11906
12122
 
11907
12123
  declare const rawInfoTestNet: RawCoinInfo[];
11908
12124
 
11909
- export { APTOS_NAMES_ENDPOINT, AccountErrorReason, AccountInfo, 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, ActivityGroup, 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, 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_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_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, 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_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_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_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_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_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_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_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, FetchIndexedAccountActivitiesArgs, FetchIndexedAccountActivitiesResult, FetchIndexedAccountCollectionsArgs, FetchIndexedAccountCollectionsResult, FetchIndexedCoinActivitiesArgs, FetchIndexedCoinActivitiesResult, FetchIndexedTokenActivitiesArgs, FetchIndexedTokenActivitiesResult, FetchIndexedTokensPendingOfferClaimsArgs, FetchIndexedTokensPendingOfferClaimsResult, FetchIndexerProcessorAvailabilityArgs, FetchIsValidMetadataArgs, FetchNameFromAddressArgs, FetchNodeStatusArgs, FetchResourceTypeArgs, FetchResourcesArgs, FetchTokenAcquiredDateArgs, FetchTokenDataWithAddressArgs, FetchTokenMetadataArgs, FetchTransactionArgs, FetchWaitForTransactionArgs, FetchWaitForTransactionWithResultResult, FundAccountArgs, FungibleAssetTransferPayloadArgs, 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, GetDelegatedStakingQuery, GetDelegatedStakingQueryVariables, GetDelegatedStakingRoyaltiesQuery, GetDelegatedStakingRoyaltiesQueryVariables, GetDelegationPoolsQuery, GetDelegationPoolsQueryVariables, GetExplorerUrlArgs, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetPendingClaimsForTokenQuery, GetPendingClaimsForTokenQueryVariables, GetProcessorLastVersionQuery, GetProcessorLastVersionQueryVariables, GetTokenAcquisitionActivityQuery, GetTokenAcquisitionActivityQueryVariables, GetTokenActivitiesQuery, GetTokenActivitiesQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, GetTokenPendingClaimsQuery, GetTokenPendingClaimsQueryVariables, Guid, IPFS_BASE_URL, 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_Bool_Exp, 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_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, 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, OnChainTransaction, Order_By, 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, 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_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_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_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, RawTransactionFactory, ReceiveCoinEvent, ReceiveCoinEventBase, ReceiveTokenEvent, ReceiveTokenOfferEvent, Resource, ResourceMap, ResourceType, ResourceTypeValue, Scalars, Sdk, SdkTransaction, SendCoinEvent, SendCoinEventBase, SendTokenEvent, SendTokenOfferEvent, SerializedMultiAgentPayload, SerializedPayload, SignAndSubmitRawTransactionArgs, SignAndSubmitRawTransactionResult, SignBufferArgs, SignMessageArgs, SignTransactionArgs, SignTransactionResult, SignerClient, SignerClientInvalidFunctionError, 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_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_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_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_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_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_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, 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, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, fetchAccountTotalTokens, fetchAddressFromName, fetchBalance, fetchCoinInfo, fetchCoinPrice, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchGasPrice, fetchIndexedAccountActivities, fetchIndexedAccountCollections, fetchIndexedCoinActivities, fetchIndexedTokenActivities, fetchIndexedTokensPendingOfferClaims, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fetchWaitForTransactionWithResult, fixBadAptosUri, fixIpfs, fundAccount, fungibleAssetMetadataStructTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getServerDate, getServerTime, getTokenDataId, getTokenDataIdHash, groupByTime, groupPagesToSections, handleApiError, imageExtensions, ipfsProtocol, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, normalizeAddress, normalizePayload, normalizeTimestamp, parseCollectionData, parseExtendedTokenData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenClaim, parseTokenData, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, synchronizeTime, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };
12125
+ 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, ActivityGroup, 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, 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, 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_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_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, FetchIndexedAccountActivitiesArgs, FetchIndexedAccountActivitiesResult, FetchIndexedAccountCollectionsArgs, FetchIndexedAccountCollectionsResult, FetchIndexedCoinActivitiesArgs, FetchIndexedCoinActivitiesResult, FetchIndexedTokenActivitiesArgs, FetchIndexedTokenActivitiesResult, FetchIndexedTokensPendingOfferClaimsArgs, FetchIndexedTokensPendingOfferClaimsResult, FetchIndexerProcessorAvailabilityArgs, FetchIsValidMetadataArgs, FetchNameFromAddressArgs, FetchNodeStatusArgs, FetchResourceTypeArgs, FetchResourcesArgs, FetchTokenAcquiredDateArgs, FetchTokenDataWithAddressArgs, FetchTokenMetadataArgs, FetchTransactionArgs, FetchWaitForTransactionArgs, FetchWaitForTransactionWithResultResult, FormatAmountOptions, FormatCoinOptions, FundAccountArgs, FungibleAssetTransferPayloadArgs, 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, GetDelegatedStakingQuery, GetDelegatedStakingQueryVariables, GetDelegatedStakingRoyaltiesQuery, GetDelegatedStakingRoyaltiesQueryVariables, GetDelegationPoolsQuery, GetDelegationPoolsQueryVariables, GetExplorerUrlArgs, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetPendingClaimsForTokenQuery, GetPendingClaimsForTokenQueryVariables, GetProcessorLastVersionQuery, GetProcessorLastVersionQueryVariables, GetTokenAcquisitionActivityQuery, GetTokenAcquisitionActivityQueryVariables, GetTokenActivitiesQuery, GetTokenActivitiesQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, GetTokenPendingClaimsQuery, GetTokenPendingClaimsQueryVariables, Guid, IPFS_BASE_URL, 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_Bool_Exp, 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_Stream_Cursor_Input, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, 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, OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, 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, 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_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_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_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, RawTransactionFactory, ReceiveCoinEvent, ReceiveCoinEventBase, ReceiveTokenEvent, ReceiveTokenOfferEvent, Resource, ResourceMap, ResourceType, ResourceTypeValue, Scalars, Sdk, SdkTransaction, SendCoinEvent, SendCoinEventBase, SendTokenEvent, SendTokenOfferEvent, SerializedMultiAgentPayload, SerializedPayload, SignAndSubmitRawTransactionArgs, SignAndSubmitRawTransactionResult, SignBufferArgs, SignMessageArgs, SignTransactionArgs, SignTransactionResult, 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_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_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_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, 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, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, fetchAccountTotalTokens, fetchAddressFromName, fetchBalance, fetchCoinInfo, fetchCoinPrice, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchGasPrice, fetchIndexedAccountActivities, fetchIndexedAccountCollections, fetchIndexedCoinActivities, fetchIndexedTokenActivities, fetchIndexedTokensPendingOfferClaims, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fetchWaitForTransactionWithResult, fixBadAptosUri, fixIpfs, formatAmount, formatCoin, fundAccount, fungibleAssetMetadataStructTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getServerDate, getServerTime, getTokenDataId, getTokenDataIdHash, groupByTime, groupPagesToSections, handleApiError, imageExtensions, ipfsProtocol, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, normalizeAddress, normalizePayload, normalizeTimestamp, parseCollectionData, parseExtendedTokenData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenClaim, parseTokenData, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, synchronizeTime, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };