@aptos-labs/js-pro 0.1.0-experimental.30 → 0.1.0-experimental.31

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
@@ -1,4 +1,4 @@
1
- import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, PendingTransactionResponse, Aptos, AnyRawTransaction, Account, SignedTransaction, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, AptosSettings, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse, InputSimulateTransactionOptions, Network } from '@aptos-labs/ts-sdk';
1
+ import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, PendingTransactionResponse, Aptos, AnyRawTransaction, Account, SignedTransaction, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, AptosSettings, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse, Network, InputSimulateTransactionOptions } from '@aptos-labs/ts-sdk';
2
2
  import * as graphql_request_build_cjs_types from 'graphql-request/build/cjs/types';
3
3
  import { GraphQLClientRequestHeaders } from 'graphql-request/build/cjs/types';
4
4
  import { GraphQLClient } from 'graphql-request';
@@ -70,10 +70,6 @@ type Scalars = {
70
70
  input: any;
71
71
  output: any;
72
72
  };
73
- timestamptz: {
74
- input: any;
75
- output: any;
76
- };
77
73
  };
78
74
  /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
79
75
  type Boolean_Comparison_Exp = {
@@ -2832,28 +2828,36 @@ type Current_Delegator_Balances_Stream_Cursor_Value_Input = {
2832
2828
  shares?: InputMaybe<Scalars['numeric']['input']>;
2833
2829
  table_handle?: InputMaybe<Scalars['String']['input']>;
2834
2830
  };
2835
- /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
2831
+ /** columns and relationships of "current_fungible_asset_balances" */
2836
2832
  type Current_Fungible_Asset_Balances = {
2837
2833
  __typename?: 'current_fungible_asset_balances';
2838
- amount?: Maybe<Scalars['numeric']['output']>;
2839
- asset_type?: Maybe<Scalars['String']['output']>;
2834
+ amount: Scalars['numeric']['output'];
2835
+ amount_v1?: Maybe<Scalars['numeric']['output']>;
2836
+ amount_v2?: Maybe<Scalars['numeric']['output']>;
2837
+ asset_type: Scalars['String']['output'];
2838
+ asset_type_v1?: Maybe<Scalars['String']['output']>;
2839
+ asset_type_v2?: Maybe<Scalars['String']['output']>;
2840
2840
  is_frozen: Scalars['Boolean']['output'];
2841
- is_primary?: Maybe<Scalars['Boolean']['output']>;
2841
+ is_primary: Scalars['Boolean']['output'];
2842
2842
  last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
2843
+ last_transaction_timestamp_v1?: Maybe<Scalars['timestamp']['output']>;
2844
+ last_transaction_timestamp_v2?: Maybe<Scalars['timestamp']['output']>;
2843
2845
  last_transaction_version?: Maybe<Scalars['bigint']['output']>;
2846
+ last_transaction_version_v1?: Maybe<Scalars['bigint']['output']>;
2847
+ last_transaction_version_v2?: Maybe<Scalars['bigint']['output']>;
2844
2848
  /** An object relationship */
2845
2849
  metadata?: Maybe<Fungible_Asset_Metadata>;
2846
2850
  owner_address: Scalars['String']['output'];
2847
2851
  storage_id: Scalars['String']['output'];
2848
- token_standard?: Maybe<Scalars['String']['output']>;
2852
+ token_standard: Scalars['String']['output'];
2849
2853
  };
2850
- /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
2854
+ /** aggregated selection of "current_fungible_asset_balances" */
2851
2855
  type Current_Fungible_Asset_Balances_Aggregate = {
2852
2856
  __typename?: 'current_fungible_asset_balances_aggregate';
2853
2857
  aggregate?: Maybe<Current_Fungible_Asset_Balances_Aggregate_Fields>;
2854
2858
  nodes: Array<Current_Fungible_Asset_Balances>;
2855
2859
  };
2856
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
2860
+ /** aggregate fields of "current_fungible_asset_balances" */
2857
2861
  type Current_Fungible_Asset_Balances_Aggregate_Fields = {
2858
2862
  __typename?: 'current_fungible_asset_balances_aggregate_fields';
2859
2863
  avg?: Maybe<Current_Fungible_Asset_Balances_Avg_Fields>;
@@ -2868,7 +2872,7 @@ type Current_Fungible_Asset_Balances_Aggregate_Fields = {
2868
2872
  var_samp?: Maybe<Current_Fungible_Asset_Balances_Var_Samp_Fields>;
2869
2873
  variance?: Maybe<Current_Fungible_Asset_Balances_Variance_Fields>;
2870
2874
  };
2871
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
2875
+ /** aggregate fields of "current_fungible_asset_balances" */
2872
2876
  type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs = {
2873
2877
  columns?: InputMaybe<Array<Current_Fungible_Asset_Balances_Select_Column>>;
2874
2878
  distinct?: InputMaybe<Scalars['Boolean']['input']>;
@@ -2877,19 +2881,31 @@ type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs = {
2877
2881
  type Current_Fungible_Asset_Balances_Avg_Fields = {
2878
2882
  __typename?: 'current_fungible_asset_balances_avg_fields';
2879
2883
  amount?: Maybe<Scalars['Float']['output']>;
2884
+ amount_v1?: Maybe<Scalars['Float']['output']>;
2885
+ amount_v2?: Maybe<Scalars['Float']['output']>;
2880
2886
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
2887
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
2888
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
2881
2889
  };
2882
- /** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
2890
+ /** Boolean expression to filter rows from the table "current_fungible_asset_balances". All fields are combined with a logical 'AND'. */
2883
2891
  type Current_Fungible_Asset_Balances_Bool_Exp = {
2884
2892
  _and?: InputMaybe<Array<Current_Fungible_Asset_Balances_Bool_Exp>>;
2885
2893
  _not?: InputMaybe<Current_Fungible_Asset_Balances_Bool_Exp>;
2886
2894
  _or?: InputMaybe<Array<Current_Fungible_Asset_Balances_Bool_Exp>>;
2887
2895
  amount?: InputMaybe<Numeric_Comparison_Exp>;
2896
+ amount_v1?: InputMaybe<Numeric_Comparison_Exp>;
2897
+ amount_v2?: InputMaybe<Numeric_Comparison_Exp>;
2888
2898
  asset_type?: InputMaybe<String_Comparison_Exp>;
2899
+ asset_type_v1?: InputMaybe<String_Comparison_Exp>;
2900
+ asset_type_v2?: InputMaybe<String_Comparison_Exp>;
2889
2901
  is_frozen?: InputMaybe<Boolean_Comparison_Exp>;
2890
2902
  is_primary?: InputMaybe<Boolean_Comparison_Exp>;
2891
2903
  last_transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
2904
+ last_transaction_timestamp_v1?: InputMaybe<Timestamp_Comparison_Exp>;
2905
+ last_transaction_timestamp_v2?: InputMaybe<Timestamp_Comparison_Exp>;
2892
2906
  last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
2907
+ last_transaction_version_v1?: InputMaybe<Bigint_Comparison_Exp>;
2908
+ last_transaction_version_v2?: InputMaybe<Bigint_Comparison_Exp>;
2893
2909
  metadata?: InputMaybe<Fungible_Asset_Metadata_Bool_Exp>;
2894
2910
  owner_address?: InputMaybe<String_Comparison_Exp>;
2895
2911
  storage_id?: InputMaybe<String_Comparison_Exp>;
@@ -2899,9 +2915,17 @@ type Current_Fungible_Asset_Balances_Bool_Exp = {
2899
2915
  type Current_Fungible_Asset_Balances_Max_Fields = {
2900
2916
  __typename?: 'current_fungible_asset_balances_max_fields';
2901
2917
  amount?: Maybe<Scalars['numeric']['output']>;
2918
+ amount_v1?: Maybe<Scalars['numeric']['output']>;
2919
+ amount_v2?: Maybe<Scalars['numeric']['output']>;
2902
2920
  asset_type?: Maybe<Scalars['String']['output']>;
2921
+ asset_type_v1?: Maybe<Scalars['String']['output']>;
2922
+ asset_type_v2?: Maybe<Scalars['String']['output']>;
2903
2923
  last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
2924
+ last_transaction_timestamp_v1?: Maybe<Scalars['timestamp']['output']>;
2925
+ last_transaction_timestamp_v2?: Maybe<Scalars['timestamp']['output']>;
2904
2926
  last_transaction_version?: Maybe<Scalars['bigint']['output']>;
2927
+ last_transaction_version_v1?: Maybe<Scalars['bigint']['output']>;
2928
+ last_transaction_version_v2?: Maybe<Scalars['bigint']['output']>;
2905
2929
  owner_address?: Maybe<Scalars['String']['output']>;
2906
2930
  storage_id?: Maybe<Scalars['String']['output']>;
2907
2931
  token_standard?: Maybe<Scalars['String']['output']>;
@@ -2910,41 +2934,73 @@ type Current_Fungible_Asset_Balances_Max_Fields = {
2910
2934
  type Current_Fungible_Asset_Balances_Min_Fields = {
2911
2935
  __typename?: 'current_fungible_asset_balances_min_fields';
2912
2936
  amount?: Maybe<Scalars['numeric']['output']>;
2937
+ amount_v1?: Maybe<Scalars['numeric']['output']>;
2938
+ amount_v2?: Maybe<Scalars['numeric']['output']>;
2913
2939
  asset_type?: Maybe<Scalars['String']['output']>;
2940
+ asset_type_v1?: Maybe<Scalars['String']['output']>;
2941
+ asset_type_v2?: Maybe<Scalars['String']['output']>;
2914
2942
  last_transaction_timestamp?: Maybe<Scalars['timestamp']['output']>;
2943
+ last_transaction_timestamp_v1?: Maybe<Scalars['timestamp']['output']>;
2944
+ last_transaction_timestamp_v2?: Maybe<Scalars['timestamp']['output']>;
2915
2945
  last_transaction_version?: Maybe<Scalars['bigint']['output']>;
2946
+ last_transaction_version_v1?: Maybe<Scalars['bigint']['output']>;
2947
+ last_transaction_version_v2?: Maybe<Scalars['bigint']['output']>;
2916
2948
  owner_address?: Maybe<Scalars['String']['output']>;
2917
2949
  storage_id?: Maybe<Scalars['String']['output']>;
2918
2950
  token_standard?: Maybe<Scalars['String']['output']>;
2919
2951
  };
2920
- /** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
2952
+ /** Ordering options when selecting data from "current_fungible_asset_balances". */
2921
2953
  type Current_Fungible_Asset_Balances_Order_By = {
2922
2954
  amount?: InputMaybe<Order_By>;
2955
+ amount_v1?: InputMaybe<Order_By>;
2956
+ amount_v2?: InputMaybe<Order_By>;
2923
2957
  asset_type?: InputMaybe<Order_By>;
2958
+ asset_type_v1?: InputMaybe<Order_By>;
2959
+ asset_type_v2?: InputMaybe<Order_By>;
2924
2960
  is_frozen?: InputMaybe<Order_By>;
2925
2961
  is_primary?: InputMaybe<Order_By>;
2926
2962
  last_transaction_timestamp?: InputMaybe<Order_By>;
2963
+ last_transaction_timestamp_v1?: InputMaybe<Order_By>;
2964
+ last_transaction_timestamp_v2?: InputMaybe<Order_By>;
2927
2965
  last_transaction_version?: InputMaybe<Order_By>;
2966
+ last_transaction_version_v1?: InputMaybe<Order_By>;
2967
+ last_transaction_version_v2?: InputMaybe<Order_By>;
2928
2968
  metadata?: InputMaybe<Fungible_Asset_Metadata_Order_By>;
2929
2969
  owner_address?: InputMaybe<Order_By>;
2930
2970
  storage_id?: InputMaybe<Order_By>;
2931
2971
  token_standard?: InputMaybe<Order_By>;
2932
2972
  };
2933
- /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
2973
+ /** select columns of table "current_fungible_asset_balances" */
2934
2974
  declare enum Current_Fungible_Asset_Balances_Select_Column {
2935
2975
  /** column name */
2936
2976
  Amount = "amount",
2937
2977
  /** column name */
2978
+ AmountV1 = "amount_v1",
2979
+ /** column name */
2980
+ AmountV2 = "amount_v2",
2981
+ /** column name */
2938
2982
  AssetType = "asset_type",
2939
2983
  /** column name */
2984
+ AssetTypeV1 = "asset_type_v1",
2985
+ /** column name */
2986
+ AssetTypeV2 = "asset_type_v2",
2987
+ /** column name */
2940
2988
  IsFrozen = "is_frozen",
2941
2989
  /** column name */
2942
2990
  IsPrimary = "is_primary",
2943
2991
  /** column name */
2944
2992
  LastTransactionTimestamp = "last_transaction_timestamp",
2945
2993
  /** column name */
2994
+ LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
2995
+ /** column name */
2996
+ LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
2997
+ /** column name */
2946
2998
  LastTransactionVersion = "last_transaction_version",
2947
2999
  /** column name */
3000
+ LastTransactionVersionV1 = "last_transaction_version_v1",
3001
+ /** column name */
3002
+ LastTransactionVersionV2 = "last_transaction_version_v2",
3003
+ /** column name */
2948
3004
  OwnerAddress = "owner_address",
2949
3005
  /** column name */
2950
3006
  StorageId = "storage_id",
@@ -2955,19 +3011,31 @@ declare enum Current_Fungible_Asset_Balances_Select_Column {
2955
3011
  type Current_Fungible_Asset_Balances_Stddev_Fields = {
2956
3012
  __typename?: 'current_fungible_asset_balances_stddev_fields';
2957
3013
  amount?: Maybe<Scalars['Float']['output']>;
3014
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3015
+ amount_v2?: Maybe<Scalars['Float']['output']>;
2958
3016
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3017
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3018
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
2959
3019
  };
2960
3020
  /** aggregate stddev_pop on columns */
2961
3021
  type Current_Fungible_Asset_Balances_Stddev_Pop_Fields = {
2962
3022
  __typename?: 'current_fungible_asset_balances_stddev_pop_fields';
2963
3023
  amount?: Maybe<Scalars['Float']['output']>;
3024
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3025
+ amount_v2?: Maybe<Scalars['Float']['output']>;
2964
3026
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3027
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3028
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
2965
3029
  };
2966
3030
  /** aggregate stddev_samp on columns */
2967
3031
  type Current_Fungible_Asset_Balances_Stddev_Samp_Fields = {
2968
3032
  __typename?: 'current_fungible_asset_balances_stddev_samp_fields';
2969
3033
  amount?: Maybe<Scalars['Float']['output']>;
3034
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3035
+ amount_v2?: Maybe<Scalars['Float']['output']>;
2970
3036
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3037
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3038
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
2971
3039
  };
2972
3040
  /** Streaming cursor of the table "current_fungible_asset_balances" */
2973
3041
  type Current_Fungible_Asset_Balances_Stream_Cursor_Input = {
@@ -2979,11 +3047,19 @@ type Current_Fungible_Asset_Balances_Stream_Cursor_Input = {
2979
3047
  /** Initial value of the column from where the streaming should start */
2980
3048
  type Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input = {
2981
3049
  amount?: InputMaybe<Scalars['numeric']['input']>;
3050
+ amount_v1?: InputMaybe<Scalars['numeric']['input']>;
3051
+ amount_v2?: InputMaybe<Scalars['numeric']['input']>;
2982
3052
  asset_type?: InputMaybe<Scalars['String']['input']>;
3053
+ asset_type_v1?: InputMaybe<Scalars['String']['input']>;
3054
+ asset_type_v2?: InputMaybe<Scalars['String']['input']>;
2983
3055
  is_frozen?: InputMaybe<Scalars['Boolean']['input']>;
2984
3056
  is_primary?: InputMaybe<Scalars['Boolean']['input']>;
2985
3057
  last_transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
3058
+ last_transaction_timestamp_v1?: InputMaybe<Scalars['timestamp']['input']>;
3059
+ last_transaction_timestamp_v2?: InputMaybe<Scalars['timestamp']['input']>;
2986
3060
  last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
3061
+ last_transaction_version_v1?: InputMaybe<Scalars['bigint']['input']>;
3062
+ last_transaction_version_v2?: InputMaybe<Scalars['bigint']['input']>;
2987
3063
  owner_address?: InputMaybe<Scalars['String']['input']>;
2988
3064
  storage_id?: InputMaybe<Scalars['String']['input']>;
2989
3065
  token_standard?: InputMaybe<Scalars['String']['input']>;
@@ -2992,25 +3068,41 @@ type Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input = {
2992
3068
  type Current_Fungible_Asset_Balances_Sum_Fields = {
2993
3069
  __typename?: 'current_fungible_asset_balances_sum_fields';
2994
3070
  amount?: Maybe<Scalars['numeric']['output']>;
3071
+ amount_v1?: Maybe<Scalars['numeric']['output']>;
3072
+ amount_v2?: Maybe<Scalars['numeric']['output']>;
2995
3073
  last_transaction_version?: Maybe<Scalars['bigint']['output']>;
3074
+ last_transaction_version_v1?: Maybe<Scalars['bigint']['output']>;
3075
+ last_transaction_version_v2?: Maybe<Scalars['bigint']['output']>;
2996
3076
  };
2997
3077
  /** aggregate var_pop on columns */
2998
3078
  type Current_Fungible_Asset_Balances_Var_Pop_Fields = {
2999
3079
  __typename?: 'current_fungible_asset_balances_var_pop_fields';
3000
3080
  amount?: Maybe<Scalars['Float']['output']>;
3081
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3082
+ amount_v2?: Maybe<Scalars['Float']['output']>;
3001
3083
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3084
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3085
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
3002
3086
  };
3003
3087
  /** aggregate var_samp on columns */
3004
3088
  type Current_Fungible_Asset_Balances_Var_Samp_Fields = {
3005
3089
  __typename?: 'current_fungible_asset_balances_var_samp_fields';
3006
3090
  amount?: Maybe<Scalars['Float']['output']>;
3091
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3092
+ amount_v2?: Maybe<Scalars['Float']['output']>;
3007
3093
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3094
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3095
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
3008
3096
  };
3009
3097
  /** aggregate variance on columns */
3010
3098
  type Current_Fungible_Asset_Balances_Variance_Fields = {
3011
3099
  __typename?: 'current_fungible_asset_balances_variance_fields';
3012
3100
  amount?: Maybe<Scalars['Float']['output']>;
3101
+ amount_v1?: Maybe<Scalars['Float']['output']>;
3102
+ amount_v2?: Maybe<Scalars['Float']['output']>;
3013
3103
  last_transaction_version?: Maybe<Scalars['Float']['output']>;
3104
+ last_transaction_version_v1?: Maybe<Scalars['Float']['output']>;
3105
+ last_transaction_version_v2?: Maybe<Scalars['Float']['output']>;
3014
3106
  };
3015
3107
  /** columns and relationships of "current_objects" */
3016
3108
  type Current_Objects = {
@@ -3399,6 +3491,8 @@ type Current_Token_Datas_V2 = {
3399
3491
  collection_id: Scalars['String']['output'];
3400
3492
  /** An object relationship */
3401
3493
  current_collection?: Maybe<Current_Collections_V2>;
3494
+ /** An object relationship */
3495
+ current_royalty_v1?: Maybe<Current_Token_Royalty_V1>;
3402
3496
  /** An array relationship */
3403
3497
  current_token_ownerships: Array<Current_Token_Ownerships_V2>;
3404
3498
  /** An aggregate relationship */
@@ -3447,6 +3541,7 @@ type Current_Token_Datas_V2_Bool_Exp = {
3447
3541
  cdn_asset_uris?: InputMaybe<Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp>;
3448
3542
  collection_id?: InputMaybe<String_Comparison_Exp>;
3449
3543
  current_collection?: InputMaybe<Current_Collections_V2_Bool_Exp>;
3544
+ current_royalty_v1?: InputMaybe<Current_Token_Royalty_V1_Bool_Exp>;
3450
3545
  current_token_ownerships?: InputMaybe<Current_Token_Ownerships_V2_Bool_Exp>;
3451
3546
  current_token_ownerships_aggregate?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Bool_Exp>;
3452
3547
  decimals?: InputMaybe<Bigint_Comparison_Exp>;
@@ -3470,6 +3565,7 @@ type Current_Token_Datas_V2_Order_By = {
3470
3565
  cdn_asset_uris?: InputMaybe<Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By>;
3471
3566
  collection_id?: InputMaybe<Order_By>;
3472
3567
  current_collection?: InputMaybe<Current_Collections_V2_Order_By>;
3568
+ current_royalty_v1?: InputMaybe<Current_Token_Royalty_V1_Order_By>;
3473
3569
  current_token_ownerships_aggregate?: InputMaybe<Current_Token_Ownerships_V2_Aggregate_Order_By>;
3474
3570
  decimals?: InputMaybe<Order_By>;
3475
3571
  description?: InputMaybe<Order_By>;
@@ -4369,6 +4465,68 @@ type Current_Token_Pending_Claims_Stream_Cursor_Value_Input = {
4369
4465
  token_data_id?: InputMaybe<Scalars['String']['input']>;
4370
4466
  token_data_id_hash?: InputMaybe<Scalars['String']['input']>;
4371
4467
  };
4468
+ /** columns and relationships of "current_token_royalty_v1" */
4469
+ type Current_Token_Royalty_V1 = {
4470
+ __typename?: 'current_token_royalty_v1';
4471
+ last_transaction_timestamp: Scalars['timestamp']['output'];
4472
+ last_transaction_version: Scalars['bigint']['output'];
4473
+ payee_address: Scalars['String']['output'];
4474
+ royalty_points_denominator: Scalars['numeric']['output'];
4475
+ royalty_points_numerator: Scalars['numeric']['output'];
4476
+ token_data_id: Scalars['String']['output'];
4477
+ };
4478
+ /** Boolean expression to filter rows from the table "current_token_royalty_v1". All fields are combined with a logical 'AND'. */
4479
+ type Current_Token_Royalty_V1_Bool_Exp = {
4480
+ _and?: InputMaybe<Array<Current_Token_Royalty_V1_Bool_Exp>>;
4481
+ _not?: InputMaybe<Current_Token_Royalty_V1_Bool_Exp>;
4482
+ _or?: InputMaybe<Array<Current_Token_Royalty_V1_Bool_Exp>>;
4483
+ last_transaction_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;
4484
+ last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
4485
+ payee_address?: InputMaybe<String_Comparison_Exp>;
4486
+ royalty_points_denominator?: InputMaybe<Numeric_Comparison_Exp>;
4487
+ royalty_points_numerator?: InputMaybe<Numeric_Comparison_Exp>;
4488
+ token_data_id?: InputMaybe<String_Comparison_Exp>;
4489
+ };
4490
+ /** Ordering options when selecting data from "current_token_royalty_v1". */
4491
+ type Current_Token_Royalty_V1_Order_By = {
4492
+ last_transaction_timestamp?: InputMaybe<Order_By>;
4493
+ last_transaction_version?: InputMaybe<Order_By>;
4494
+ payee_address?: InputMaybe<Order_By>;
4495
+ royalty_points_denominator?: InputMaybe<Order_By>;
4496
+ royalty_points_numerator?: InputMaybe<Order_By>;
4497
+ token_data_id?: InputMaybe<Order_By>;
4498
+ };
4499
+ /** select columns of table "current_token_royalty_v1" */
4500
+ declare enum Current_Token_Royalty_V1_Select_Column {
4501
+ /** column name */
4502
+ LastTransactionTimestamp = "last_transaction_timestamp",
4503
+ /** column name */
4504
+ LastTransactionVersion = "last_transaction_version",
4505
+ /** column name */
4506
+ PayeeAddress = "payee_address",
4507
+ /** column name */
4508
+ RoyaltyPointsDenominator = "royalty_points_denominator",
4509
+ /** column name */
4510
+ RoyaltyPointsNumerator = "royalty_points_numerator",
4511
+ /** column name */
4512
+ TokenDataId = "token_data_id"
4513
+ }
4514
+ /** Streaming cursor of the table "current_token_royalty_v1" */
4515
+ type Current_Token_Royalty_V1_Stream_Cursor_Input = {
4516
+ /** Stream column input with initial value */
4517
+ initial_value: Current_Token_Royalty_V1_Stream_Cursor_Value_Input;
4518
+ /** cursor ordering */
4519
+ ordering?: InputMaybe<Cursor_Ordering>;
4520
+ };
4521
+ /** Initial value of the column from where the streaming should start */
4522
+ type Current_Token_Royalty_V1_Stream_Cursor_Value_Input = {
4523
+ last_transaction_timestamp?: InputMaybe<Scalars['timestamp']['input']>;
4524
+ last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
4525
+ payee_address?: InputMaybe<Scalars['String']['input']>;
4526
+ royalty_points_denominator?: InputMaybe<Scalars['numeric']['input']>;
4527
+ royalty_points_numerator?: InputMaybe<Scalars['numeric']['input']>;
4528
+ token_data_id?: InputMaybe<Scalars['String']['input']>;
4529
+ };
4372
4530
  /** ordering argument of a cursor */
4373
4531
  declare enum Cursor_Ordering {
4374
4532
  /** ascending ordering of the cursor */
@@ -5392,879 +5550,95 @@ type Move_Resources_Aggregate_Fields = {
5392
5550
  var_samp?: Maybe<Move_Resources_Var_Samp_Fields>;
5393
5551
  variance?: Maybe<Move_Resources_Variance_Fields>;
5394
5552
  };
5395
- /** aggregate fields of "legacy_migration_v1.move_resources" */
5396
- type Move_Resources_Aggregate_FieldsCountArgs = {
5397
- columns?: InputMaybe<Array<Move_Resources_Select_Column>>;
5398
- distinct?: InputMaybe<Scalars['Boolean']['input']>;
5399
- };
5400
- /** aggregate avg on columns */
5401
- type Move_Resources_Avg_Fields = {
5402
- __typename?: 'move_resources_avg_fields';
5403
- transaction_version?: Maybe<Scalars['Float']['output']>;
5404
- };
5405
- /** Boolean expression to filter rows from the table "legacy_migration_v1.move_resources". All fields are combined with a logical 'AND'. */
5406
- type Move_Resources_Bool_Exp = {
5407
- _and?: InputMaybe<Array<Move_Resources_Bool_Exp>>;
5408
- _not?: InputMaybe<Move_Resources_Bool_Exp>;
5409
- _or?: InputMaybe<Array<Move_Resources_Bool_Exp>>;
5410
- address?: InputMaybe<String_Comparison_Exp>;
5411
- transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
5412
- };
5413
- /** aggregate max on columns */
5414
- type Move_Resources_Max_Fields = {
5415
- __typename?: 'move_resources_max_fields';
5416
- address?: Maybe<Scalars['String']['output']>;
5417
- transaction_version?: Maybe<Scalars['bigint']['output']>;
5418
- };
5419
- /** aggregate min on columns */
5420
- type Move_Resources_Min_Fields = {
5421
- __typename?: 'move_resources_min_fields';
5422
- address?: Maybe<Scalars['String']['output']>;
5423
- transaction_version?: Maybe<Scalars['bigint']['output']>;
5424
- };
5425
- /** Ordering options when selecting data from "legacy_migration_v1.move_resources". */
5426
- type Move_Resources_Order_By = {
5427
- address?: InputMaybe<Order_By>;
5428
- transaction_version?: InputMaybe<Order_By>;
5429
- };
5430
- /** select columns of table "legacy_migration_v1.move_resources" */
5431
- declare enum Move_Resources_Select_Column {
5432
- /** column name */
5433
- Address = "address",
5434
- /** column name */
5435
- TransactionVersion = "transaction_version"
5436
- }
5437
- /** aggregate stddev on columns */
5438
- type Move_Resources_Stddev_Fields = {
5439
- __typename?: 'move_resources_stddev_fields';
5440
- transaction_version?: Maybe<Scalars['Float']['output']>;
5441
- };
5442
- /** aggregate stddev_pop on columns */
5443
- type Move_Resources_Stddev_Pop_Fields = {
5444
- __typename?: 'move_resources_stddev_pop_fields';
5445
- transaction_version?: Maybe<Scalars['Float']['output']>;
5446
- };
5447
- /** aggregate stddev_samp on columns */
5448
- type Move_Resources_Stddev_Samp_Fields = {
5449
- __typename?: 'move_resources_stddev_samp_fields';
5450
- transaction_version?: Maybe<Scalars['Float']['output']>;
5451
- };
5452
- /** Streaming cursor of the table "move_resources" */
5453
- type Move_Resources_Stream_Cursor_Input = {
5454
- /** Stream column input with initial value */
5455
- initial_value: Move_Resources_Stream_Cursor_Value_Input;
5456
- /** cursor ordering */
5457
- ordering?: InputMaybe<Cursor_Ordering>;
5458
- };
5459
- /** Initial value of the column from where the streaming should start */
5460
- type Move_Resources_Stream_Cursor_Value_Input = {
5461
- address?: InputMaybe<Scalars['String']['input']>;
5462
- transaction_version?: InputMaybe<Scalars['bigint']['input']>;
5463
- };
5464
- /** aggregate sum on columns */
5465
- type Move_Resources_Sum_Fields = {
5466
- __typename?: 'move_resources_sum_fields';
5467
- transaction_version?: Maybe<Scalars['bigint']['output']>;
5468
- };
5469
- /** aggregate var_pop on columns */
5470
- type Move_Resources_Var_Pop_Fields = {
5471
- __typename?: 'move_resources_var_pop_fields';
5472
- transaction_version?: Maybe<Scalars['Float']['output']>;
5473
- };
5474
- /** aggregate var_samp on columns */
5475
- type Move_Resources_Var_Samp_Fields = {
5476
- __typename?: 'move_resources_var_samp_fields';
5477
- transaction_version?: Maybe<Scalars['Float']['output']>;
5478
- };
5479
- /** aggregate variance on columns */
5480
- type Move_Resources_Variance_Fields = {
5481
- __typename?: 'move_resources_variance_fields';
5482
- transaction_version?: Maybe<Scalars['Float']['output']>;
5483
- };
5484
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_auctions" */
5485
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions = {
5486
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_auctions';
5487
- buy_it_now_price?: Maybe<Scalars['numeric']['output']>;
5488
- coin_type?: Maybe<Scalars['String']['output']>;
5489
- collection_id: Scalars['String']['output'];
5490
- contract_address: Scalars['String']['output'];
5491
- current_bid_price?: Maybe<Scalars['numeric']['output']>;
5492
- current_bidder?: Maybe<Scalars['String']['output']>;
5493
- /** An object relationship */
5494
- current_token_data?: Maybe<Current_Token_Datas_V2>;
5495
- entry_function_id_str: Scalars['String']['output'];
5496
- expiration_time: Scalars['numeric']['output'];
5497
- fee_schedule_id: Scalars['String']['output'];
5498
- is_deleted: Scalars['Boolean']['output'];
5499
- last_transaction_timestamp: Scalars['timestamptz']['output'];
5500
- last_transaction_version: Scalars['bigint']['output'];
5501
- listing_id: Scalars['String']['output'];
5502
- marketplace: Scalars['String']['output'];
5503
- seller: Scalars['String']['output'];
5504
- starting_bid_price: Scalars['numeric']['output'];
5505
- token_amount: Scalars['numeric']['output'];
5506
- token_data_id: Scalars['String']['output'];
5507
- token_standard: Scalars['String']['output'];
5508
- };
5509
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_auctions". All fields are combined with a logical 'AND'. */
5510
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp = {
5511
- _and?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>>;
5512
- _not?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>;
5513
- _or?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>>;
5514
- buy_it_now_price?: InputMaybe<Numeric_Comparison_Exp>;
5515
- coin_type?: InputMaybe<String_Comparison_Exp>;
5516
- collection_id?: InputMaybe<String_Comparison_Exp>;
5517
- contract_address?: InputMaybe<String_Comparison_Exp>;
5518
- current_bid_price?: InputMaybe<Numeric_Comparison_Exp>;
5519
- current_bidder?: InputMaybe<String_Comparison_Exp>;
5520
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
5521
- entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
5522
- expiration_time?: InputMaybe<Numeric_Comparison_Exp>;
5523
- fee_schedule_id?: InputMaybe<String_Comparison_Exp>;
5524
- is_deleted?: InputMaybe<Boolean_Comparison_Exp>;
5525
- last_transaction_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
5526
- last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
5527
- listing_id?: InputMaybe<String_Comparison_Exp>;
5528
- marketplace?: InputMaybe<String_Comparison_Exp>;
5529
- seller?: InputMaybe<String_Comparison_Exp>;
5530
- starting_bid_price?: InputMaybe<Numeric_Comparison_Exp>;
5531
- token_amount?: InputMaybe<Numeric_Comparison_Exp>;
5532
- token_data_id?: InputMaybe<String_Comparison_Exp>;
5533
- token_standard?: InputMaybe<String_Comparison_Exp>;
5534
- };
5535
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_auctions". */
5536
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By = {
5537
- buy_it_now_price?: InputMaybe<Order_By>;
5538
- coin_type?: InputMaybe<Order_By>;
5539
- collection_id?: InputMaybe<Order_By>;
5540
- contract_address?: InputMaybe<Order_By>;
5541
- current_bid_price?: InputMaybe<Order_By>;
5542
- current_bidder?: InputMaybe<Order_By>;
5543
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Order_By>;
5544
- entry_function_id_str?: InputMaybe<Order_By>;
5545
- expiration_time?: InputMaybe<Order_By>;
5546
- fee_schedule_id?: InputMaybe<Order_By>;
5547
- is_deleted?: InputMaybe<Order_By>;
5548
- last_transaction_timestamp?: InputMaybe<Order_By>;
5549
- last_transaction_version?: InputMaybe<Order_By>;
5550
- listing_id?: InputMaybe<Order_By>;
5551
- marketplace?: InputMaybe<Order_By>;
5552
- seller?: InputMaybe<Order_By>;
5553
- starting_bid_price?: InputMaybe<Order_By>;
5554
- token_amount?: InputMaybe<Order_By>;
5555
- token_data_id?: InputMaybe<Order_By>;
5556
- token_standard?: InputMaybe<Order_By>;
5557
- };
5558
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
5559
- declare enum Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column {
5560
- /** column name */
5561
- BuyItNowPrice = "buy_it_now_price",
5562
- /** column name */
5563
- CoinType = "coin_type",
5564
- /** column name */
5565
- CollectionId = "collection_id",
5566
- /** column name */
5567
- ContractAddress = "contract_address",
5568
- /** column name */
5569
- CurrentBidPrice = "current_bid_price",
5570
- /** column name */
5571
- CurrentBidder = "current_bidder",
5572
- /** column name */
5573
- EntryFunctionIdStr = "entry_function_id_str",
5574
- /** column name */
5575
- ExpirationTime = "expiration_time",
5576
- /** column name */
5577
- FeeScheduleId = "fee_schedule_id",
5578
- /** column name */
5579
- IsDeleted = "is_deleted",
5580
- /** column name */
5581
- LastTransactionTimestamp = "last_transaction_timestamp",
5582
- /** column name */
5583
- LastTransactionVersion = "last_transaction_version",
5584
- /** column name */
5585
- ListingId = "listing_id",
5586
- /** column name */
5587
- Marketplace = "marketplace",
5588
- /** column name */
5589
- Seller = "seller",
5590
- /** column name */
5591
- StartingBidPrice = "starting_bid_price",
5592
- /** column name */
5593
- TokenAmount = "token_amount",
5594
- /** column name */
5595
- TokenDataId = "token_data_id",
5596
- /** column name */
5597
- TokenStandard = "token_standard"
5598
- }
5599
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_auctions" */
5600
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input = {
5601
- /** Stream column input with initial value */
5602
- initial_value: Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input;
5603
- /** cursor ordering */
5604
- ordering?: InputMaybe<Cursor_Ordering>;
5605
- };
5606
- /** Initial value of the column from where the streaming should start */
5607
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input = {
5608
- buy_it_now_price?: InputMaybe<Scalars['numeric']['input']>;
5609
- coin_type?: InputMaybe<Scalars['String']['input']>;
5610
- collection_id?: InputMaybe<Scalars['String']['input']>;
5611
- contract_address?: InputMaybe<Scalars['String']['input']>;
5612
- current_bid_price?: InputMaybe<Scalars['numeric']['input']>;
5613
- current_bidder?: InputMaybe<Scalars['String']['input']>;
5614
- entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
5615
- expiration_time?: InputMaybe<Scalars['numeric']['input']>;
5616
- fee_schedule_id?: InputMaybe<Scalars['String']['input']>;
5617
- is_deleted?: InputMaybe<Scalars['Boolean']['input']>;
5618
- last_transaction_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
5619
- last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
5620
- listing_id?: InputMaybe<Scalars['String']['input']>;
5621
- marketplace?: InputMaybe<Scalars['String']['input']>;
5622
- seller?: InputMaybe<Scalars['String']['input']>;
5623
- starting_bid_price?: InputMaybe<Scalars['numeric']['input']>;
5624
- token_amount?: InputMaybe<Scalars['numeric']['input']>;
5625
- token_data_id?: InputMaybe<Scalars['String']['input']>;
5626
- token_standard?: InputMaybe<Scalars['String']['input']>;
5627
- };
5628
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5629
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers = {
5630
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_collection_offers';
5631
- buyer: Scalars['String']['output'];
5632
- coin_type?: Maybe<Scalars['String']['output']>;
5633
- collection_id: Scalars['String']['output'];
5634
- collection_offer_id: Scalars['String']['output'];
5635
- contract_address: Scalars['String']['output'];
5636
- /** An object relationship */
5637
- current_collection_v2?: Maybe<Current_Collections_V2>;
5638
- entry_function_id_str: Scalars['String']['output'];
5639
- expiration_time: Scalars['numeric']['output'];
5640
- fee_schedule_id: Scalars['String']['output'];
5641
- is_deleted: Scalars['Boolean']['output'];
5642
- item_price: Scalars['numeric']['output'];
5643
- last_transaction_timestamp: Scalars['timestamptz']['output'];
5644
- last_transaction_version: Scalars['bigint']['output'];
5645
- marketplace: Scalars['String']['output'];
5646
- remaining_token_amount: Scalars['numeric']['output'];
5647
- token_standard: Scalars['String']['output'];
5648
- };
5649
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_collection_offers". All fields are combined with a logical 'AND'. */
5650
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp = {
5651
- _and?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>>;
5652
- _not?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>;
5653
- _or?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>>;
5654
- buyer?: InputMaybe<String_Comparison_Exp>;
5655
- coin_type?: InputMaybe<String_Comparison_Exp>;
5656
- collection_id?: InputMaybe<String_Comparison_Exp>;
5657
- collection_offer_id?: InputMaybe<String_Comparison_Exp>;
5658
- contract_address?: InputMaybe<String_Comparison_Exp>;
5659
- current_collection_v2?: InputMaybe<Current_Collections_V2_Bool_Exp>;
5660
- entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
5661
- expiration_time?: InputMaybe<Numeric_Comparison_Exp>;
5662
- fee_schedule_id?: InputMaybe<String_Comparison_Exp>;
5663
- is_deleted?: InputMaybe<Boolean_Comparison_Exp>;
5664
- item_price?: InputMaybe<Numeric_Comparison_Exp>;
5665
- last_transaction_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
5666
- last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
5667
- marketplace?: InputMaybe<String_Comparison_Exp>;
5668
- remaining_token_amount?: InputMaybe<Numeric_Comparison_Exp>;
5669
- token_standard?: InputMaybe<String_Comparison_Exp>;
5670
- };
5671
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_collection_offers". */
5672
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By = {
5673
- buyer?: InputMaybe<Order_By>;
5674
- coin_type?: InputMaybe<Order_By>;
5675
- collection_id?: InputMaybe<Order_By>;
5676
- collection_offer_id?: InputMaybe<Order_By>;
5677
- contract_address?: InputMaybe<Order_By>;
5678
- current_collection_v2?: InputMaybe<Current_Collections_V2_Order_By>;
5679
- entry_function_id_str?: InputMaybe<Order_By>;
5680
- expiration_time?: InputMaybe<Order_By>;
5681
- fee_schedule_id?: InputMaybe<Order_By>;
5682
- is_deleted?: InputMaybe<Order_By>;
5683
- item_price?: InputMaybe<Order_By>;
5684
- last_transaction_timestamp?: InputMaybe<Order_By>;
5685
- last_transaction_version?: InputMaybe<Order_By>;
5686
- marketplace?: InputMaybe<Order_By>;
5687
- remaining_token_amount?: InputMaybe<Order_By>;
5688
- token_standard?: InputMaybe<Order_By>;
5689
- };
5690
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5691
- declare enum Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column {
5692
- /** column name */
5693
- Buyer = "buyer",
5694
- /** column name */
5695
- CoinType = "coin_type",
5696
- /** column name */
5697
- CollectionId = "collection_id",
5698
- /** column name */
5699
- CollectionOfferId = "collection_offer_id",
5700
- /** column name */
5701
- ContractAddress = "contract_address",
5702
- /** column name */
5703
- EntryFunctionIdStr = "entry_function_id_str",
5704
- /** column name */
5705
- ExpirationTime = "expiration_time",
5706
- /** column name */
5707
- FeeScheduleId = "fee_schedule_id",
5708
- /** column name */
5709
- IsDeleted = "is_deleted",
5710
- /** column name */
5711
- ItemPrice = "item_price",
5712
- /** column name */
5713
- LastTransactionTimestamp = "last_transaction_timestamp",
5714
- /** column name */
5715
- LastTransactionVersion = "last_transaction_version",
5716
- /** column name */
5717
- Marketplace = "marketplace",
5718
- /** column name */
5719
- RemainingTokenAmount = "remaining_token_amount",
5720
- /** column name */
5721
- TokenStandard = "token_standard"
5722
- }
5723
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_collection_offers" */
5724
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input = {
5725
- /** Stream column input with initial value */
5726
- initial_value: Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input;
5727
- /** cursor ordering */
5728
- ordering?: InputMaybe<Cursor_Ordering>;
5729
- };
5730
- /** Initial value of the column from where the streaming should start */
5731
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input = {
5732
- buyer?: InputMaybe<Scalars['String']['input']>;
5733
- coin_type?: InputMaybe<Scalars['String']['input']>;
5734
- collection_id?: InputMaybe<Scalars['String']['input']>;
5735
- collection_offer_id?: InputMaybe<Scalars['String']['input']>;
5736
- contract_address?: InputMaybe<Scalars['String']['input']>;
5737
- entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
5738
- expiration_time?: InputMaybe<Scalars['numeric']['input']>;
5739
- fee_schedule_id?: InputMaybe<Scalars['String']['input']>;
5740
- is_deleted?: InputMaybe<Scalars['Boolean']['input']>;
5741
- item_price?: InputMaybe<Scalars['numeric']['input']>;
5742
- last_transaction_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
5743
- last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
5744
- marketplace?: InputMaybe<Scalars['String']['input']>;
5745
- remaining_token_amount?: InputMaybe<Scalars['numeric']['input']>;
5746
- token_standard?: InputMaybe<Scalars['String']['input']>;
5747
- };
5748
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_listings" */
5749
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings = {
5750
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings';
5751
- coin_type?: Maybe<Scalars['String']['output']>;
5752
- collection_id: Scalars['String']['output'];
5753
- contract_address: Scalars['String']['output'];
5754
- /** An object relationship */
5755
- current_token_data?: Maybe<Current_Token_Datas_V2>;
5756
- entry_function_id_str: Scalars['String']['output'];
5757
- fee_schedule_id: Scalars['String']['output'];
5758
- is_deleted: Scalars['Boolean']['output'];
5759
- last_transaction_timestamp: Scalars['timestamptz']['output'];
5760
- last_transaction_version: Scalars['bigint']['output'];
5761
- listing_id: Scalars['String']['output'];
5762
- marketplace: Scalars['String']['output'];
5763
- price: Scalars['numeric']['output'];
5764
- seller: Scalars['String']['output'];
5765
- token_amount: Scalars['numeric']['output'];
5766
- token_data_id: Scalars['String']['output'];
5767
- token_standard: Scalars['String']['output'];
5768
- };
5769
- /** aggregated selection of "nft_marketplace_v2.current_nft_marketplace_listings" */
5770
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate = {
5771
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_aggregate';
5772
- aggregate?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields>;
5773
- nodes: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
5774
- };
5775
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
5776
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields = {
5777
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_aggregate_fields';
5778
- avg?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields>;
5779
- count: Scalars['Int']['output'];
5780
- max?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields>;
5781
- min?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields>;
5782
- stddev?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields>;
5783
- stddev_pop?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields>;
5784
- stddev_samp?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields>;
5785
- sum?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields>;
5786
- var_pop?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields>;
5787
- var_samp?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields>;
5788
- variance?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields>;
5789
- };
5790
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
5791
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_FieldsCountArgs = {
5792
- columns?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column>>;
5793
- distinct?: InputMaybe<Scalars['Boolean']['input']>;
5794
- };
5795
- /** aggregate avg on columns */
5796
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields = {
5797
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_avg_fields';
5798
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5799
- price?: Maybe<Scalars['Float']['output']>;
5800
- token_amount?: Maybe<Scalars['Float']['output']>;
5801
- };
5802
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_listings". All fields are combined with a logical 'AND'. */
5803
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp = {
5804
- _and?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>>;
5805
- _not?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
5806
- _or?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>>;
5807
- coin_type?: InputMaybe<String_Comparison_Exp>;
5808
- collection_id?: InputMaybe<String_Comparison_Exp>;
5809
- contract_address?: InputMaybe<String_Comparison_Exp>;
5810
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
5811
- entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
5812
- fee_schedule_id?: InputMaybe<String_Comparison_Exp>;
5813
- is_deleted?: InputMaybe<Boolean_Comparison_Exp>;
5814
- last_transaction_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
5815
- last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
5816
- listing_id?: InputMaybe<String_Comparison_Exp>;
5817
- marketplace?: InputMaybe<String_Comparison_Exp>;
5818
- price?: InputMaybe<Numeric_Comparison_Exp>;
5819
- seller?: InputMaybe<String_Comparison_Exp>;
5820
- token_amount?: InputMaybe<Numeric_Comparison_Exp>;
5821
- token_data_id?: InputMaybe<String_Comparison_Exp>;
5822
- token_standard?: InputMaybe<String_Comparison_Exp>;
5823
- };
5824
- /** aggregate max on columns */
5825
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields = {
5826
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_max_fields';
5827
- coin_type?: Maybe<Scalars['String']['output']>;
5828
- collection_id?: Maybe<Scalars['String']['output']>;
5829
- contract_address?: Maybe<Scalars['String']['output']>;
5830
- entry_function_id_str?: Maybe<Scalars['String']['output']>;
5831
- fee_schedule_id?: Maybe<Scalars['String']['output']>;
5832
- last_transaction_timestamp?: Maybe<Scalars['timestamptz']['output']>;
5833
- last_transaction_version?: Maybe<Scalars['bigint']['output']>;
5834
- listing_id?: Maybe<Scalars['String']['output']>;
5835
- marketplace?: Maybe<Scalars['String']['output']>;
5836
- price?: Maybe<Scalars['numeric']['output']>;
5837
- seller?: Maybe<Scalars['String']['output']>;
5838
- token_amount?: Maybe<Scalars['numeric']['output']>;
5839
- token_data_id?: Maybe<Scalars['String']['output']>;
5840
- token_standard?: Maybe<Scalars['String']['output']>;
5841
- };
5842
- /** aggregate min on columns */
5843
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields = {
5844
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_min_fields';
5845
- coin_type?: Maybe<Scalars['String']['output']>;
5846
- collection_id?: Maybe<Scalars['String']['output']>;
5847
- contract_address?: Maybe<Scalars['String']['output']>;
5848
- entry_function_id_str?: Maybe<Scalars['String']['output']>;
5849
- fee_schedule_id?: Maybe<Scalars['String']['output']>;
5850
- last_transaction_timestamp?: Maybe<Scalars['timestamptz']['output']>;
5851
- last_transaction_version?: Maybe<Scalars['bigint']['output']>;
5852
- listing_id?: Maybe<Scalars['String']['output']>;
5853
- marketplace?: Maybe<Scalars['String']['output']>;
5854
- price?: Maybe<Scalars['numeric']['output']>;
5855
- seller?: Maybe<Scalars['String']['output']>;
5856
- token_amount?: Maybe<Scalars['numeric']['output']>;
5857
- token_data_id?: Maybe<Scalars['String']['output']>;
5858
- token_standard?: Maybe<Scalars['String']['output']>;
5859
- };
5860
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_listings". */
5861
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By = {
5862
- coin_type?: InputMaybe<Order_By>;
5863
- collection_id?: InputMaybe<Order_By>;
5864
- contract_address?: InputMaybe<Order_By>;
5865
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Order_By>;
5866
- entry_function_id_str?: InputMaybe<Order_By>;
5867
- fee_schedule_id?: InputMaybe<Order_By>;
5868
- is_deleted?: InputMaybe<Order_By>;
5869
- last_transaction_timestamp?: InputMaybe<Order_By>;
5870
- last_transaction_version?: InputMaybe<Order_By>;
5871
- listing_id?: InputMaybe<Order_By>;
5872
- marketplace?: InputMaybe<Order_By>;
5873
- price?: InputMaybe<Order_By>;
5874
- seller?: InputMaybe<Order_By>;
5875
- token_amount?: InputMaybe<Order_By>;
5876
- token_data_id?: InputMaybe<Order_By>;
5877
- token_standard?: InputMaybe<Order_By>;
5878
- };
5879
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_listings" */
5880
- declare enum Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column {
5881
- /** column name */
5882
- CoinType = "coin_type",
5883
- /** column name */
5884
- CollectionId = "collection_id",
5885
- /** column name */
5886
- ContractAddress = "contract_address",
5887
- /** column name */
5888
- EntryFunctionIdStr = "entry_function_id_str",
5889
- /** column name */
5890
- FeeScheduleId = "fee_schedule_id",
5891
- /** column name */
5892
- IsDeleted = "is_deleted",
5893
- /** column name */
5894
- LastTransactionTimestamp = "last_transaction_timestamp",
5895
- /** column name */
5896
- LastTransactionVersion = "last_transaction_version",
5897
- /** column name */
5898
- ListingId = "listing_id",
5899
- /** column name */
5900
- Marketplace = "marketplace",
5901
- /** column name */
5902
- Price = "price",
5903
- /** column name */
5904
- Seller = "seller",
5905
- /** column name */
5906
- TokenAmount = "token_amount",
5907
- /** column name */
5908
- TokenDataId = "token_data_id",
5909
- /** column name */
5910
- TokenStandard = "token_standard"
5911
- }
5912
- /** aggregate stddev on columns */
5913
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields = {
5914
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_stddev_fields';
5915
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5916
- price?: Maybe<Scalars['Float']['output']>;
5917
- token_amount?: Maybe<Scalars['Float']['output']>;
5918
- };
5919
- /** aggregate stddev_pop on columns */
5920
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields = {
5921
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_stddev_pop_fields';
5922
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5923
- price?: Maybe<Scalars['Float']['output']>;
5924
- token_amount?: Maybe<Scalars['Float']['output']>;
5925
- };
5926
- /** aggregate stddev_samp on columns */
5927
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields = {
5928
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_stddev_samp_fields';
5929
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5930
- price?: Maybe<Scalars['Float']['output']>;
5931
- token_amount?: Maybe<Scalars['Float']['output']>;
5932
- };
5933
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_listings" */
5934
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input = {
5935
- /** Stream column input with initial value */
5936
- initial_value: Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input;
5937
- /** cursor ordering */
5938
- ordering?: InputMaybe<Cursor_Ordering>;
5939
- };
5940
- /** Initial value of the column from where the streaming should start */
5941
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input = {
5942
- coin_type?: InputMaybe<Scalars['String']['input']>;
5943
- collection_id?: InputMaybe<Scalars['String']['input']>;
5944
- contract_address?: InputMaybe<Scalars['String']['input']>;
5945
- entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
5946
- fee_schedule_id?: InputMaybe<Scalars['String']['input']>;
5947
- is_deleted?: InputMaybe<Scalars['Boolean']['input']>;
5948
- last_transaction_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
5949
- last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
5950
- listing_id?: InputMaybe<Scalars['String']['input']>;
5951
- marketplace?: InputMaybe<Scalars['String']['input']>;
5952
- price?: InputMaybe<Scalars['numeric']['input']>;
5953
- seller?: InputMaybe<Scalars['String']['input']>;
5954
- token_amount?: InputMaybe<Scalars['numeric']['input']>;
5955
- token_data_id?: InputMaybe<Scalars['String']['input']>;
5956
- token_standard?: InputMaybe<Scalars['String']['input']>;
5957
- };
5958
- /** aggregate sum on columns */
5959
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields = {
5960
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_sum_fields';
5961
- last_transaction_version?: Maybe<Scalars['bigint']['output']>;
5962
- price?: Maybe<Scalars['numeric']['output']>;
5963
- token_amount?: Maybe<Scalars['numeric']['output']>;
5964
- };
5965
- /** aggregate var_pop on columns */
5966
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields = {
5967
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_var_pop_fields';
5968
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5969
- price?: Maybe<Scalars['Float']['output']>;
5970
- token_amount?: Maybe<Scalars['Float']['output']>;
5971
- };
5972
- /** aggregate var_samp on columns */
5973
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields = {
5974
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_var_samp_fields';
5975
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5976
- price?: Maybe<Scalars['Float']['output']>;
5977
- token_amount?: Maybe<Scalars['Float']['output']>;
5978
- };
5979
- /** aggregate variance on columns */
5980
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields = {
5981
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_listings_variance_fields';
5982
- last_transaction_version?: Maybe<Scalars['Float']['output']>;
5983
- price?: Maybe<Scalars['Float']['output']>;
5984
- token_amount?: Maybe<Scalars['Float']['output']>;
5985
- };
5986
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_token_offers" */
5987
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers = {
5988
- __typename?: 'nft_marketplace_v2_current_nft_marketplace_token_offers';
5989
- buyer: Scalars['String']['output'];
5990
- coin_type?: Maybe<Scalars['String']['output']>;
5991
- collection_id: Scalars['String']['output'];
5992
- contract_address: Scalars['String']['output'];
5993
- /** An object relationship */
5994
- current_token_data?: Maybe<Current_Token_Datas_V2>;
5995
- entry_function_id_str: Scalars['String']['output'];
5996
- expiration_time: Scalars['numeric']['output'];
5997
- fee_schedule_id: Scalars['String']['output'];
5998
- is_deleted: Scalars['Boolean']['output'];
5999
- last_transaction_timestamp: Scalars['timestamptz']['output'];
6000
- last_transaction_version: Scalars['bigint']['output'];
6001
- marketplace: Scalars['String']['output'];
6002
- offer_id: Scalars['String']['output'];
6003
- price: Scalars['numeric']['output'];
6004
- token_amount: Scalars['numeric']['output'];
6005
- token_data_id: Scalars['String']['output'];
6006
- token_standard: Scalars['String']['output'];
6007
- };
6008
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_token_offers". All fields are combined with a logical 'AND'. */
6009
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp = {
6010
- _and?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>>;
6011
- _not?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>;
6012
- _or?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>>;
6013
- buyer?: InputMaybe<String_Comparison_Exp>;
6014
- coin_type?: InputMaybe<String_Comparison_Exp>;
6015
- collection_id?: InputMaybe<String_Comparison_Exp>;
6016
- contract_address?: InputMaybe<String_Comparison_Exp>;
6017
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
6018
- entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
6019
- expiration_time?: InputMaybe<Numeric_Comparison_Exp>;
6020
- fee_schedule_id?: InputMaybe<String_Comparison_Exp>;
6021
- is_deleted?: InputMaybe<Boolean_Comparison_Exp>;
6022
- last_transaction_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
6023
- last_transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
6024
- marketplace?: InputMaybe<String_Comparison_Exp>;
6025
- offer_id?: InputMaybe<String_Comparison_Exp>;
6026
- price?: InputMaybe<Numeric_Comparison_Exp>;
6027
- token_amount?: InputMaybe<Numeric_Comparison_Exp>;
6028
- token_data_id?: InputMaybe<String_Comparison_Exp>;
6029
- token_standard?: InputMaybe<String_Comparison_Exp>;
6030
- };
6031
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_token_offers". */
6032
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By = {
6033
- buyer?: InputMaybe<Order_By>;
6034
- coin_type?: InputMaybe<Order_By>;
6035
- collection_id?: InputMaybe<Order_By>;
6036
- contract_address?: InputMaybe<Order_By>;
6037
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Order_By>;
6038
- entry_function_id_str?: InputMaybe<Order_By>;
6039
- expiration_time?: InputMaybe<Order_By>;
6040
- fee_schedule_id?: InputMaybe<Order_By>;
6041
- is_deleted?: InputMaybe<Order_By>;
6042
- last_transaction_timestamp?: InputMaybe<Order_By>;
6043
- last_transaction_version?: InputMaybe<Order_By>;
6044
- marketplace?: InputMaybe<Order_By>;
6045
- offer_id?: InputMaybe<Order_By>;
6046
- price?: InputMaybe<Order_By>;
6047
- token_amount?: InputMaybe<Order_By>;
6048
- token_data_id?: InputMaybe<Order_By>;
6049
- token_standard?: InputMaybe<Order_By>;
6050
- };
6051
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6052
- declare enum Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column {
6053
- /** column name */
6054
- Buyer = "buyer",
6055
- /** column name */
6056
- CoinType = "coin_type",
6057
- /** column name */
6058
- CollectionId = "collection_id",
6059
- /** column name */
6060
- ContractAddress = "contract_address",
6061
- /** column name */
6062
- EntryFunctionIdStr = "entry_function_id_str",
6063
- /** column name */
6064
- ExpirationTime = "expiration_time",
6065
- /** column name */
6066
- FeeScheduleId = "fee_schedule_id",
6067
- /** column name */
6068
- IsDeleted = "is_deleted",
6069
- /** column name */
6070
- LastTransactionTimestamp = "last_transaction_timestamp",
6071
- /** column name */
6072
- LastTransactionVersion = "last_transaction_version",
6073
- /** column name */
6074
- Marketplace = "marketplace",
6075
- /** column name */
6076
- OfferId = "offer_id",
6077
- /** column name */
6078
- Price = "price",
6079
- /** column name */
6080
- TokenAmount = "token_amount",
6081
- /** column name */
6082
- TokenDataId = "token_data_id",
6083
- /** column name */
6084
- TokenStandard = "token_standard"
6085
- }
6086
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_token_offers" */
6087
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input = {
6088
- /** Stream column input with initial value */
6089
- initial_value: Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input;
6090
- /** cursor ordering */
6091
- ordering?: InputMaybe<Cursor_Ordering>;
6092
- };
6093
- /** Initial value of the column from where the streaming should start */
6094
- type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input = {
6095
- buyer?: InputMaybe<Scalars['String']['input']>;
6096
- coin_type?: InputMaybe<Scalars['String']['input']>;
6097
- collection_id?: InputMaybe<Scalars['String']['input']>;
6098
- contract_address?: InputMaybe<Scalars['String']['input']>;
6099
- entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
6100
- expiration_time?: InputMaybe<Scalars['numeric']['input']>;
6101
- fee_schedule_id?: InputMaybe<Scalars['String']['input']>;
6102
- is_deleted?: InputMaybe<Scalars['Boolean']['input']>;
6103
- last_transaction_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
6104
- last_transaction_version?: InputMaybe<Scalars['bigint']['input']>;
6105
- marketplace?: InputMaybe<Scalars['String']['input']>;
6106
- offer_id?: InputMaybe<Scalars['String']['input']>;
6107
- price?: InputMaybe<Scalars['numeric']['input']>;
6108
- token_amount?: InputMaybe<Scalars['numeric']['input']>;
6109
- token_data_id?: InputMaybe<Scalars['String']['input']>;
6110
- token_standard?: InputMaybe<Scalars['String']['input']>;
5553
+ /** aggregate fields of "legacy_migration_v1.move_resources" */
5554
+ type Move_Resources_Aggregate_FieldsCountArgs = {
5555
+ columns?: InputMaybe<Array<Move_Resources_Select_Column>>;
5556
+ distinct?: InputMaybe<Scalars['Boolean']['input']>;
6111
5557
  };
6112
- /** columns and relationships of "nft_marketplace_v2.nft_marketplace_activities" */
6113
- type Nft_Marketplace_V2_Nft_Marketplace_Activities = {
6114
- __typename?: 'nft_marketplace_v2_nft_marketplace_activities';
6115
- buyer?: Maybe<Scalars['String']['output']>;
6116
- coin_type?: Maybe<Scalars['String']['output']>;
6117
- collection_id: Scalars['String']['output'];
6118
- collection_name: Scalars['String']['output'];
6119
- contract_address: Scalars['String']['output'];
6120
- creator_address: Scalars['String']['output'];
6121
- /** An object relationship */
6122
- current_token_data?: Maybe<Current_Token_Datas_V2>;
6123
- entry_function_id_str: Scalars['String']['output'];
6124
- event_index: Scalars['bigint']['output'];
6125
- event_type: Scalars['String']['output'];
6126
- fee_schedule_id: Scalars['String']['output'];
6127
- marketplace: Scalars['String']['output'];
6128
- offer_or_listing_id: Scalars['String']['output'];
6129
- price: Scalars['numeric']['output'];
6130
- property_version?: Maybe<Scalars['String']['output']>;
6131
- seller?: Maybe<Scalars['String']['output']>;
6132
- token_amount: Scalars['numeric']['output'];
6133
- token_data_id?: Maybe<Scalars['String']['output']>;
6134
- token_name?: Maybe<Scalars['String']['output']>;
6135
- token_standard: Scalars['String']['output'];
6136
- transaction_timestamp: Scalars['timestamptz']['output'];
6137
- transaction_version: Scalars['bigint']['output'];
5558
+ /** aggregate avg on columns */
5559
+ type Move_Resources_Avg_Fields = {
5560
+ __typename?: 'move_resources_avg_fields';
5561
+ transaction_version?: Maybe<Scalars['Float']['output']>;
6138
5562
  };
6139
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.nft_marketplace_activities". All fields are combined with a logical 'AND'. */
6140
- type Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp = {
6141
- _and?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>>;
6142
- _not?: InputMaybe<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>;
6143
- _or?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>>;
6144
- buyer?: InputMaybe<String_Comparison_Exp>;
6145
- coin_type?: InputMaybe<String_Comparison_Exp>;
6146
- collection_id?: InputMaybe<String_Comparison_Exp>;
6147
- collection_name?: InputMaybe<String_Comparison_Exp>;
6148
- contract_address?: InputMaybe<String_Comparison_Exp>;
6149
- creator_address?: InputMaybe<String_Comparison_Exp>;
6150
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Bool_Exp>;
6151
- entry_function_id_str?: InputMaybe<String_Comparison_Exp>;
6152
- event_index?: InputMaybe<Bigint_Comparison_Exp>;
6153
- event_type?: InputMaybe<String_Comparison_Exp>;
6154
- fee_schedule_id?: InputMaybe<String_Comparison_Exp>;
6155
- marketplace?: InputMaybe<String_Comparison_Exp>;
6156
- offer_or_listing_id?: InputMaybe<String_Comparison_Exp>;
6157
- price?: InputMaybe<Numeric_Comparison_Exp>;
6158
- property_version?: InputMaybe<String_Comparison_Exp>;
6159
- seller?: InputMaybe<String_Comparison_Exp>;
6160
- token_amount?: InputMaybe<Numeric_Comparison_Exp>;
6161
- token_data_id?: InputMaybe<String_Comparison_Exp>;
6162
- token_name?: InputMaybe<String_Comparison_Exp>;
6163
- token_standard?: InputMaybe<String_Comparison_Exp>;
6164
- transaction_timestamp?: InputMaybe<Timestamptz_Comparison_Exp>;
5563
+ /** Boolean expression to filter rows from the table "legacy_migration_v1.move_resources". All fields are combined with a logical 'AND'. */
5564
+ type Move_Resources_Bool_Exp = {
5565
+ _and?: InputMaybe<Array<Move_Resources_Bool_Exp>>;
5566
+ _not?: InputMaybe<Move_Resources_Bool_Exp>;
5567
+ _or?: InputMaybe<Array<Move_Resources_Bool_Exp>>;
5568
+ address?: InputMaybe<String_Comparison_Exp>;
6165
5569
  transaction_version?: InputMaybe<Bigint_Comparison_Exp>;
6166
5570
  };
6167
- /** Ordering options when selecting data from "nft_marketplace_v2.nft_marketplace_activities". */
6168
- type Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By = {
6169
- buyer?: InputMaybe<Order_By>;
6170
- coin_type?: InputMaybe<Order_By>;
6171
- collection_id?: InputMaybe<Order_By>;
6172
- collection_name?: InputMaybe<Order_By>;
6173
- contract_address?: InputMaybe<Order_By>;
6174
- creator_address?: InputMaybe<Order_By>;
6175
- current_token_data?: InputMaybe<Current_Token_Datas_V2_Order_By>;
6176
- entry_function_id_str?: InputMaybe<Order_By>;
6177
- event_index?: InputMaybe<Order_By>;
6178
- event_type?: InputMaybe<Order_By>;
6179
- fee_schedule_id?: InputMaybe<Order_By>;
6180
- marketplace?: InputMaybe<Order_By>;
6181
- offer_or_listing_id?: InputMaybe<Order_By>;
6182
- price?: InputMaybe<Order_By>;
6183
- property_version?: InputMaybe<Order_By>;
6184
- seller?: InputMaybe<Order_By>;
6185
- token_amount?: InputMaybe<Order_By>;
6186
- token_data_id?: InputMaybe<Order_By>;
6187
- token_name?: InputMaybe<Order_By>;
6188
- token_standard?: InputMaybe<Order_By>;
6189
- transaction_timestamp?: InputMaybe<Order_By>;
5571
+ /** aggregate max on columns */
5572
+ type Move_Resources_Max_Fields = {
5573
+ __typename?: 'move_resources_max_fields';
5574
+ address?: Maybe<Scalars['String']['output']>;
5575
+ transaction_version?: Maybe<Scalars['bigint']['output']>;
5576
+ };
5577
+ /** aggregate min on columns */
5578
+ type Move_Resources_Min_Fields = {
5579
+ __typename?: 'move_resources_min_fields';
5580
+ address?: Maybe<Scalars['String']['output']>;
5581
+ transaction_version?: Maybe<Scalars['bigint']['output']>;
5582
+ };
5583
+ /** Ordering options when selecting data from "legacy_migration_v1.move_resources". */
5584
+ type Move_Resources_Order_By = {
5585
+ address?: InputMaybe<Order_By>;
6190
5586
  transaction_version?: InputMaybe<Order_By>;
6191
5587
  };
6192
- /** select columns of table "nft_marketplace_v2.nft_marketplace_activities" */
6193
- declare enum Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column {
6194
- /** column name */
6195
- Buyer = "buyer",
6196
- /** column name */
6197
- CoinType = "coin_type",
6198
- /** column name */
6199
- CollectionId = "collection_id",
6200
- /** column name */
6201
- CollectionName = "collection_name",
6202
- /** column name */
6203
- ContractAddress = "contract_address",
6204
- /** column name */
6205
- CreatorAddress = "creator_address",
6206
- /** column name */
6207
- EntryFunctionIdStr = "entry_function_id_str",
6208
- /** column name */
6209
- EventIndex = "event_index",
6210
- /** column name */
6211
- EventType = "event_type",
6212
- /** column name */
6213
- FeeScheduleId = "fee_schedule_id",
6214
- /** column name */
6215
- Marketplace = "marketplace",
6216
- /** column name */
6217
- OfferOrListingId = "offer_or_listing_id",
6218
- /** column name */
6219
- Price = "price",
6220
- /** column name */
6221
- PropertyVersion = "property_version",
6222
- /** column name */
6223
- Seller = "seller",
6224
- /** column name */
6225
- TokenAmount = "token_amount",
6226
- /** column name */
6227
- TokenDataId = "token_data_id",
6228
- /** column name */
6229
- TokenName = "token_name",
6230
- /** column name */
6231
- TokenStandard = "token_standard",
5588
+ /** select columns of table "legacy_migration_v1.move_resources" */
5589
+ declare enum Move_Resources_Select_Column {
6232
5590
  /** column name */
6233
- TransactionTimestamp = "transaction_timestamp",
5591
+ Address = "address",
6234
5592
  /** column name */
6235
5593
  TransactionVersion = "transaction_version"
6236
5594
  }
6237
- /** Streaming cursor of the table "nft_marketplace_v2_nft_marketplace_activities" */
6238
- type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input = {
5595
+ /** aggregate stddev on columns */
5596
+ type Move_Resources_Stddev_Fields = {
5597
+ __typename?: 'move_resources_stddev_fields';
5598
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5599
+ };
5600
+ /** aggregate stddev_pop on columns */
5601
+ type Move_Resources_Stddev_Pop_Fields = {
5602
+ __typename?: 'move_resources_stddev_pop_fields';
5603
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5604
+ };
5605
+ /** aggregate stddev_samp on columns */
5606
+ type Move_Resources_Stddev_Samp_Fields = {
5607
+ __typename?: 'move_resources_stddev_samp_fields';
5608
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5609
+ };
5610
+ /** Streaming cursor of the table "move_resources" */
5611
+ type Move_Resources_Stream_Cursor_Input = {
6239
5612
  /** Stream column input with initial value */
6240
- initial_value: Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input;
5613
+ initial_value: Move_Resources_Stream_Cursor_Value_Input;
6241
5614
  /** cursor ordering */
6242
5615
  ordering?: InputMaybe<Cursor_Ordering>;
6243
5616
  };
6244
5617
  /** Initial value of the column from where the streaming should start */
6245
- type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input = {
6246
- buyer?: InputMaybe<Scalars['String']['input']>;
6247
- coin_type?: InputMaybe<Scalars['String']['input']>;
6248
- collection_id?: InputMaybe<Scalars['String']['input']>;
6249
- collection_name?: InputMaybe<Scalars['String']['input']>;
6250
- contract_address?: InputMaybe<Scalars['String']['input']>;
6251
- creator_address?: InputMaybe<Scalars['String']['input']>;
6252
- entry_function_id_str?: InputMaybe<Scalars['String']['input']>;
6253
- event_index?: InputMaybe<Scalars['bigint']['input']>;
6254
- event_type?: InputMaybe<Scalars['String']['input']>;
6255
- fee_schedule_id?: InputMaybe<Scalars['String']['input']>;
6256
- marketplace?: InputMaybe<Scalars['String']['input']>;
6257
- offer_or_listing_id?: InputMaybe<Scalars['String']['input']>;
6258
- price?: InputMaybe<Scalars['numeric']['input']>;
6259
- property_version?: InputMaybe<Scalars['String']['input']>;
6260
- seller?: InputMaybe<Scalars['String']['input']>;
6261
- token_amount?: InputMaybe<Scalars['numeric']['input']>;
6262
- token_data_id?: InputMaybe<Scalars['String']['input']>;
6263
- token_name?: InputMaybe<Scalars['String']['input']>;
6264
- token_standard?: InputMaybe<Scalars['String']['input']>;
6265
- transaction_timestamp?: InputMaybe<Scalars['timestamptz']['input']>;
5618
+ type Move_Resources_Stream_Cursor_Value_Input = {
5619
+ address?: InputMaybe<Scalars['String']['input']>;
6266
5620
  transaction_version?: InputMaybe<Scalars['bigint']['input']>;
6267
5621
  };
5622
+ /** aggregate sum on columns */
5623
+ type Move_Resources_Sum_Fields = {
5624
+ __typename?: 'move_resources_sum_fields';
5625
+ transaction_version?: Maybe<Scalars['bigint']['output']>;
5626
+ };
5627
+ /** aggregate var_pop on columns */
5628
+ type Move_Resources_Var_Pop_Fields = {
5629
+ __typename?: 'move_resources_var_pop_fields';
5630
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5631
+ };
5632
+ /** aggregate var_samp on columns */
5633
+ type Move_Resources_Var_Samp_Fields = {
5634
+ __typename?: 'move_resources_var_samp_fields';
5635
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5636
+ };
5637
+ /** aggregate variance on columns */
5638
+ type Move_Resources_Variance_Fields = {
5639
+ __typename?: 'move_resources_variance_fields';
5640
+ transaction_version?: Maybe<Scalars['Float']['output']>;
5641
+ };
6268
5642
  /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6269
5643
  type Nft_Metadata_Crawler_Parsed_Asset_Uris = {
6270
5644
  __typename?: 'nft_metadata_crawler_parsed_asset_uris';
@@ -6700,11 +6074,11 @@ type Query_Root = {
6700
6074
  current_delegator_balances: Array<Current_Delegator_Balances>;
6701
6075
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
6702
6076
  current_delegator_balances_by_pk?: Maybe<Current_Delegator_Balances>;
6703
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6077
+ /** fetch data from the table: "current_fungible_asset_balances" */
6704
6078
  current_fungible_asset_balances: Array<Current_Fungible_Asset_Balances>;
6705
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6079
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
6706
6080
  current_fungible_asset_balances_aggregate: Current_Fungible_Asset_Balances_Aggregate;
6707
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6081
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
6708
6082
  current_fungible_asset_balances_by_pk?: Maybe<Current_Fungible_Asset_Balances>;
6709
6083
  /** fetch data from the table: "current_objects" */
6710
6084
  current_objects: Array<Current_Objects>;
@@ -6738,6 +6112,10 @@ type Query_Root = {
6738
6112
  current_token_pending_claims: Array<Current_Token_Pending_Claims>;
6739
6113
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
6740
6114
  current_token_pending_claims_by_pk?: Maybe<Current_Token_Pending_Claims>;
6115
+ /** fetch data from the table: "current_token_royalty_v1" */
6116
+ current_token_royalty_v1: Array<Current_Token_Royalty_V1>;
6117
+ /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
6118
+ current_token_royalty_v1_by_pk?: Maybe<Current_Token_Royalty_V1>;
6741
6119
  /** An array relationship */
6742
6120
  delegated_staking_activities: Array<Delegated_Staking_Activities>;
6743
6121
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -6780,28 +6158,6 @@ type Query_Root = {
6780
6158
  move_resources: Array<Move_Resources>;
6781
6159
  /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
6782
6160
  move_resources_aggregate: Move_Resources_Aggregate;
6783
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
6784
- nft_marketplace_v2_current_nft_marketplace_auctions: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
6785
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
6786
- nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
6787
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
6788
- nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
6789
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
6790
- nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
6791
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
6792
- nft_marketplace_v2_current_nft_marketplace_listings: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
6793
- /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
6794
- nft_marketplace_v2_current_nft_marketplace_listings_aggregate: Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate;
6795
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
6796
- nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
6797
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6798
- nft_marketplace_v2_current_nft_marketplace_token_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
6799
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
6800
- nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
6801
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
6802
- nft_marketplace_v2_nft_marketplace_activities: Array<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
6803
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
6804
- nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
6805
6161
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
6806
6162
  nft_metadata_crawler_parsed_asset_uris: Array<Nft_Metadata_Crawler_Parsed_Asset_Uris>;
6807
6163
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -7177,6 +6533,16 @@ type Query_RootCurrent_Token_Pending_Claims_By_PkArgs = {
7177
6533
  to_address: Scalars['String']['input'];
7178
6534
  token_data_id_hash: Scalars['String']['input'];
7179
6535
  };
6536
+ type Query_RootCurrent_Token_Royalty_V1Args = {
6537
+ distinct_on?: InputMaybe<Array<Current_Token_Royalty_V1_Select_Column>>;
6538
+ limit?: InputMaybe<Scalars['Int']['input']>;
6539
+ offset?: InputMaybe<Scalars['Int']['input']>;
6540
+ order_by?: InputMaybe<Array<Current_Token_Royalty_V1_Order_By>>;
6541
+ where?: InputMaybe<Current_Token_Royalty_V1_Bool_Exp>;
6542
+ };
6543
+ type Query_RootCurrent_Token_Royalty_V1_By_PkArgs = {
6544
+ token_data_id: Scalars['String']['input'];
6545
+ };
7180
6546
  type Query_RootDelegated_Staking_ActivitiesArgs = {
7181
6547
  distinct_on?: InputMaybe<Array<Delegated_Staking_Activities_Select_Column>>;
7182
6548
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -7296,68 +6662,6 @@ type Query_RootMove_Resources_AggregateArgs = {
7296
6662
  order_by?: InputMaybe<Array<Move_Resources_Order_By>>;
7297
6663
  where?: InputMaybe<Move_Resources_Bool_Exp>;
7298
6664
  };
7299
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs = {
7300
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column>>;
7301
- limit?: InputMaybe<Scalars['Int']['input']>;
7302
- offset?: InputMaybe<Scalars['Int']['input']>;
7303
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By>>;
7304
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>;
7305
- };
7306
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs = {
7307
- listing_id: Scalars['String']['input'];
7308
- token_data_id: Scalars['String']['input'];
7309
- };
7310
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs = {
7311
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column>>;
7312
- limit?: InputMaybe<Scalars['Int']['input']>;
7313
- offset?: InputMaybe<Scalars['Int']['input']>;
7314
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By>>;
7315
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>;
7316
- };
7317
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs = {
7318
- collection_id: Scalars['String']['input'];
7319
- collection_offer_id: Scalars['String']['input'];
7320
- };
7321
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs = {
7322
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column>>;
7323
- limit?: InputMaybe<Scalars['Int']['input']>;
7324
- offset?: InputMaybe<Scalars['Int']['input']>;
7325
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By>>;
7326
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
7327
- };
7328
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs = {
7329
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column>>;
7330
- limit?: InputMaybe<Scalars['Int']['input']>;
7331
- offset?: InputMaybe<Scalars['Int']['input']>;
7332
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By>>;
7333
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
7334
- };
7335
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs = {
7336
- listing_id: Scalars['String']['input'];
7337
- token_data_id: Scalars['String']['input'];
7338
- };
7339
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs = {
7340
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column>>;
7341
- limit?: InputMaybe<Scalars['Int']['input']>;
7342
- offset?: InputMaybe<Scalars['Int']['input']>;
7343
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By>>;
7344
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>;
7345
- };
7346
- type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs = {
7347
- offer_id: Scalars['String']['input'];
7348
- token_data_id: Scalars['String']['input'];
7349
- };
7350
- type Query_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs = {
7351
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column>>;
7352
- limit?: InputMaybe<Scalars['Int']['input']>;
7353
- offset?: InputMaybe<Scalars['Int']['input']>;
7354
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By>>;
7355
- where?: InputMaybe<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>;
7356
- };
7357
- type Query_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs = {
7358
- event_index: Scalars['bigint']['input'];
7359
- transaction_version: Scalars['bigint']['input'];
7360
- };
7361
6665
  type Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs = {
7362
6666
  distinct_on?: InputMaybe<Array<Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column>>;
7363
6667
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -7707,13 +7011,13 @@ type Subscription_Root = {
7707
7011
  current_delegator_balances_by_pk?: Maybe<Current_Delegator_Balances>;
7708
7012
  /** fetch data from the table in a streaming manner: "current_delegator_balances" */
7709
7013
  current_delegator_balances_stream: Array<Current_Delegator_Balances>;
7710
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7014
+ /** fetch data from the table: "current_fungible_asset_balances" */
7711
7015
  current_fungible_asset_balances: Array<Current_Fungible_Asset_Balances>;
7712
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7016
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
7713
7017
  current_fungible_asset_balances_aggregate: Current_Fungible_Asset_Balances_Aggregate;
7714
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
7018
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
7715
7019
  current_fungible_asset_balances_by_pk?: Maybe<Current_Fungible_Asset_Balances>;
7716
- /** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
7020
+ /** fetch data from the table in a streaming manner: "current_fungible_asset_balances" */
7717
7021
  current_fungible_asset_balances_stream: Array<Current_Fungible_Asset_Balances>;
7718
7022
  /** fetch data from the table: "current_objects" */
7719
7023
  current_objects: Array<Current_Objects>;
@@ -7763,6 +7067,12 @@ type Subscription_Root = {
7763
7067
  current_token_pending_claims_by_pk?: Maybe<Current_Token_Pending_Claims>;
7764
7068
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
7765
7069
  current_token_pending_claims_stream: Array<Current_Token_Pending_Claims>;
7070
+ /** fetch data from the table: "current_token_royalty_v1" */
7071
+ current_token_royalty_v1: Array<Current_Token_Royalty_V1>;
7072
+ /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
7073
+ current_token_royalty_v1_by_pk?: Maybe<Current_Token_Royalty_V1>;
7074
+ /** fetch data from the table in a streaming manner: "current_token_royalty_v1" */
7075
+ current_token_royalty_v1_stream: Array<Current_Token_Royalty_V1>;
7766
7076
  /** An array relationship */
7767
7077
  delegated_staking_activities: Array<Delegated_Staking_Activities>;
7768
7078
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -7825,38 +7135,6 @@ type Subscription_Root = {
7825
7135
  move_resources_aggregate: Move_Resources_Aggregate;
7826
7136
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
7827
7137
  move_resources_stream: Array<Move_Resources>;
7828
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7829
- nft_marketplace_v2_current_nft_marketplace_auctions: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7830
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
7831
- nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7832
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7833
- nft_marketplace_v2_current_nft_marketplace_auctions_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions>;
7834
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7835
- nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7836
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
7837
- nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7838
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7839
- nft_marketplace_v2_current_nft_marketplace_collection_offers_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers>;
7840
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7841
- nft_marketplace_v2_current_nft_marketplace_listings: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7842
- /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7843
- nft_marketplace_v2_current_nft_marketplace_listings_aggregate: Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate;
7844
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
7845
- nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7846
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_listings" */
7847
- nft_marketplace_v2_current_nft_marketplace_listings_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings>;
7848
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7849
- nft_marketplace_v2_current_nft_marketplace_token_offers: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7850
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
7851
- nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7852
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7853
- nft_marketplace_v2_current_nft_marketplace_token_offers_stream: Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers>;
7854
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
7855
- nft_marketplace_v2_nft_marketplace_activities: Array<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7856
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
7857
- nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7858
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.nft_marketplace_activities" */
7859
- nft_marketplace_v2_nft_marketplace_activities_stream: Array<Nft_Marketplace_V2_Nft_Marketplace_Activities>;
7860
7138
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
7861
7139
  nft_metadata_crawler_parsed_asset_uris: Array<Nft_Metadata_Crawler_Parsed_Asset_Uris>;
7862
7140
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -8403,6 +7681,21 @@ type Subscription_RootCurrent_Token_Pending_Claims_StreamArgs = {
8403
7681
  cursor: Array<InputMaybe<Current_Token_Pending_Claims_Stream_Cursor_Input>>;
8404
7682
  where?: InputMaybe<Current_Token_Pending_Claims_Bool_Exp>;
8405
7683
  };
7684
+ type Subscription_RootCurrent_Token_Royalty_V1Args = {
7685
+ distinct_on?: InputMaybe<Array<Current_Token_Royalty_V1_Select_Column>>;
7686
+ limit?: InputMaybe<Scalars['Int']['input']>;
7687
+ offset?: InputMaybe<Scalars['Int']['input']>;
7688
+ order_by?: InputMaybe<Array<Current_Token_Royalty_V1_Order_By>>;
7689
+ where?: InputMaybe<Current_Token_Royalty_V1_Bool_Exp>;
7690
+ };
7691
+ type Subscription_RootCurrent_Token_Royalty_V1_By_PkArgs = {
7692
+ token_data_id: Scalars['String']['input'];
7693
+ };
7694
+ type Subscription_RootCurrent_Token_Royalty_V1_StreamArgs = {
7695
+ batch_size: Scalars['Int']['input'];
7696
+ cursor: Array<InputMaybe<Current_Token_Royalty_V1_Stream_Cursor_Input>>;
7697
+ where?: InputMaybe<Current_Token_Royalty_V1_Bool_Exp>;
7698
+ };
8406
7699
  type Subscription_RootDelegated_Staking_ActivitiesArgs = {
8407
7700
  distinct_on?: InputMaybe<Array<Delegated_Staking_Activities_Select_Column>>;
8408
7701
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -8572,93 +7865,6 @@ type Subscription_RootMove_Resources_StreamArgs = {
8572
7865
  cursor: Array<InputMaybe<Move_Resources_Stream_Cursor_Input>>;
8573
7866
  where?: InputMaybe<Move_Resources_Bool_Exp>;
8574
7867
  };
8575
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs = {
8576
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column>>;
8577
- limit?: InputMaybe<Scalars['Int']['input']>;
8578
- offset?: InputMaybe<Scalars['Int']['input']>;
8579
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By>>;
8580
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>;
8581
- };
8582
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs = {
8583
- listing_id: Scalars['String']['input'];
8584
- token_data_id: Scalars['String']['input'];
8585
- };
8586
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_StreamArgs = {
8587
- batch_size: Scalars['Int']['input'];
8588
- cursor: Array<InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input>>;
8589
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp>;
8590
- };
8591
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs = {
8592
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column>>;
8593
- limit?: InputMaybe<Scalars['Int']['input']>;
8594
- offset?: InputMaybe<Scalars['Int']['input']>;
8595
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By>>;
8596
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>;
8597
- };
8598
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs = {
8599
- collection_id: Scalars['String']['input'];
8600
- collection_offer_id: Scalars['String']['input'];
8601
- };
8602
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_StreamArgs = {
8603
- batch_size: Scalars['Int']['input'];
8604
- cursor: Array<InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input>>;
8605
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp>;
8606
- };
8607
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs = {
8608
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column>>;
8609
- limit?: InputMaybe<Scalars['Int']['input']>;
8610
- offset?: InputMaybe<Scalars['Int']['input']>;
8611
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By>>;
8612
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
8613
- };
8614
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs = {
8615
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column>>;
8616
- limit?: InputMaybe<Scalars['Int']['input']>;
8617
- offset?: InputMaybe<Scalars['Int']['input']>;
8618
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By>>;
8619
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
8620
- };
8621
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs = {
8622
- listing_id: Scalars['String']['input'];
8623
- token_data_id: Scalars['String']['input'];
8624
- };
8625
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_StreamArgs = {
8626
- batch_size: Scalars['Int']['input'];
8627
- cursor: Array<InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input>>;
8628
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp>;
8629
- };
8630
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs = {
8631
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column>>;
8632
- limit?: InputMaybe<Scalars['Int']['input']>;
8633
- offset?: InputMaybe<Scalars['Int']['input']>;
8634
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By>>;
8635
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>;
8636
- };
8637
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs = {
8638
- offer_id: Scalars['String']['input'];
8639
- token_data_id: Scalars['String']['input'];
8640
- };
8641
- type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_StreamArgs = {
8642
- batch_size: Scalars['Int']['input'];
8643
- cursor: Array<InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input>>;
8644
- where?: InputMaybe<Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp>;
8645
- };
8646
- type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs = {
8647
- distinct_on?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column>>;
8648
- limit?: InputMaybe<Scalars['Int']['input']>;
8649
- offset?: InputMaybe<Scalars['Int']['input']>;
8650
- order_by?: InputMaybe<Array<Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By>>;
8651
- where?: InputMaybe<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>;
8652
- };
8653
- type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs = {
8654
- event_index: Scalars['bigint']['input'];
8655
- transaction_version: Scalars['bigint']['input'];
8656
- };
8657
- type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_StreamArgs = {
8658
- batch_size: Scalars['Int']['input'];
8659
- cursor: Array<InputMaybe<Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input>>;
8660
- where?: InputMaybe<Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp>;
8661
- };
8662
7868
  type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs = {
8663
7869
  distinct_on?: InputMaybe<Array<Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column>>;
8664
7870
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -8993,18 +8199,6 @@ type Timestamp_Comparison_Exp = {
8993
8199
  _neq?: InputMaybe<Scalars['timestamp']['input']>;
8994
8200
  _nin?: InputMaybe<Array<Scalars['timestamp']['input']>>;
8995
8201
  };
8996
- /** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */
8997
- type Timestamptz_Comparison_Exp = {
8998
- _eq?: InputMaybe<Scalars['timestamptz']['input']>;
8999
- _gt?: InputMaybe<Scalars['timestamptz']['input']>;
9000
- _gte?: InputMaybe<Scalars['timestamptz']['input']>;
9001
- _in?: InputMaybe<Array<Scalars['timestamptz']['input']>>;
9002
- _is_null?: InputMaybe<Scalars['Boolean']['input']>;
9003
- _lt?: InputMaybe<Scalars['timestamptz']['input']>;
9004
- _lte?: InputMaybe<Scalars['timestamptz']['input']>;
9005
- _neq?: InputMaybe<Scalars['timestamptz']['input']>;
9006
- _nin?: InputMaybe<Array<Scalars['timestamptz']['input']>>;
9007
- };
9008
8202
  /** columns and relationships of "legacy_migration_v1.token_activities" */
9009
8203
  type Token_Activities = {
9010
8204
  __typename?: 'token_activities';
@@ -10813,6 +10007,7 @@ type GetConsolidatedActivitiesQuery = {
10813
10007
  owner_address?: string | null;
10814
10008
  event_index: any;
10815
10009
  is_gas_fee: boolean;
10010
+ gas_fee_payer_address?: string | null;
10816
10011
  is_transaction_success: boolean;
10817
10012
  transaction_timestamp: any;
10818
10013
  transaction_version: any;
@@ -11291,6 +10486,7 @@ type BaseEvent$1 = {
11291
10486
  account: string;
11292
10487
  eventIndex: number;
11293
10488
  gas: bigint;
10489
+ gasPayer: string;
11294
10490
  success: boolean;
11295
10491
  timestamp: Date;
11296
10492
  version: bigint;
@@ -11807,7 +11003,7 @@ type Transaction = CoinTransferTransaction | CoinMintTransaction | GenericTransa
11807
11003
  type RawTransactionFactory = () => TxnBuilderTypes.RawTransaction | Promise<TxnBuilderTypes.RawTransaction>;
11808
11004
  type AnyRawTransactionFactory = AnyRawTransaction | (() => AnyRawTransaction | Promise<AnyRawTransaction>);
11809
11005
  declare function isEntryFunctionPayload(payload: Types.TransactionPayload): payload is Types.TransactionPayload_EntryFunctionPayload;
11810
- declare function isSequenceNumberTooOldError(err: unknown): boolean;
11006
+ declare function isSequenceNumberMismatchError(err: unknown): boolean;
11811
11007
 
11812
11008
  interface FetchAccountTotalTokensArgs {
11813
11009
  address: string;
@@ -11817,6 +11013,9 @@ declare function fetchAccountTotalTokens(this: AptosJSProClient, { address, coll
11817
11013
 
11818
11014
  interface FetchAddressFromNameArgs {
11819
11015
  name: AptosName | string;
11016
+ /**
11017
+ * The name of the network to use. If not provided, the active network will be used.
11018
+ */
11820
11019
  network?: string;
11821
11020
  }
11822
11021
  /**
@@ -12095,7 +11294,8 @@ declare enum MoveStatusCode {
12095
11294
  MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS = 14,
12096
11295
  MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND = 13,
12097
11296
  OUT_OF_GAS = 4002,
12098
- SEQUENCE_NUMBER_TOO_OLD = 3
11297
+ SEQUENCE_NUMBER_TOO_OLD = 3,
11298
+ SEQUENCE_NUMBER_TOO_NEW = 4
12099
11299
  }
12100
11300
  declare enum MoveStatusCodeText {
12101
11301
  FUNCTION_RESOLUTION_FAILURE = "Function does not exist",
@@ -12106,6 +11306,7 @@ declare enum MoveStatusCodeText {
12106
11306
  MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND = "Max gas units submitted with transaction exceeds max gas units bound in VM",
12107
11307
  NUMBER_OF_TYPE_ARGUMENTS_MISMATCH = "Execution failed with incorrect number of type arguments",
12108
11308
  OUT_OF_GAS = "Out of gas",
11309
+ SEQUENCE_NUMBER_TOO_NEW = "Sequence number is too new",
12109
11310
  SEQUENCE_NUMBER_TOO_OLD = "Sequence number is too old"
12110
11311
  }
12111
11312
  /**
@@ -12116,20 +11317,20 @@ type MoveStatusCodeKey = keyof typeof MoveStatusCode;
12116
11317
  * Indicates a VM error
12117
11318
  */
12118
11319
  declare class MoveVmError extends Error {
12119
- readonly statusCodeKey?: "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | undefined;
11320
+ readonly statusCodeKey?: "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | "SEQUENCE_NUMBER_TOO_NEW" | undefined;
12120
11321
  readonly statusCode: MoveStatusCode | undefined;
12121
- constructor(statusCodeKey?: "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | undefined, statusCode?: MoveStatusCode | undefined);
11322
+ constructor(statusCodeKey?: "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | "SEQUENCE_NUMBER_TOO_NEW" | undefined, statusCode?: MoveStatusCode | undefined);
12122
11323
  }
12123
11324
  /**
12124
11325
  * Parse status code from the VM status of a transaction
12125
11326
  * @param vmStatus status of a transaction
12126
11327
  */
12127
- declare function parseMoveMiscError(vmStatus: string): "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | undefined;
11328
+ declare function parseMoveMiscError(vmStatus: string): "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | "SEQUENCE_NUMBER_TOO_NEW" | undefined;
12128
11329
  /**
12129
11330
  * Parse status code from an `AptosError`
12130
11331
  * @param errorMsg error message returned from the API
12131
11332
  */
12132
- declare function parseMoveVmError(errorMsg: string): "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | undefined;
11333
+ declare function parseMoveVmError(errorMsg: string): "FUNCTION_RESOLUTION_FAILURE" | "GAS_UNIT_PRICE_ABOVE_MAX_BOUND" | "GAS_UNIT_PRICE_BELOW_MIN_BOUND" | "INSUFFICIENT_BALANCE_FOR_TRANSACTION_FEE" | "MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS" | "MAX_GAS_UNITS_EXCEEDS_MAX_GAS_UNITS_BOUND" | "OUT_OF_GAS" | "SEQUENCE_NUMBER_TOO_OLD" | "SEQUENCE_NUMBER_TOO_NEW" | undefined;
12133
11334
 
12134
11335
  /**
12135
11336
  * @see `explain_vm_status` at https://github.com/aptos-labs/aptos-core/blob/main/api/types/src/convert.rs
@@ -12645,13 +11846,28 @@ declare class AptosJSProClient {
12645
11846
  onSignerChange: (callback: (signer?: SignerClient) => void) => () => void;
12646
11847
  onConfigChange: (callback: (config?: ClientConfigs) => void) => () => void;
12647
11848
  onChange: (callback: (state: AptosJSProClientState) => void) => () => void;
12648
- private refreshClients;
11849
+ createNetworkConfig: (network?: {
11850
+ name: string;
11851
+ } | NetworkInfo) => {
11852
+ network: Network;
11853
+ faucet?: undefined;
11854
+ fullnode?: undefined;
11855
+ indexer?: undefined;
11856
+ } | {
11857
+ faucet: string | undefined;
11858
+ fullnode: string;
11859
+ indexer: string | undefined;
11860
+ network: Network;
11861
+ };
12649
11862
  /**
12650
11863
  * To support V1 networks, we are case insensitive when matching the network name.
12651
11864
  *
12652
11865
  * @returns An Aptos instance
12653
11866
  */
12654
- private createAptos;
11867
+ createAptos: (clientConfig?: AptosSettings, network?: {
11868
+ name: string;
11869
+ } | NetworkInfo) => Aptos;
11870
+ private refreshClients;
12655
11871
  private createIndexer;
12656
11872
  getClients: typeof getClients;
12657
11873
  getCoinList: typeof getCoinList;
@@ -12803,6 +12019,10 @@ declare class AptosBaseError extends Error {
12803
12019
  constructor(shortMessage: string, options?: AptosBaseErrorOptions);
12804
12020
  }
12805
12021
 
12022
+ declare class NetworkNotFoundError extends AptosBaseError {
12023
+ name: string;
12024
+ constructor();
12025
+ }
12806
12026
  declare class AccountNotFoundError extends AptosBaseError {
12807
12027
  name: string;
12808
12028
  constructor();
@@ -12933,4 +12153,4 @@ declare const rawInfoTestNet: RawCoinInfo[];
12933
12153
 
12934
12154
  declare const rawInfoDevNet: RawCoinInfo[];
12935
12155
 
12936
- export { APTOS_NAMES_ENDPOINT, APTOS_UNIT, AccountErrorReason, type AccountInfo, AccountNotFoundError, type AccountToken, type Account_Transactions, type Account_TransactionsCoin_ActivitiesArgs, type Account_TransactionsCoin_Activities_AggregateArgs, type Account_TransactionsDelegated_Staking_ActivitiesArgs, type Account_TransactionsFungible_Asset_ActivitiesArgs, type Account_TransactionsToken_ActivitiesArgs, type Account_TransactionsToken_Activities_AggregateArgs, type Account_TransactionsToken_Activities_V2Args, type Account_TransactionsToken_Activities_V2_AggregateArgs, type Account_Transactions_Aggregate, type Account_Transactions_Aggregate_Fields, type Account_Transactions_Aggregate_FieldsCountArgs, type Account_Transactions_Avg_Fields, type Account_Transactions_Bool_Exp, type Account_Transactions_Max_Fields, type Account_Transactions_Min_Fields, type Account_Transactions_Order_By, Account_Transactions_Select_Column, type Account_Transactions_Stddev_Fields, type Account_Transactions_Stddev_Pop_Fields, type Account_Transactions_Stddev_Samp_Fields, type Account_Transactions_Stream_Cursor_Input, type Account_Transactions_Stream_Cursor_Value_Input, type Account_Transactions_Sum_Fields, type Account_Transactions_Var_Pop_Fields, type Account_Transactions_Var_Samp_Fields, type Account_Transactions_Variance_Fields, type ActivityEvent, type ActivityItem, type AdapterSignerClient, type Address_Events_Summary, type Address_Events_Summary_Bool_Exp, type Address_Events_Summary_Order_By, Address_Events_Summary_Select_Column, type Address_Events_Summary_Stream_Cursor_Input, type Address_Events_Summary_Stream_Cursor_Value_Input, type Address_Version_From_Events, type Address_Version_From_EventsCoin_ActivitiesArgs, type Address_Version_From_EventsCoin_Activities_AggregateArgs, type Address_Version_From_EventsDelegated_Staking_ActivitiesArgs, type Address_Version_From_EventsToken_ActivitiesArgs, type Address_Version_From_EventsToken_Activities_AggregateArgs, type Address_Version_From_EventsToken_Activities_V2Args, type Address_Version_From_EventsToken_Activities_V2_AggregateArgs, type Address_Version_From_Events_Aggregate, type Address_Version_From_Events_Aggregate_Fields, type Address_Version_From_Events_Aggregate_FieldsCountArgs, type Address_Version_From_Events_Avg_Fields, type Address_Version_From_Events_Bool_Exp, type Address_Version_From_Events_Max_Fields, type Address_Version_From_Events_Min_Fields, type Address_Version_From_Events_Order_By, Address_Version_From_Events_Select_Column, type Address_Version_From_Events_Stddev_Fields, type Address_Version_From_Events_Stddev_Pop_Fields, type Address_Version_From_Events_Stddev_Samp_Fields, type Address_Version_From_Events_Stream_Cursor_Input, type Address_Version_From_Events_Stream_Cursor_Value_Input, type Address_Version_From_Events_Sum_Fields, type Address_Version_From_Events_Var_Pop_Fields, type Address_Version_From_Events_Var_Samp_Fields, type Address_Version_From_Events_Variance_Fields, type Address_Version_From_Move_Resources, type Address_Version_From_Move_ResourcesCoin_ActivitiesArgs, type Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesToken_Activities_V2Args, type Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs, type Address_Version_From_Move_Resources_Aggregate, type Address_Version_From_Move_Resources_Aggregate_Fields, type Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs, type Address_Version_From_Move_Resources_Avg_Fields, type Address_Version_From_Move_Resources_Bool_Exp, type Address_Version_From_Move_Resources_Max_Fields, type Address_Version_From_Move_Resources_Min_Fields, type Address_Version_From_Move_Resources_Order_By, Address_Version_From_Move_Resources_Select_Column, type Address_Version_From_Move_Resources_Stddev_Fields, type Address_Version_From_Move_Resources_Stddev_Pop_Fields, type Address_Version_From_Move_Resources_Stddev_Samp_Fields, type Address_Version_From_Move_Resources_Stream_Cursor_Input, type Address_Version_From_Move_Resources_Stream_Cursor_Value_Input, type Address_Version_From_Move_Resources_Sum_Fields, type Address_Version_From_Move_Resources_Var_Pop_Fields, type Address_Version_From_Move_Resources_Var_Samp_Fields, type Address_Version_From_Move_Resources_Variance_Fields, type AnyRawTransactionFactory, AptosBaseError, type AptosBaseErrorOptions, type AptosIdentity, AptosJSProClient, type AptosJSProClientArgs, type AptosJSProClientState, AptosName, type BaseConfirmedActivityItem, type BaseEvent$1 as BaseEvent, type BaseTransaction, type BaseTransactionProps, type Bigint_Comparison_Exp, type Block_Metadata_Transactions, type Block_Metadata_TransactionsFailed_Proposer_IndicesArgs, type Block_Metadata_TransactionsPrevious_Block_Votes_BitvecArgs, type Block_Metadata_Transactions_Bool_Exp, type Block_Metadata_Transactions_Order_By, Block_Metadata_Transactions_Select_Column, type Block_Metadata_Transactions_Stream_Cursor_Input, type Block_Metadata_Transactions_Stream_Cursor_Value_Input, type Boolean_Comparison_Exp, COIN_GECKO_ENDPOINT, COIN_LISTS, type ClientConfigs, type CoinBalanceChange, type CoinBalanceChangesByAccount, type CoinBalanceChangesByCoinType, type CoinDepositEvent, CoinErrorReason, type CoinEvent, type CoinEventActivityItem, type CoinInfoData, type CoinInfoResource, type CoinInfoResourceData, type CoinInfoWithMetadata, type CoinMetadata, type CoinMintTransaction, type CoinRaw, type CoinStoreResource, type CoinStoreResourceData, type CoinTransferActivityItem, type CoinTransferPayloadArgs, type CoinTransferTransaction, type CoinType, type CoinWithdrawEvent, type Coin_Activities, type Coin_ActivitiesAptos_NamesArgs, type Coin_ActivitiesAptos_Names_AggregateArgs, type Coin_Activities_Aggregate, type Coin_Activities_Aggregate_Bool_Exp, type Coin_Activities_Aggregate_Bool_Exp_Bool_And, type Coin_Activities_Aggregate_Bool_Exp_Bool_Or, type Coin_Activities_Aggregate_Bool_Exp_Count, type Coin_Activities_Aggregate_Fields, type Coin_Activities_Aggregate_FieldsCountArgs, type Coin_Activities_Aggregate_Order_By, type Coin_Activities_Avg_Fields, type Coin_Activities_Avg_Order_By, type Coin_Activities_Bool_Exp, type Coin_Activities_Max_Fields, type Coin_Activities_Max_Order_By, type Coin_Activities_Min_Fields, type Coin_Activities_Min_Order_By, type 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, type Coin_Activities_Stddev_Fields, type Coin_Activities_Stddev_Order_By, type Coin_Activities_Stddev_Pop_Fields, type Coin_Activities_Stddev_Pop_Order_By, type Coin_Activities_Stddev_Samp_Fields, type Coin_Activities_Stddev_Samp_Order_By, type Coin_Activities_Stream_Cursor_Input, type Coin_Activities_Stream_Cursor_Value_Input, type Coin_Activities_Sum_Fields, type Coin_Activities_Sum_Order_By, type Coin_Activities_Var_Pop_Fields, type Coin_Activities_Var_Pop_Order_By, type Coin_Activities_Var_Samp_Fields, type Coin_Activities_Var_Samp_Order_By, type Coin_Activities_Variance_Fields, type Coin_Activities_Variance_Order_By, type Coin_Balances, type Coin_Balances_Bool_Exp, type Coin_Balances_Order_By, Coin_Balances_Select_Column, type Coin_Balances_Stream_Cursor_Input, type Coin_Balances_Stream_Cursor_Value_Input, type Coin_Infos, type Coin_Infos_Bool_Exp, type Coin_Infos_Order_By, Coin_Infos_Select_Column, type Coin_Infos_Stream_Cursor_Input, type Coin_Infos_Stream_Cursor_Value_Input, type Coin_Supply, type Coin_Supply_Bool_Exp, type Coin_Supply_Order_By, Coin_Supply_Select_Column, type Coin_Supply_Stream_Cursor_Input, type Coin_Supply_Stream_Cursor_Value_Input, type CollectionData, type CollectionDataFieldsFragment, type Collection_Datas, type Collection_Datas_Bool_Exp, type Collection_Datas_Order_By, Collection_Datas_Select_Column, type Collection_Datas_Stream_Cursor_Input, type Collection_Datas_Stream_Cursor_Value_Input, type ConfirmedActivityItem, type CreateAccountTransferPayloadArgs, type CurrentTokenPendingClaimsFragment, type Current_Ans_Lookup, type Current_Ans_LookupAll_Token_OwnershipsArgs, type Current_Ans_LookupAll_Token_Ownerships_AggregateArgs, type Current_Ans_Lookup_Bool_Exp, type Current_Ans_Lookup_Order_By, Current_Ans_Lookup_Select_Column, type Current_Ans_Lookup_Stream_Cursor_Input, type Current_Ans_Lookup_Stream_Cursor_Value_Input, type Current_Ans_Lookup_V2, type Current_Ans_Lookup_V2_Bool_Exp, type Current_Ans_Lookup_V2_Order_By, Current_Ans_Lookup_V2_Select_Column, type Current_Ans_Lookup_V2_Stream_Cursor_Input, type Current_Ans_Lookup_V2_Stream_Cursor_Value_Input, type Current_Aptos_Names, type Current_Aptos_Names_Aggregate, type Current_Aptos_Names_Aggregate_Bool_Exp, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or, type Current_Aptos_Names_Aggregate_Bool_Exp_Count, type Current_Aptos_Names_Aggregate_Fields, type Current_Aptos_Names_Aggregate_FieldsCountArgs, type Current_Aptos_Names_Aggregate_Order_By, type Current_Aptos_Names_Avg_Fields, type Current_Aptos_Names_Avg_Order_By, type Current_Aptos_Names_Bool_Exp, type Current_Aptos_Names_Max_Fields, type Current_Aptos_Names_Max_Order_By, type Current_Aptos_Names_Min_Fields, type Current_Aptos_Names_Min_Order_By, type 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, type Current_Aptos_Names_Stddev_Fields, type Current_Aptos_Names_Stddev_Order_By, type Current_Aptos_Names_Stddev_Pop_Fields, type Current_Aptos_Names_Stddev_Pop_Order_By, type Current_Aptos_Names_Stddev_Samp_Fields, type Current_Aptos_Names_Stddev_Samp_Order_By, type Current_Aptos_Names_Stream_Cursor_Input, type Current_Aptos_Names_Stream_Cursor_Value_Input, type Current_Aptos_Names_Sum_Fields, type Current_Aptos_Names_Sum_Order_By, type Current_Aptos_Names_Var_Pop_Fields, type Current_Aptos_Names_Var_Pop_Order_By, type Current_Aptos_Names_Var_Samp_Fields, type Current_Aptos_Names_Var_Samp_Order_By, type Current_Aptos_Names_Variance_Fields, type Current_Aptos_Names_Variance_Order_By, type Current_Coin_Balances, type Current_Coin_Balances_Bool_Exp, type Current_Coin_Balances_Order_By, Current_Coin_Balances_Select_Column, type Current_Coin_Balances_Stream_Cursor_Input, type Current_Coin_Balances_Stream_Cursor_Value_Input, type Current_Collection_Datas, type Current_Collection_Datas_Bool_Exp, type Current_Collection_Datas_Order_By, Current_Collection_Datas_Select_Column, type Current_Collection_Datas_Stream_Cursor_Input, type Current_Collection_Datas_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View, type Current_Collection_Ownership_V2_View_Aggregate, type Current_Collection_Ownership_V2_View_Aggregate_Fields, type Current_Collection_Ownership_V2_View_Aggregate_FieldsCountArgs, type Current_Collection_Ownership_V2_View_Avg_Fields, type Current_Collection_Ownership_V2_View_Bool_Exp, type Current_Collection_Ownership_V2_View_Max_Fields, type Current_Collection_Ownership_V2_View_Min_Fields, type Current_Collection_Ownership_V2_View_Order_By, Current_Collection_Ownership_V2_View_Select_Column, type Current_Collection_Ownership_V2_View_Stddev_Fields, type Current_Collection_Ownership_V2_View_Stddev_Pop_Fields, type Current_Collection_Ownership_V2_View_Stddev_Samp_Fields, type Current_Collection_Ownership_V2_View_Stream_Cursor_Input, type Current_Collection_Ownership_V2_View_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View_Sum_Fields, type Current_Collection_Ownership_V2_View_Var_Pop_Fields, type Current_Collection_Ownership_V2_View_Var_Samp_Fields, type Current_Collection_Ownership_V2_View_Variance_Fields, type Current_Collections_V2, type Current_Collections_V2Collection_PropertiesArgs, type Current_Collections_V2_Bool_Exp, type Current_Collections_V2_Order_By, Current_Collections_V2_Select_Column, type Current_Collections_V2_Stream_Cursor_Input, type Current_Collections_V2_Stream_Cursor_Value_Input, type Current_Delegated_Staking_Pool_Balances, type Current_Delegated_Staking_Pool_Balances_Bool_Exp, type Current_Delegated_Staking_Pool_Balances_Order_By, Current_Delegated_Staking_Pool_Balances_Select_Column, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Current_Delegated_Voter, type Current_Delegated_Voter_Bool_Exp, type Current_Delegated_Voter_Order_By, Current_Delegated_Voter_Select_Column, type Current_Delegated_Voter_Stream_Cursor_Input, type Current_Delegated_Voter_Stream_Cursor_Value_Input, type Current_Delegator_Balances, type Current_Delegator_Balances_Bool_Exp, type Current_Delegator_Balances_Order_By, Current_Delegator_Balances_Select_Column, type Current_Delegator_Balances_Stream_Cursor_Input, type Current_Delegator_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances, type Current_Fungible_Asset_Balances_Aggregate, type Current_Fungible_Asset_Balances_Aggregate_Fields, type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs, type Current_Fungible_Asset_Balances_Avg_Fields, type Current_Fungible_Asset_Balances_Bool_Exp, type Current_Fungible_Asset_Balances_Max_Fields, type Current_Fungible_Asset_Balances_Min_Fields, type Current_Fungible_Asset_Balances_Order_By, Current_Fungible_Asset_Balances_Select_Column, type Current_Fungible_Asset_Balances_Stddev_Fields, type Current_Fungible_Asset_Balances_Stddev_Pop_Fields, type Current_Fungible_Asset_Balances_Stddev_Samp_Fields, type Current_Fungible_Asset_Balances_Stream_Cursor_Input, type Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances_Sum_Fields, type Current_Fungible_Asset_Balances_Var_Pop_Fields, type Current_Fungible_Asset_Balances_Var_Samp_Fields, type Current_Fungible_Asset_Balances_Variance_Fields, type Current_Objects, type Current_Objects_Bool_Exp, type Current_Objects_Order_By, Current_Objects_Select_Column, type Current_Objects_Stream_Cursor_Input, type Current_Objects_Stream_Cursor_Value_Input, type Current_Staking_Pool_Voter, type Current_Staking_Pool_VoterOperator_Aptos_NameArgs, type Current_Staking_Pool_VoterOperator_Aptos_Name_AggregateArgs, type Current_Staking_Pool_Voter_Bool_Exp, type Current_Staking_Pool_Voter_Order_By, Current_Staking_Pool_Voter_Select_Column, type Current_Staking_Pool_Voter_Stream_Cursor_Input, type Current_Staking_Pool_Voter_Stream_Cursor_Value_Input, type Current_Table_Items, type Current_Table_ItemsDecoded_KeyArgs, type Current_Table_ItemsDecoded_ValueArgs, type Current_Table_Items_Bool_Exp, type Current_Table_Items_Order_By, Current_Table_Items_Select_Column, type Current_Table_Items_Stream_Cursor_Input, type Current_Table_Items_Stream_Cursor_Value_Input, type Current_Token_Datas, type Current_Token_DatasDefault_PropertiesArgs, type Current_Token_Datas_Bool_Exp, type Current_Token_Datas_Order_By, Current_Token_Datas_Select_Column, type Current_Token_Datas_Stream_Cursor_Input, type Current_Token_Datas_Stream_Cursor_Value_Input, type Current_Token_Datas_V2, type Current_Token_Datas_V2Current_Token_OwnershipsArgs, type Current_Token_Datas_V2Current_Token_Ownerships_AggregateArgs, type Current_Token_Datas_V2Token_PropertiesArgs, type Current_Token_Datas_V2_Bool_Exp, type Current_Token_Datas_V2_Order_By, Current_Token_Datas_V2_Select_Column, type Current_Token_Datas_V2_Stream_Cursor_Input, type Current_Token_Datas_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships, type Current_Token_OwnershipsToken_PropertiesArgs, type Current_Token_Ownerships_Aggregate, type Current_Token_Ownerships_Aggregate_Bool_Exp, type Current_Token_Ownerships_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_Aggregate_Fields, type Current_Token_Ownerships_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_Aggregate_Order_By, type Current_Token_Ownerships_Avg_Fields, type Current_Token_Ownerships_Avg_Order_By, type Current_Token_Ownerships_Bool_Exp, type Current_Token_Ownerships_Max_Fields, type Current_Token_Ownerships_Max_Order_By, type Current_Token_Ownerships_Min_Fields, type Current_Token_Ownerships_Min_Order_By, type Current_Token_Ownerships_Order_By, Current_Token_Ownerships_Select_Column, type Current_Token_Ownerships_Stddev_Fields, type Current_Token_Ownerships_Stddev_Order_By, type Current_Token_Ownerships_Stddev_Pop_Fields, type Current_Token_Ownerships_Stddev_Pop_Order_By, type Current_Token_Ownerships_Stddev_Samp_Fields, type Current_Token_Ownerships_Stddev_Samp_Order_By, type Current_Token_Ownerships_Stream_Cursor_Input, type Current_Token_Ownerships_Stream_Cursor_Value_Input, type Current_Token_Ownerships_Sum_Fields, type Current_Token_Ownerships_Sum_Order_By, type Current_Token_Ownerships_V2, type Current_Token_Ownerships_V2Composed_NftsArgs, type Current_Token_Ownerships_V2Composed_Nfts_AggregateArgs, type Current_Token_Ownerships_V2Token_Properties_Mutated_V1Args, type Current_Token_Ownerships_V2_Aggregate, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_V2_Aggregate_Fields, type Current_Token_Ownerships_V2_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_V2_Aggregate_Order_By, type Current_Token_Ownerships_V2_Avg_Fields, type Current_Token_Ownerships_V2_Avg_Order_By, type Current_Token_Ownerships_V2_Bool_Exp, type Current_Token_Ownerships_V2_Max_Fields, type Current_Token_Ownerships_V2_Max_Order_By, type Current_Token_Ownerships_V2_Min_Fields, type Current_Token_Ownerships_V2_Min_Order_By, type 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, type Current_Token_Ownerships_V2_Stddev_Fields, type Current_Token_Ownerships_V2_Stddev_Order_By, type Current_Token_Ownerships_V2_Stddev_Pop_Fields, type Current_Token_Ownerships_V2_Stddev_Pop_Order_By, type Current_Token_Ownerships_V2_Stddev_Samp_Fields, type Current_Token_Ownerships_V2_Stddev_Samp_Order_By, type Current_Token_Ownerships_V2_Stream_Cursor_Input, type Current_Token_Ownerships_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships_V2_Sum_Fields, type Current_Token_Ownerships_V2_Sum_Order_By, type Current_Token_Ownerships_V2_Var_Pop_Fields, type Current_Token_Ownerships_V2_Var_Pop_Order_By, type Current_Token_Ownerships_V2_Var_Samp_Fields, type Current_Token_Ownerships_V2_Var_Samp_Order_By, type Current_Token_Ownerships_V2_Variance_Fields, type Current_Token_Ownerships_V2_Variance_Order_By, type Current_Token_Ownerships_Var_Pop_Fields, type Current_Token_Ownerships_Var_Pop_Order_By, type Current_Token_Ownerships_Var_Samp_Fields, type Current_Token_Ownerships_Var_Samp_Order_By, type Current_Token_Ownerships_Variance_Fields, type Current_Token_Ownerships_Variance_Order_By, type Current_Token_Pending_Claims, type Current_Token_Pending_Claims_Bool_Exp, type Current_Token_Pending_Claims_Order_By, Current_Token_Pending_Claims_Select_Column, type Current_Token_Pending_Claims_Stream_Cursor_Input, type Current_Token_Pending_Claims_Stream_Cursor_Value_Input, Cursor_Ordering, type CustomSignerClient, DefaultNetworks, type Delegated_Staking_Activities, type Delegated_Staking_Activities_Aggregate_Order_By, type Delegated_Staking_Activities_Avg_Order_By, type Delegated_Staking_Activities_Bool_Exp, type Delegated_Staking_Activities_Max_Order_By, type Delegated_Staking_Activities_Min_Order_By, type Delegated_Staking_Activities_Order_By, Delegated_Staking_Activities_Select_Column, type Delegated_Staking_Activities_Stddev_Order_By, type Delegated_Staking_Activities_Stddev_Pop_Order_By, type Delegated_Staking_Activities_Stddev_Samp_Order_By, type Delegated_Staking_Activities_Stream_Cursor_Input, type Delegated_Staking_Activities_Stream_Cursor_Value_Input, type Delegated_Staking_Activities_Sum_Order_By, type Delegated_Staking_Activities_Var_Pop_Order_By, type Delegated_Staking_Activities_Var_Samp_Order_By, type Delegated_Staking_Activities_Variance_Order_By, type Delegated_Staking_Pool_Balances, type Delegated_Staking_Pool_Balances_Aggregate, type Delegated_Staking_Pool_Balances_Aggregate_Fields, type Delegated_Staking_Pool_Balances_Aggregate_FieldsCountArgs, type Delegated_Staking_Pool_Balances_Avg_Fields, type Delegated_Staking_Pool_Balances_Bool_Exp, type Delegated_Staking_Pool_Balances_Max_Fields, type Delegated_Staking_Pool_Balances_Min_Fields, type Delegated_Staking_Pool_Balances_Order_By, Delegated_Staking_Pool_Balances_Select_Column, type Delegated_Staking_Pool_Balances_Stddev_Fields, type Delegated_Staking_Pool_Balances_Stddev_Pop_Fields, type Delegated_Staking_Pool_Balances_Stddev_Samp_Fields, type Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Delegated_Staking_Pool_Balances_Sum_Fields, type Delegated_Staking_Pool_Balances_Var_Pop_Fields, type Delegated_Staking_Pool_Balances_Var_Samp_Fields, type Delegated_Staking_Pool_Balances_Variance_Fields, type Delegated_Staking_Pools, type Delegated_Staking_Pools_Bool_Exp, type Delegated_Staking_Pools_Order_By, Delegated_Staking_Pools_Select_Column, type Delegated_Staking_Pools_Stream_Cursor_Input, type Delegated_Staking_Pools_Stream_Cursor_Value_Input, type DelegationPoolMetadata, type DelegationPoolResource, type DelegationPoolResourceData, type Delegator_Distinct_Pool, type Delegator_Distinct_Pool_Aggregate, type Delegator_Distinct_Pool_Aggregate_Fields, type Delegator_Distinct_Pool_Aggregate_FieldsCountArgs, type Delegator_Distinct_Pool_Bool_Exp, type Delegator_Distinct_Pool_Max_Fields, type Delegator_Distinct_Pool_Min_Fields, type Delegator_Distinct_Pool_Order_By, Delegator_Distinct_Pool_Select_Column, type Delegator_Distinct_Pool_Stream_Cursor_Input, type Delegator_Distinct_Pool_Stream_Cursor_Value_Input, DepositWithdrawalMismatchError, EXPLORER_BASE_PATH, type EntryFunctionPayload, type Event, type EventHandle, type EventWithVersion, type Events, type EventsDataArgs, type Events_Bool_Exp, type Events_Order_By, Events_Select_Column, type Events_Stream_Cursor_Input, type Events_Stream_Cursor_Value_Input, type Exact, type FetchAccountActivitiesArgs, type FetchAccountActivitiesResult, type FetchAccountCollectionsArgs, type FetchAccountCollectionsResult, type FetchAccountTokensArgs, type FetchAccountTokensResult, type FetchAccountTotalTokensArgs, type FetchAddressFromNameArgs, type FetchBalanceArgs, type FetchCoinInfoArgs, type FetchEventsArgs, type FetchFaucetStatusArgs, type FetchFungibleAssetMetadataArgs, type FetchIndexedTokenDataArgs, type FetchIndexedTokenDataResult, type FetchIndexerProcessorAvailabilityArgs, type FetchIsValidMetadataArgs, type FetchNameFromAddressArgs, type FetchNodeStatusArgs, type FetchOwnedDigitalAssetsArgs, type FetchOwnedDigitalAssetsResult, type FetchResourceTypeArgs, type FetchResourcesArgs, type FetchTokenAcquiredDateArgs, type FetchTokenActivitiesArgs, type FetchTokenActivitiesResult, type FetchTokenDataWithAddressArgs, type FetchTokenMetadataArgs, type FetchTransactionArgs, type FetchWaitForTransactionArgs, type FormatAmountOptions, type FormatCoinOptions, type FundAccountArgs, type FungibleAssetEventsResource, type FungibleAssetEventsResourceData, type FungibleAssetTransferPayloadArgs, type FungibleStoreResource, type FungibleStoreResourceData, type Fungible_Asset_Activities, type Fungible_Asset_ActivitiesOwner_Aptos_NamesArgs, type Fungible_Asset_ActivitiesOwner_Aptos_Names_AggregateArgs, type Fungible_Asset_Activities_Aggregate_Order_By, type Fungible_Asset_Activities_Avg_Order_By, type Fungible_Asset_Activities_Bool_Exp, type Fungible_Asset_Activities_Max_Order_By, type Fungible_Asset_Activities_Min_Order_By, type Fungible_Asset_Activities_Order_By, Fungible_Asset_Activities_Select_Column, type Fungible_Asset_Activities_Stddev_Order_By, type Fungible_Asset_Activities_Stddev_Pop_Order_By, type Fungible_Asset_Activities_Stddev_Samp_Order_By, type Fungible_Asset_Activities_Stream_Cursor_Input, type Fungible_Asset_Activities_Stream_Cursor_Value_Input, type Fungible_Asset_Activities_Sum_Order_By, type Fungible_Asset_Activities_Var_Pop_Order_By, type Fungible_Asset_Activities_Var_Samp_Order_By, type Fungible_Asset_Activities_Variance_Order_By, type Fungible_Asset_Metadata, type Fungible_Asset_Metadata_Bool_Exp, type Fungible_Asset_Metadata_Order_By, Fungible_Asset_Metadata_Select_Column, type Fungible_Asset_Metadata_Stream_Cursor_Input, type Fungible_Asset_Metadata_Stream_Cursor_Value_Input, type GasEvent, type GasFeeActivityItem, GasNotFoundError, type GenericEvent, type GenericTransaction, type GeoData, type GetAccountCollectionsQuery, type GetAccountCollectionsQueryVariables, type GetAccountTokenOwnershipsQuery, type GetAccountTokenOwnershipsQueryVariables, type GetAccountTokensTotalQuery, type GetAccountTokensTotalQueryVariables, type GetActivitiesAggregateQuery, type GetActivitiesAggregateQueryVariables, type GetClientsResult, type GetCoinListArgs, type GetCoinListResult, type GetConsolidatedActivitiesQuery, type GetConsolidatedActivitiesQueryVariables, type GetCurrentTokenDataQuery, type GetCurrentTokenDataQueryVariables, type GetDelegatedStakingQuery, type GetDelegatedStakingQueryVariables, type GetDelegatedStakingRoyaltiesQuery, type GetDelegatedStakingRoyaltiesQueryVariables, type GetDelegationPoolsQuery, type GetDelegationPoolsQueryVariables, type GetExplorerUrlArgs, type GetFungibleAssetMetadataQuery, type GetFungibleAssetMetadataQueryVariables, type GetNumberOfDelegatorsQuery, type GetNumberOfDelegatorsQueryVariables, type GetPendingClaimsForTokenQuery, type GetPendingClaimsForTokenQueryVariables, type GetProcessorLastVersionQuery, type GetProcessorLastVersionQueryVariables, type GetTokenAcquisitionActivityQuery, type GetTokenAcquisitionActivityQueryVariables, type GetTokenActivitiesQuery, type GetTokenActivitiesQueryVariables, type GetTokenDataQuery, type GetTokenDataQueryVariables, type GetTokenPendingClaimsQuery, type GetTokenPendingClaimsQueryVariables, type Guid, type ImageFileType, type Incremental, type IndexerPetraActivity, type Indexer_Status, type Indexer_Status_Bool_Exp, type Indexer_Status_Order_By, Indexer_Status_Select_Column, type Indexer_Status_Stream_Cursor_Input, type Indexer_Status_Stream_Cursor_Value_Input, type InputMaybe, type Int_Comparison_Exp, type JSONValue, type JsonPayload, type Jsonb_Cast_Exp, type Jsonb_Comparison_Exp, type Ledger_Infos, type Ledger_Infos_Bool_Exp, type Ledger_Infos_Order_By, Ledger_Infos_Select_Column, type Ledger_Infos_Stream_Cursor_Input, type Ledger_Infos_Stream_Cursor_Value_Input, MAX_INDEXER_INT, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MetaDataJsonCategory, type MetadataJson, type MetadataJsonAttribute, type MetadataJsonCollection, type MetadataJsonCreator, type MetadataJsonFile, type MetadataJsonProperties, type MintTokenEvent, MissingArgumentError, MoveAbortCategory, type MoveAbortDetails, type MoveAbortLocation, MoveStatusCode, type MoveStatusCodeKey, MoveStatusCodeText, MoveVmError, MoveVmStatus, type Move_Resources, type Move_Resources_Aggregate, type Move_Resources_Aggregate_Fields, type Move_Resources_Aggregate_FieldsCountArgs, type Move_Resources_Avg_Fields, type Move_Resources_Bool_Exp, type Move_Resources_Max_Fields, type Move_Resources_Min_Fields, type Move_Resources_Order_By, Move_Resources_Select_Column, type Move_Resources_Stddev_Fields, type Move_Resources_Stddev_Pop_Fields, type Move_Resources_Stddev_Samp_Fields, type Move_Resources_Stream_Cursor_Input, type Move_Resources_Stream_Cursor_Value_Input, type Move_Resources_Sum_Fields, type Move_Resources_Var_Pop_Fields, type Move_Resources_Var_Samp_Fields, type Move_Resources_Variance_Fields, type MultisigPayload, type NaturalCoinTransferPayloadArgs, type NetworkInfo, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_FieldsCountArgs, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Nft_Marketplace_Activities, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By, Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input, type Nft_Metadata_Crawler_Parsed_Asset_Uris, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By, Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Input, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Value_Input, type Num_Active_Delegator_Per_Pool, type Num_Active_Delegator_Per_Pool_Bool_Exp, type Num_Active_Delegator_Per_Pool_Order_By, Num_Active_Delegator_Per_Pool_Select_Column, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Input, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Value_Input, type Numeric_Comparison_Exp, OCTA_NEGATIVE_EXPONENT, OCTA_NUMBER, OCTA_POSITIVE_EXPONENT, OCTA_UNIT, type ObjectCoreResource, type ObjectCoreResourceData, type OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, type PaginationCursors, type PendingTransaction, type PoolResourceData, type Processor_Status, type Processor_Status_Bool_Exp, type Processor_Status_Order_By, Processor_Status_Select_Column, type Processor_Status_Stream_Cursor_Input, type Processor_Status_Stream_Cursor_Value_Input, type Proposal_Votes, type Proposal_Votes_Aggregate, type Proposal_Votes_Aggregate_Fields, type Proposal_Votes_Aggregate_FieldsCountArgs, type Proposal_Votes_Avg_Fields, type Proposal_Votes_Bool_Exp, type Proposal_Votes_Max_Fields, type Proposal_Votes_Min_Fields, type Proposal_Votes_Order_By, Proposal_Votes_Select_Column, type Proposal_Votes_Stddev_Fields, type Proposal_Votes_Stddev_Pop_Fields, type Proposal_Votes_Stddev_Samp_Fields, type Proposal_Votes_Stream_Cursor_Input, type Proposal_Votes_Stream_Cursor_Value_Input, type Proposal_Votes_Sum_Fields, type Proposal_Votes_Var_Pop_Fields, type Proposal_Votes_Var_Samp_Fields, type Proposal_Votes_Variance_Fields, PublicKeySchemeNotSupported, QueryRefetchTime, QueryStaleTime, type Query_Root, type Query_RootAccount_TransactionsArgs, type Query_RootAccount_Transactions_AggregateArgs, type Query_RootAccount_Transactions_By_PkArgs, type Query_RootAddress_Events_SummaryArgs, type Query_RootAddress_Version_From_EventsArgs, type Query_RootAddress_Version_From_Events_AggregateArgs, type Query_RootAddress_Version_From_Move_ResourcesArgs, type Query_RootAddress_Version_From_Move_Resources_AggregateArgs, type Query_RootBlock_Metadata_TransactionsArgs, type Query_RootBlock_Metadata_Transactions_By_PkArgs, type Query_RootCoin_ActivitiesArgs, type Query_RootCoin_Activities_AggregateArgs, type Query_RootCoin_BalancesArgs, type Query_RootCoin_InfosArgs, type Query_RootCoin_SupplyArgs, type Query_RootCoin_Supply_By_PkArgs, type Query_RootCollection_DatasArgs, type Query_RootCurrent_Ans_LookupArgs, type Query_RootCurrent_Ans_Lookup_V2Args, type Query_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Query_RootCurrent_Aptos_NamesArgs, type Query_RootCurrent_Aptos_Names_AggregateArgs, type Query_RootCurrent_Coin_BalancesArgs, type Query_RootCurrent_Collection_DatasArgs, type Query_RootCurrent_Collection_Ownership_V2_ViewArgs, type Query_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Query_RootCurrent_Collections_V2Args, type Query_RootCurrent_Collections_V2_By_PkArgs, type Query_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Query_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Query_RootCurrent_Delegated_VoterArgs, type Query_RootCurrent_Delegated_Voter_By_PkArgs, type Query_RootCurrent_Delegator_BalancesArgs, type Query_RootCurrent_Delegator_Balances_By_PkArgs, type Query_RootCurrent_Fungible_Asset_BalancesArgs, type Query_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Query_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Query_RootCurrent_ObjectsArgs, type Query_RootCurrent_Objects_By_PkArgs, type Query_RootCurrent_Staking_Pool_VoterArgs, type Query_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Query_RootCurrent_Table_ItemsArgs, type Query_RootCurrent_Table_Items_By_PkArgs, type Query_RootCurrent_Token_DatasArgs, type Query_RootCurrent_Token_Datas_V2Args, type Query_RootCurrent_Token_Datas_V2_By_PkArgs, type Query_RootCurrent_Token_OwnershipsArgs, type Query_RootCurrent_Token_Ownerships_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2Args, type Query_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Query_RootCurrent_Token_Pending_ClaimsArgs, type Query_RootCurrent_Token_Pending_Claims_By_PkArgs, type Query_RootDelegated_Staking_ActivitiesArgs, type Query_RootDelegated_Staking_Activities_By_PkArgs, type Query_RootDelegated_Staking_Pool_BalancesArgs, type Query_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Query_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Query_RootDelegated_Staking_PoolsArgs, type Query_RootDelegated_Staking_Pools_By_PkArgs, type Query_RootDelegator_Distinct_PoolArgs, type Query_RootDelegator_Distinct_Pool_AggregateArgs, type Query_RootEventsArgs, type Query_RootEvents_By_PkArgs, type Query_RootFungible_Asset_ActivitiesArgs, type Query_RootFungible_Asset_Activities_By_PkArgs, type Query_RootFungible_Asset_MetadataArgs, type Query_RootFungible_Asset_Metadata_By_PkArgs, type Query_RootIndexer_StatusArgs, type Query_RootIndexer_Status_By_PkArgs, type Query_RootLedger_InfosArgs, type Query_RootLedger_Infos_By_PkArgs, type Query_RootMove_ResourcesArgs, type Query_RootMove_Resources_AggregateArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, type Query_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, type Query_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Query_RootNum_Active_Delegator_Per_PoolArgs, type Query_RootProcessor_StatusArgs, type Query_RootProcessor_Status_By_PkArgs, type Query_RootProposal_VotesArgs, type Query_RootProposal_Votes_AggregateArgs, type Query_RootProposal_Votes_By_PkArgs, type Query_RootSignaturesArgs, type Query_RootSignatures_By_PkArgs, type Query_RootTable_ItemsArgs, type Query_RootTable_Items_By_PkArgs, type Query_RootTable_MetadatasArgs, type Query_RootTable_Metadatas_By_PkArgs, type Query_RootToken_ActivitiesArgs, type Query_RootToken_Activities_AggregateArgs, type Query_RootToken_Activities_V2Args, type Query_RootToken_Activities_V2_AggregateArgs, type Query_RootToken_Activities_V2_By_PkArgs, type Query_RootToken_DatasArgs, type Query_RootToken_OwnershipsArgs, type Query_RootTokensArgs, type Query_RootUser_TransactionsArgs, type Query_RootUser_Transactions_By_PkArgs, type RawTransactionFactory, type ReceiveCoinEvent, type ReceiveCoinEventBase, type ReceiveTokenEvent, type ReceiveTokenOfferEvent, type Resource, type ResourceMap, type ResourceType, type ResourceTypeValue, type Scalars, type Sdk, type SendCoinEvent, type SendCoinEventBase, type SendTokenEvent, type SendTokenOfferEvent, SenderNotFoundError, type SerializedMultiAgentPayload, type SerializedPayload, type SignAndSubmitRawTransactionArgs, type SignAndSubmitRawTransactionResult, type SignAndSubmitTransactionArgs, type SignAndSubmitTransactionResult, type SignBufferArgs, type SignMessageArgs, type SignTransactionArgs, type SignTransactionResult, type Signatures, type SignaturesPublic_Key_IndicesArgs, type Signatures_Bool_Exp, type Signatures_Order_By, Signatures_Select_Column, type Signatures_Stream_Cursor_Input, type Signatures_Stream_Cursor_Value_Input, type SignerClient, SignerClientInvalidFunctionError, SignerNotFoundError, type SimulateTransactionArgs, SimulationArgumentError, type StakeEvent, type StakeEventBase, StakeOperation, type StakePoolResource, type StakePoolResourceData, type StakingInfo, type String_Comparison_Exp, type SubmitTransactionArgs, type SubmitTransactionResult, type Subscription_Root, type Subscription_RootAccount_TransactionsArgs, type Subscription_RootAccount_Transactions_AggregateArgs, type Subscription_RootAccount_Transactions_By_PkArgs, type Subscription_RootAccount_Transactions_StreamArgs, type Subscription_RootAddress_Events_SummaryArgs, type Subscription_RootAddress_Events_Summary_StreamArgs, type Subscription_RootAddress_Version_From_EventsArgs, type Subscription_RootAddress_Version_From_Events_AggregateArgs, type Subscription_RootAddress_Version_From_Events_StreamArgs, type Subscription_RootAddress_Version_From_Move_ResourcesArgs, type Subscription_RootAddress_Version_From_Move_Resources_AggregateArgs, type Subscription_RootAddress_Version_From_Move_Resources_StreamArgs, type Subscription_RootBlock_Metadata_TransactionsArgs, type Subscription_RootBlock_Metadata_Transactions_By_PkArgs, type Subscription_RootBlock_Metadata_Transactions_StreamArgs, type Subscription_RootCoin_ActivitiesArgs, type Subscription_RootCoin_Activities_AggregateArgs, type Subscription_RootCoin_Activities_StreamArgs, type Subscription_RootCoin_BalancesArgs, type Subscription_RootCoin_Balances_StreamArgs, type Subscription_RootCoin_InfosArgs, type Subscription_RootCoin_Infos_StreamArgs, type Subscription_RootCoin_SupplyArgs, type Subscription_RootCoin_Supply_By_PkArgs, type Subscription_RootCoin_Supply_StreamArgs, type Subscription_RootCollection_DatasArgs, type Subscription_RootCollection_Datas_StreamArgs, type Subscription_RootCurrent_Ans_LookupArgs, type Subscription_RootCurrent_Ans_Lookup_StreamArgs, type Subscription_RootCurrent_Ans_Lookup_V2Args, type Subscription_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Subscription_RootCurrent_Ans_Lookup_V2_StreamArgs, type Subscription_RootCurrent_Aptos_NamesArgs, type Subscription_RootCurrent_Aptos_Names_AggregateArgs, type Subscription_RootCurrent_Aptos_Names_StreamArgs, type Subscription_RootCurrent_Coin_BalancesArgs, type Subscription_RootCurrent_Coin_Balances_StreamArgs, type Subscription_RootCurrent_Collection_DatasArgs, type Subscription_RootCurrent_Collection_Datas_StreamArgs, type Subscription_RootCurrent_Collection_Ownership_V2_ViewArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_StreamArgs, type Subscription_RootCurrent_Collections_V2Args, type Subscription_RootCurrent_Collections_V2_By_PkArgs, type Subscription_RootCurrent_Collections_V2_StreamArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootCurrent_Delegated_VoterArgs, type Subscription_RootCurrent_Delegated_Voter_By_PkArgs, type Subscription_RootCurrent_Delegated_Voter_StreamArgs, type Subscription_RootCurrent_Delegator_BalancesArgs, type Subscription_RootCurrent_Delegator_Balances_By_PkArgs, type Subscription_RootCurrent_Delegator_Balances_StreamArgs, type Subscription_RootCurrent_Fungible_Asset_BalancesArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_StreamArgs, type Subscription_RootCurrent_ObjectsArgs, type Subscription_RootCurrent_Objects_By_PkArgs, type Subscription_RootCurrent_Objects_StreamArgs, type Subscription_RootCurrent_Staking_Pool_VoterArgs, type Subscription_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Subscription_RootCurrent_Staking_Pool_Voter_StreamArgs, type Subscription_RootCurrent_Table_ItemsArgs, type Subscription_RootCurrent_Table_Items_By_PkArgs, type Subscription_RootCurrent_Table_Items_StreamArgs, type Subscription_RootCurrent_Token_DatasArgs, type Subscription_RootCurrent_Token_Datas_StreamArgs, type Subscription_RootCurrent_Token_Datas_V2Args, type Subscription_RootCurrent_Token_Datas_V2_By_PkArgs, type Subscription_RootCurrent_Token_Datas_V2_StreamArgs, type Subscription_RootCurrent_Token_OwnershipsArgs, type Subscription_RootCurrent_Token_Ownerships_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_StreamArgs, type Subscription_RootCurrent_Token_Ownerships_V2Args, type Subscription_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Subscription_RootCurrent_Token_Ownerships_V2_StreamArgs, type Subscription_RootCurrent_Token_Pending_ClaimsArgs, type Subscription_RootCurrent_Token_Pending_Claims_By_PkArgs, type Subscription_RootCurrent_Token_Pending_Claims_StreamArgs, type Subscription_RootDelegated_Staking_ActivitiesArgs, type Subscription_RootDelegated_Staking_Activities_By_PkArgs, type Subscription_RootDelegated_Staking_Activities_StreamArgs, type Subscription_RootDelegated_Staking_Pool_BalancesArgs, type Subscription_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Subscription_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootDelegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootDelegated_Staking_PoolsArgs, type Subscription_RootDelegated_Staking_Pools_By_PkArgs, type Subscription_RootDelegated_Staking_Pools_StreamArgs, type Subscription_RootDelegator_Distinct_PoolArgs, type Subscription_RootDelegator_Distinct_Pool_AggregateArgs, type Subscription_RootDelegator_Distinct_Pool_StreamArgs, type Subscription_RootEventsArgs, type Subscription_RootEvents_By_PkArgs, type Subscription_RootEvents_StreamArgs, type Subscription_RootFungible_Asset_ActivitiesArgs, type Subscription_RootFungible_Asset_Activities_By_PkArgs, type Subscription_RootFungible_Asset_Activities_StreamArgs, type Subscription_RootFungible_Asset_MetadataArgs, type Subscription_RootFungible_Asset_Metadata_By_PkArgs, type Subscription_RootFungible_Asset_Metadata_StreamArgs, type Subscription_RootIndexer_StatusArgs, type Subscription_RootIndexer_Status_By_PkArgs, type Subscription_RootIndexer_Status_StreamArgs, type Subscription_RootLedger_InfosArgs, type Subscription_RootLedger_Infos_By_PkArgs, type Subscription_RootLedger_Infos_StreamArgs, type Subscription_RootMove_ResourcesArgs, type Subscription_RootMove_Resources_AggregateArgs, type Subscription_RootMove_Resources_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_StreamArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_StreamArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_StreamArgs, type Subscription_RootNum_Active_Delegator_Per_PoolArgs, type Subscription_RootNum_Active_Delegator_Per_Pool_StreamArgs, type Subscription_RootProcessor_StatusArgs, type Subscription_RootProcessor_Status_By_PkArgs, type Subscription_RootProcessor_Status_StreamArgs, type Subscription_RootProposal_VotesArgs, type Subscription_RootProposal_Votes_AggregateArgs, type Subscription_RootProposal_Votes_By_PkArgs, type Subscription_RootProposal_Votes_StreamArgs, type Subscription_RootSignaturesArgs, type Subscription_RootSignatures_By_PkArgs, type Subscription_RootSignatures_StreamArgs, type Subscription_RootTable_ItemsArgs, type Subscription_RootTable_Items_By_PkArgs, type Subscription_RootTable_Items_StreamArgs, type Subscription_RootTable_MetadatasArgs, type Subscription_RootTable_Metadatas_By_PkArgs, type Subscription_RootTable_Metadatas_StreamArgs, type Subscription_RootToken_ActivitiesArgs, type Subscription_RootToken_Activities_AggregateArgs, type Subscription_RootToken_Activities_StreamArgs, type Subscription_RootToken_Activities_V2Args, type Subscription_RootToken_Activities_V2_AggregateArgs, type Subscription_RootToken_Activities_V2_By_PkArgs, type Subscription_RootToken_Activities_V2_StreamArgs, type Subscription_RootToken_DatasArgs, type Subscription_RootToken_Datas_StreamArgs, type Subscription_RootToken_OwnershipsArgs, type Subscription_RootToken_Ownerships_StreamArgs, type Subscription_RootTokensArgs, type Subscription_RootTokens_StreamArgs, type Subscription_RootUser_TransactionsArgs, type Subscription_RootUser_Transactions_By_PkArgs, type Subscription_RootUser_Transactions_StreamArgs, type SwapCoinEvent, type SwapCoinEventBase, type Table_Items, type Table_ItemsDecoded_KeyArgs, type Table_ItemsDecoded_ValueArgs, type Table_Items_Bool_Exp, type Table_Items_Order_By, Table_Items_Select_Column, type Table_Items_Stream_Cursor_Input, type Table_Items_Stream_Cursor_Value_Input, type Table_Metadatas, type Table_Metadatas_Bool_Exp, type Table_Metadatas_Order_By, Table_Metadatas_Select_Column, type Table_Metadatas_Stream_Cursor_Input, type Table_Metadatas_Stream_Cursor_Value_Input, type Timestamp_Comparison_Exp, type Timestamptz_Comparison_Exp, type TokenActivity, type TokenActivityFragment, type TokenAttributes, type TokenBalanceChange, type TokenData, type TokenDataFieldsFragment, type TokenDepositEvent, TokenEvent, type TokenOwnershipFieldsFragment, type TokenStandard, type TokenStoreResource, type TokenStoreResourceData, type TokenWithdrawEvent, type Token_Activities, type Token_ActivitiesAptos_Names_OwnerArgs, type Token_ActivitiesAptos_Names_Owner_AggregateArgs, type Token_ActivitiesAptos_Names_ToArgs, type Token_ActivitiesAptos_Names_To_AggregateArgs, type Token_Activities_Aggregate, type Token_Activities_Aggregate_Bool_Exp, type Token_Activities_Aggregate_Bool_Exp_Count, type Token_Activities_Aggregate_Fields, type Token_Activities_Aggregate_FieldsCountArgs, type Token_Activities_Aggregate_Order_By, type Token_Activities_Avg_Fields, type Token_Activities_Avg_Order_By, type Token_Activities_Bool_Exp, type Token_Activities_Max_Fields, type Token_Activities_Max_Order_By, type Token_Activities_Min_Fields, type Token_Activities_Min_Order_By, type Token_Activities_Order_By, Token_Activities_Select_Column, type Token_Activities_Stddev_Fields, type Token_Activities_Stddev_Order_By, type Token_Activities_Stddev_Pop_Fields, type Token_Activities_Stddev_Pop_Order_By, type Token_Activities_Stddev_Samp_Fields, type Token_Activities_Stddev_Samp_Order_By, type Token_Activities_Stream_Cursor_Input, type Token_Activities_Stream_Cursor_Value_Input, type Token_Activities_Sum_Fields, type Token_Activities_Sum_Order_By, type Token_Activities_V2, type Token_Activities_V2Aptos_Names_FromArgs, type Token_Activities_V2Aptos_Names_From_AggregateArgs, type Token_Activities_V2Aptos_Names_ToArgs, type Token_Activities_V2Aptos_Names_To_AggregateArgs, type Token_Activities_V2_Aggregate, type Token_Activities_V2_Aggregate_Bool_Exp, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_And, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or, type Token_Activities_V2_Aggregate_Bool_Exp_Count, type Token_Activities_V2_Aggregate_Fields, type Token_Activities_V2_Aggregate_FieldsCountArgs, type Token_Activities_V2_Aggregate_Order_By, type Token_Activities_V2_Avg_Fields, type Token_Activities_V2_Avg_Order_By, type Token_Activities_V2_Bool_Exp, type Token_Activities_V2_Max_Fields, type Token_Activities_V2_Max_Order_By, type Token_Activities_V2_Min_Fields, type Token_Activities_V2_Min_Order_By, type 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, type Token_Activities_V2_Stddev_Fields, type Token_Activities_V2_Stddev_Order_By, type Token_Activities_V2_Stddev_Pop_Fields, type Token_Activities_V2_Stddev_Pop_Order_By, type Token_Activities_V2_Stddev_Samp_Fields, type Token_Activities_V2_Stddev_Samp_Order_By, type Token_Activities_V2_Stream_Cursor_Input, type Token_Activities_V2_Stream_Cursor_Value_Input, type Token_Activities_V2_Sum_Fields, type Token_Activities_V2_Sum_Order_By, type Token_Activities_V2_Var_Pop_Fields, type Token_Activities_V2_Var_Pop_Order_By, type Token_Activities_V2_Var_Samp_Fields, type Token_Activities_V2_Var_Samp_Order_By, type Token_Activities_V2_Variance_Fields, type Token_Activities_V2_Variance_Order_By, type Token_Activities_Var_Pop_Fields, type Token_Activities_Var_Pop_Order_By, type Token_Activities_Var_Samp_Fields, type Token_Activities_Var_Samp_Order_By, type Token_Activities_Variance_Fields, type Token_Activities_Variance_Order_By, type Token_Datas, type Token_DatasDefault_PropertiesArgs, type Token_Datas_Bool_Exp, type Token_Datas_Order_By, Token_Datas_Select_Column, type Token_Datas_Stream_Cursor_Input, type Token_Datas_Stream_Cursor_Value_Input, type Token_Ownerships, type Token_Ownerships_Bool_Exp, type Token_Ownerships_Order_By, Token_Ownerships_Select_Column, type Token_Ownerships_Stream_Cursor_Input, type Token_Ownerships_Stream_Cursor_Value_Input, type Tokens, type TokensToken_PropertiesArgs, type Tokens_Bool_Exp, type Tokens_Order_By, Tokens_Select_Column, type Tokens_Stream_Cursor_Input, type Tokens_Stream_Cursor_Value_Input, type Transaction, type TransactionError, type TransactionOptions, type TransactionPayload, TransactionValidationErrorReason, type UnconfirmedActivityItem, UnexpectedNetworkError, UnsupportedNameFormatError, type UseActivityConfig, type User_Transactions, type User_Transactions_Bool_Exp, type User_Transactions_Order_By, User_Transactions_Select_Column, type User_Transactions_Stream_Cursor_Input, type User_Transactions_Stream_Cursor_Value_Input, type ValidatorFromJSONFile, type ValidatorInfo, type ValidatorSetResource, type ValidatorSetResourceData, ValidatorStatus, WalletAdapterClientInvalidFunctionError, WalletSignerClientInvalidFunctionError, aptosAccountCoinTransferFunction, aptosAccountCoinTransferFunctionName, aptosAccountCreateAccountViaTransferFunctionName, aptosAccountNamespace, aptosCoinInfoStructTag, aptosCoinStoreStructTag, aptosCoinStructTag, aptosDelegationPoolStructTag, aptosFAType, aptosStakePoolStructTag, aptosTypes, aptosValidatorSetStructTag, buildCoinTransferPayload, buildCreateAccountTransferPayload, buildFungibleAssetTransferPayload, buildNaturalCoinTransferPayload, buildRawTransactionFromBCSPayload, coinInfoResource, coinInfoStructTag, coinNamespace, coinStoreResource, coinStoreStructTag, convertAptosAccountToAccountInfo, convertAptosAccountToSigner, createPaginatedQuery, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, rawInfoDevNet as devnetList, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, extractIpfsCid, fetchAccountActivities, fetchAccountCollections, fetchAccountTokens, fetchAccountTotalTokens, fetchAddressFromName, fetchAptBalance, fetchCoinInfo, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchFungibleAssetMetadata, fetchGasPrice, fetchIndexedTokenData, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchOwnedDigitalAssets, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenActivities, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fixBadAptosUri, formatAmount, formatApt, formatCoin, formatUnits, fundAccount, fungibleAssetEventsTag, fungibleAssetMetadataStructTag, fungibleAssetStoreTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getTokenDataId, getTokenDataIdHash, handleApiError, imageExtensions, isApt, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, networks, normalizeAddress, normalizePayload, normalizeTimestamp, objectTag, parseApt, parseCollectionData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenData, parseTokenOwnership, parseUnits, prettifyCoinInfo, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, replaceIpfsGateway, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signAndSubmitTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };
12156
+ export { APTOS_NAMES_ENDPOINT, APTOS_UNIT, AccountErrorReason, type AccountInfo, AccountNotFoundError, type AccountToken, type Account_Transactions, type Account_TransactionsCoin_ActivitiesArgs, type Account_TransactionsCoin_Activities_AggregateArgs, type Account_TransactionsDelegated_Staking_ActivitiesArgs, type Account_TransactionsFungible_Asset_ActivitiesArgs, type Account_TransactionsToken_ActivitiesArgs, type Account_TransactionsToken_Activities_AggregateArgs, type Account_TransactionsToken_Activities_V2Args, type Account_TransactionsToken_Activities_V2_AggregateArgs, type Account_Transactions_Aggregate, type Account_Transactions_Aggregate_Fields, type Account_Transactions_Aggregate_FieldsCountArgs, type Account_Transactions_Avg_Fields, type Account_Transactions_Bool_Exp, type Account_Transactions_Max_Fields, type Account_Transactions_Min_Fields, type Account_Transactions_Order_By, Account_Transactions_Select_Column, type Account_Transactions_Stddev_Fields, type Account_Transactions_Stddev_Pop_Fields, type Account_Transactions_Stddev_Samp_Fields, type Account_Transactions_Stream_Cursor_Input, type Account_Transactions_Stream_Cursor_Value_Input, type Account_Transactions_Sum_Fields, type Account_Transactions_Var_Pop_Fields, type Account_Transactions_Var_Samp_Fields, type Account_Transactions_Variance_Fields, type ActivityEvent, type ActivityItem, type AdapterSignerClient, type Address_Events_Summary, type Address_Events_Summary_Bool_Exp, type Address_Events_Summary_Order_By, Address_Events_Summary_Select_Column, type Address_Events_Summary_Stream_Cursor_Input, type Address_Events_Summary_Stream_Cursor_Value_Input, type Address_Version_From_Events, type Address_Version_From_EventsCoin_ActivitiesArgs, type Address_Version_From_EventsCoin_Activities_AggregateArgs, type Address_Version_From_EventsDelegated_Staking_ActivitiesArgs, type Address_Version_From_EventsToken_ActivitiesArgs, type Address_Version_From_EventsToken_Activities_AggregateArgs, type Address_Version_From_EventsToken_Activities_V2Args, type Address_Version_From_EventsToken_Activities_V2_AggregateArgs, type Address_Version_From_Events_Aggregate, type Address_Version_From_Events_Aggregate_Fields, type Address_Version_From_Events_Aggregate_FieldsCountArgs, type Address_Version_From_Events_Avg_Fields, type Address_Version_From_Events_Bool_Exp, type Address_Version_From_Events_Max_Fields, type Address_Version_From_Events_Min_Fields, type Address_Version_From_Events_Order_By, Address_Version_From_Events_Select_Column, type Address_Version_From_Events_Stddev_Fields, type Address_Version_From_Events_Stddev_Pop_Fields, type Address_Version_From_Events_Stddev_Samp_Fields, type Address_Version_From_Events_Stream_Cursor_Input, type Address_Version_From_Events_Stream_Cursor_Value_Input, type Address_Version_From_Events_Sum_Fields, type Address_Version_From_Events_Var_Pop_Fields, type Address_Version_From_Events_Var_Samp_Fields, type Address_Version_From_Events_Variance_Fields, type Address_Version_From_Move_Resources, type Address_Version_From_Move_ResourcesCoin_ActivitiesArgs, type Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesToken_Activities_V2Args, type Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs, type Address_Version_From_Move_Resources_Aggregate, type Address_Version_From_Move_Resources_Aggregate_Fields, type Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs, type Address_Version_From_Move_Resources_Avg_Fields, type Address_Version_From_Move_Resources_Bool_Exp, type Address_Version_From_Move_Resources_Max_Fields, type Address_Version_From_Move_Resources_Min_Fields, type Address_Version_From_Move_Resources_Order_By, Address_Version_From_Move_Resources_Select_Column, type Address_Version_From_Move_Resources_Stddev_Fields, type Address_Version_From_Move_Resources_Stddev_Pop_Fields, type Address_Version_From_Move_Resources_Stddev_Samp_Fields, type Address_Version_From_Move_Resources_Stream_Cursor_Input, type Address_Version_From_Move_Resources_Stream_Cursor_Value_Input, type Address_Version_From_Move_Resources_Sum_Fields, type Address_Version_From_Move_Resources_Var_Pop_Fields, type Address_Version_From_Move_Resources_Var_Samp_Fields, type Address_Version_From_Move_Resources_Variance_Fields, type AnyRawTransactionFactory, AptosBaseError, type AptosBaseErrorOptions, type AptosIdentity, AptosJSProClient, type AptosJSProClientArgs, type AptosJSProClientState, AptosName, type BaseConfirmedActivityItem, type BaseEvent$1 as BaseEvent, type BaseTransaction, type BaseTransactionProps, type Bigint_Comparison_Exp, type Block_Metadata_Transactions, type Block_Metadata_TransactionsFailed_Proposer_IndicesArgs, type Block_Metadata_TransactionsPrevious_Block_Votes_BitvecArgs, type Block_Metadata_Transactions_Bool_Exp, type Block_Metadata_Transactions_Order_By, Block_Metadata_Transactions_Select_Column, type Block_Metadata_Transactions_Stream_Cursor_Input, type Block_Metadata_Transactions_Stream_Cursor_Value_Input, type Boolean_Comparison_Exp, COIN_GECKO_ENDPOINT, COIN_LISTS, type ClientConfigs, type CoinBalanceChange, type CoinBalanceChangesByAccount, type CoinBalanceChangesByCoinType, type CoinDepositEvent, CoinErrorReason, type CoinEvent, type CoinEventActivityItem, type CoinInfoData, type CoinInfoResource, type CoinInfoResourceData, type CoinInfoWithMetadata, type CoinMetadata, type CoinMintTransaction, type CoinRaw, type CoinStoreResource, type CoinStoreResourceData, type CoinTransferActivityItem, type CoinTransferPayloadArgs, type CoinTransferTransaction, type CoinType, type CoinWithdrawEvent, type Coin_Activities, type Coin_ActivitiesAptos_NamesArgs, type Coin_ActivitiesAptos_Names_AggregateArgs, type Coin_Activities_Aggregate, type Coin_Activities_Aggregate_Bool_Exp, type Coin_Activities_Aggregate_Bool_Exp_Bool_And, type Coin_Activities_Aggregate_Bool_Exp_Bool_Or, type Coin_Activities_Aggregate_Bool_Exp_Count, type Coin_Activities_Aggregate_Fields, type Coin_Activities_Aggregate_FieldsCountArgs, type Coin_Activities_Aggregate_Order_By, type Coin_Activities_Avg_Fields, type Coin_Activities_Avg_Order_By, type Coin_Activities_Bool_Exp, type Coin_Activities_Max_Fields, type Coin_Activities_Max_Order_By, type Coin_Activities_Min_Fields, type Coin_Activities_Min_Order_By, type 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, type Coin_Activities_Stddev_Fields, type Coin_Activities_Stddev_Order_By, type Coin_Activities_Stddev_Pop_Fields, type Coin_Activities_Stddev_Pop_Order_By, type Coin_Activities_Stddev_Samp_Fields, type Coin_Activities_Stddev_Samp_Order_By, type Coin_Activities_Stream_Cursor_Input, type Coin_Activities_Stream_Cursor_Value_Input, type Coin_Activities_Sum_Fields, type Coin_Activities_Sum_Order_By, type Coin_Activities_Var_Pop_Fields, type Coin_Activities_Var_Pop_Order_By, type Coin_Activities_Var_Samp_Fields, type Coin_Activities_Var_Samp_Order_By, type Coin_Activities_Variance_Fields, type Coin_Activities_Variance_Order_By, type Coin_Balances, type Coin_Balances_Bool_Exp, type Coin_Balances_Order_By, Coin_Balances_Select_Column, type Coin_Balances_Stream_Cursor_Input, type Coin_Balances_Stream_Cursor_Value_Input, type Coin_Infos, type Coin_Infos_Bool_Exp, type Coin_Infos_Order_By, Coin_Infos_Select_Column, type Coin_Infos_Stream_Cursor_Input, type Coin_Infos_Stream_Cursor_Value_Input, type Coin_Supply, type Coin_Supply_Bool_Exp, type Coin_Supply_Order_By, Coin_Supply_Select_Column, type Coin_Supply_Stream_Cursor_Input, type Coin_Supply_Stream_Cursor_Value_Input, type CollectionData, type CollectionDataFieldsFragment, type Collection_Datas, type Collection_Datas_Bool_Exp, type Collection_Datas_Order_By, Collection_Datas_Select_Column, type Collection_Datas_Stream_Cursor_Input, type Collection_Datas_Stream_Cursor_Value_Input, type ConfirmedActivityItem, type CreateAccountTransferPayloadArgs, type CurrentTokenPendingClaimsFragment, type Current_Ans_Lookup, type Current_Ans_LookupAll_Token_OwnershipsArgs, type Current_Ans_LookupAll_Token_Ownerships_AggregateArgs, type Current_Ans_Lookup_Bool_Exp, type Current_Ans_Lookup_Order_By, Current_Ans_Lookup_Select_Column, type Current_Ans_Lookup_Stream_Cursor_Input, type Current_Ans_Lookup_Stream_Cursor_Value_Input, type Current_Ans_Lookup_V2, type Current_Ans_Lookup_V2_Bool_Exp, type Current_Ans_Lookup_V2_Order_By, Current_Ans_Lookup_V2_Select_Column, type Current_Ans_Lookup_V2_Stream_Cursor_Input, type Current_Ans_Lookup_V2_Stream_Cursor_Value_Input, type Current_Aptos_Names, type Current_Aptos_Names_Aggregate, type Current_Aptos_Names_Aggregate_Bool_Exp, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or, type Current_Aptos_Names_Aggregate_Bool_Exp_Count, type Current_Aptos_Names_Aggregate_Fields, type Current_Aptos_Names_Aggregate_FieldsCountArgs, type Current_Aptos_Names_Aggregate_Order_By, type Current_Aptos_Names_Avg_Fields, type Current_Aptos_Names_Avg_Order_By, type Current_Aptos_Names_Bool_Exp, type Current_Aptos_Names_Max_Fields, type Current_Aptos_Names_Max_Order_By, type Current_Aptos_Names_Min_Fields, type Current_Aptos_Names_Min_Order_By, type 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, type Current_Aptos_Names_Stddev_Fields, type Current_Aptos_Names_Stddev_Order_By, type Current_Aptos_Names_Stddev_Pop_Fields, type Current_Aptos_Names_Stddev_Pop_Order_By, type Current_Aptos_Names_Stddev_Samp_Fields, type Current_Aptos_Names_Stddev_Samp_Order_By, type Current_Aptos_Names_Stream_Cursor_Input, type Current_Aptos_Names_Stream_Cursor_Value_Input, type Current_Aptos_Names_Sum_Fields, type Current_Aptos_Names_Sum_Order_By, type Current_Aptos_Names_Var_Pop_Fields, type Current_Aptos_Names_Var_Pop_Order_By, type Current_Aptos_Names_Var_Samp_Fields, type Current_Aptos_Names_Var_Samp_Order_By, type Current_Aptos_Names_Variance_Fields, type Current_Aptos_Names_Variance_Order_By, type Current_Coin_Balances, type Current_Coin_Balances_Bool_Exp, type Current_Coin_Balances_Order_By, Current_Coin_Balances_Select_Column, type Current_Coin_Balances_Stream_Cursor_Input, type Current_Coin_Balances_Stream_Cursor_Value_Input, type Current_Collection_Datas, type Current_Collection_Datas_Bool_Exp, type Current_Collection_Datas_Order_By, Current_Collection_Datas_Select_Column, type Current_Collection_Datas_Stream_Cursor_Input, type Current_Collection_Datas_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View, type Current_Collection_Ownership_V2_View_Aggregate, type Current_Collection_Ownership_V2_View_Aggregate_Fields, type Current_Collection_Ownership_V2_View_Aggregate_FieldsCountArgs, type Current_Collection_Ownership_V2_View_Avg_Fields, type Current_Collection_Ownership_V2_View_Bool_Exp, type Current_Collection_Ownership_V2_View_Max_Fields, type Current_Collection_Ownership_V2_View_Min_Fields, type Current_Collection_Ownership_V2_View_Order_By, Current_Collection_Ownership_V2_View_Select_Column, type Current_Collection_Ownership_V2_View_Stddev_Fields, type Current_Collection_Ownership_V2_View_Stddev_Pop_Fields, type Current_Collection_Ownership_V2_View_Stddev_Samp_Fields, type Current_Collection_Ownership_V2_View_Stream_Cursor_Input, type Current_Collection_Ownership_V2_View_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View_Sum_Fields, type Current_Collection_Ownership_V2_View_Var_Pop_Fields, type Current_Collection_Ownership_V2_View_Var_Samp_Fields, type Current_Collection_Ownership_V2_View_Variance_Fields, type Current_Collections_V2, type Current_Collections_V2Collection_PropertiesArgs, type Current_Collections_V2_Bool_Exp, type Current_Collections_V2_Order_By, Current_Collections_V2_Select_Column, type Current_Collections_V2_Stream_Cursor_Input, type Current_Collections_V2_Stream_Cursor_Value_Input, type Current_Delegated_Staking_Pool_Balances, type Current_Delegated_Staking_Pool_Balances_Bool_Exp, type Current_Delegated_Staking_Pool_Balances_Order_By, Current_Delegated_Staking_Pool_Balances_Select_Column, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Current_Delegated_Voter, type Current_Delegated_Voter_Bool_Exp, type Current_Delegated_Voter_Order_By, Current_Delegated_Voter_Select_Column, type Current_Delegated_Voter_Stream_Cursor_Input, type Current_Delegated_Voter_Stream_Cursor_Value_Input, type Current_Delegator_Balances, type Current_Delegator_Balances_Bool_Exp, type Current_Delegator_Balances_Order_By, Current_Delegator_Balances_Select_Column, type Current_Delegator_Balances_Stream_Cursor_Input, type Current_Delegator_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances, type Current_Fungible_Asset_Balances_Aggregate, type Current_Fungible_Asset_Balances_Aggregate_Fields, type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs, type Current_Fungible_Asset_Balances_Avg_Fields, type Current_Fungible_Asset_Balances_Bool_Exp, type Current_Fungible_Asset_Balances_Max_Fields, type Current_Fungible_Asset_Balances_Min_Fields, type Current_Fungible_Asset_Balances_Order_By, Current_Fungible_Asset_Balances_Select_Column, type Current_Fungible_Asset_Balances_Stddev_Fields, type Current_Fungible_Asset_Balances_Stddev_Pop_Fields, type Current_Fungible_Asset_Balances_Stddev_Samp_Fields, type Current_Fungible_Asset_Balances_Stream_Cursor_Input, type Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances_Sum_Fields, type Current_Fungible_Asset_Balances_Var_Pop_Fields, type Current_Fungible_Asset_Balances_Var_Samp_Fields, type Current_Fungible_Asset_Balances_Variance_Fields, type Current_Objects, type Current_Objects_Bool_Exp, type Current_Objects_Order_By, Current_Objects_Select_Column, type Current_Objects_Stream_Cursor_Input, type Current_Objects_Stream_Cursor_Value_Input, type Current_Staking_Pool_Voter, type Current_Staking_Pool_VoterOperator_Aptos_NameArgs, type Current_Staking_Pool_VoterOperator_Aptos_Name_AggregateArgs, type Current_Staking_Pool_Voter_Bool_Exp, type Current_Staking_Pool_Voter_Order_By, Current_Staking_Pool_Voter_Select_Column, type Current_Staking_Pool_Voter_Stream_Cursor_Input, type Current_Staking_Pool_Voter_Stream_Cursor_Value_Input, type Current_Table_Items, type Current_Table_ItemsDecoded_KeyArgs, type Current_Table_ItemsDecoded_ValueArgs, type Current_Table_Items_Bool_Exp, type Current_Table_Items_Order_By, Current_Table_Items_Select_Column, type Current_Table_Items_Stream_Cursor_Input, type Current_Table_Items_Stream_Cursor_Value_Input, type Current_Token_Datas, type Current_Token_DatasDefault_PropertiesArgs, type Current_Token_Datas_Bool_Exp, type Current_Token_Datas_Order_By, Current_Token_Datas_Select_Column, type Current_Token_Datas_Stream_Cursor_Input, type Current_Token_Datas_Stream_Cursor_Value_Input, type Current_Token_Datas_V2, type Current_Token_Datas_V2Current_Token_OwnershipsArgs, type Current_Token_Datas_V2Current_Token_Ownerships_AggregateArgs, type Current_Token_Datas_V2Token_PropertiesArgs, type Current_Token_Datas_V2_Bool_Exp, type Current_Token_Datas_V2_Order_By, Current_Token_Datas_V2_Select_Column, type Current_Token_Datas_V2_Stream_Cursor_Input, type Current_Token_Datas_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships, type Current_Token_OwnershipsToken_PropertiesArgs, type Current_Token_Ownerships_Aggregate, type Current_Token_Ownerships_Aggregate_Bool_Exp, type Current_Token_Ownerships_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_Aggregate_Fields, type Current_Token_Ownerships_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_Aggregate_Order_By, type Current_Token_Ownerships_Avg_Fields, type Current_Token_Ownerships_Avg_Order_By, type Current_Token_Ownerships_Bool_Exp, type Current_Token_Ownerships_Max_Fields, type Current_Token_Ownerships_Max_Order_By, type Current_Token_Ownerships_Min_Fields, type Current_Token_Ownerships_Min_Order_By, type Current_Token_Ownerships_Order_By, Current_Token_Ownerships_Select_Column, type Current_Token_Ownerships_Stddev_Fields, type Current_Token_Ownerships_Stddev_Order_By, type Current_Token_Ownerships_Stddev_Pop_Fields, type Current_Token_Ownerships_Stddev_Pop_Order_By, type Current_Token_Ownerships_Stddev_Samp_Fields, type Current_Token_Ownerships_Stddev_Samp_Order_By, type Current_Token_Ownerships_Stream_Cursor_Input, type Current_Token_Ownerships_Stream_Cursor_Value_Input, type Current_Token_Ownerships_Sum_Fields, type Current_Token_Ownerships_Sum_Order_By, type Current_Token_Ownerships_V2, type Current_Token_Ownerships_V2Composed_NftsArgs, type Current_Token_Ownerships_V2Composed_Nfts_AggregateArgs, type Current_Token_Ownerships_V2Token_Properties_Mutated_V1Args, type Current_Token_Ownerships_V2_Aggregate, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_V2_Aggregate_Fields, type Current_Token_Ownerships_V2_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_V2_Aggregate_Order_By, type Current_Token_Ownerships_V2_Avg_Fields, type Current_Token_Ownerships_V2_Avg_Order_By, type Current_Token_Ownerships_V2_Bool_Exp, type Current_Token_Ownerships_V2_Max_Fields, type Current_Token_Ownerships_V2_Max_Order_By, type Current_Token_Ownerships_V2_Min_Fields, type Current_Token_Ownerships_V2_Min_Order_By, type 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, type Current_Token_Ownerships_V2_Stddev_Fields, type Current_Token_Ownerships_V2_Stddev_Order_By, type Current_Token_Ownerships_V2_Stddev_Pop_Fields, type Current_Token_Ownerships_V2_Stddev_Pop_Order_By, type Current_Token_Ownerships_V2_Stddev_Samp_Fields, type Current_Token_Ownerships_V2_Stddev_Samp_Order_By, type Current_Token_Ownerships_V2_Stream_Cursor_Input, type Current_Token_Ownerships_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships_V2_Sum_Fields, type Current_Token_Ownerships_V2_Sum_Order_By, type Current_Token_Ownerships_V2_Var_Pop_Fields, type Current_Token_Ownerships_V2_Var_Pop_Order_By, type Current_Token_Ownerships_V2_Var_Samp_Fields, type Current_Token_Ownerships_V2_Var_Samp_Order_By, type Current_Token_Ownerships_V2_Variance_Fields, type Current_Token_Ownerships_V2_Variance_Order_By, type Current_Token_Ownerships_Var_Pop_Fields, type Current_Token_Ownerships_Var_Pop_Order_By, type Current_Token_Ownerships_Var_Samp_Fields, type Current_Token_Ownerships_Var_Samp_Order_By, type Current_Token_Ownerships_Variance_Fields, type Current_Token_Ownerships_Variance_Order_By, type Current_Token_Pending_Claims, type Current_Token_Pending_Claims_Bool_Exp, type Current_Token_Pending_Claims_Order_By, Current_Token_Pending_Claims_Select_Column, type Current_Token_Pending_Claims_Stream_Cursor_Input, type Current_Token_Pending_Claims_Stream_Cursor_Value_Input, type Current_Token_Royalty_V1, type Current_Token_Royalty_V1_Bool_Exp, type Current_Token_Royalty_V1_Order_By, Current_Token_Royalty_V1_Select_Column, type Current_Token_Royalty_V1_Stream_Cursor_Input, type Current_Token_Royalty_V1_Stream_Cursor_Value_Input, Cursor_Ordering, type CustomSignerClient, DefaultNetworks, type Delegated_Staking_Activities, type Delegated_Staking_Activities_Aggregate_Order_By, type Delegated_Staking_Activities_Avg_Order_By, type Delegated_Staking_Activities_Bool_Exp, type Delegated_Staking_Activities_Max_Order_By, type Delegated_Staking_Activities_Min_Order_By, type Delegated_Staking_Activities_Order_By, Delegated_Staking_Activities_Select_Column, type Delegated_Staking_Activities_Stddev_Order_By, type Delegated_Staking_Activities_Stddev_Pop_Order_By, type Delegated_Staking_Activities_Stddev_Samp_Order_By, type Delegated_Staking_Activities_Stream_Cursor_Input, type Delegated_Staking_Activities_Stream_Cursor_Value_Input, type Delegated_Staking_Activities_Sum_Order_By, type Delegated_Staking_Activities_Var_Pop_Order_By, type Delegated_Staking_Activities_Var_Samp_Order_By, type Delegated_Staking_Activities_Variance_Order_By, type Delegated_Staking_Pool_Balances, type Delegated_Staking_Pool_Balances_Aggregate, type Delegated_Staking_Pool_Balances_Aggregate_Fields, type Delegated_Staking_Pool_Balances_Aggregate_FieldsCountArgs, type Delegated_Staking_Pool_Balances_Avg_Fields, type Delegated_Staking_Pool_Balances_Bool_Exp, type Delegated_Staking_Pool_Balances_Max_Fields, type Delegated_Staking_Pool_Balances_Min_Fields, type Delegated_Staking_Pool_Balances_Order_By, Delegated_Staking_Pool_Balances_Select_Column, type Delegated_Staking_Pool_Balances_Stddev_Fields, type Delegated_Staking_Pool_Balances_Stddev_Pop_Fields, type Delegated_Staking_Pool_Balances_Stddev_Samp_Fields, type Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Delegated_Staking_Pool_Balances_Sum_Fields, type Delegated_Staking_Pool_Balances_Var_Pop_Fields, type Delegated_Staking_Pool_Balances_Var_Samp_Fields, type Delegated_Staking_Pool_Balances_Variance_Fields, type Delegated_Staking_Pools, type Delegated_Staking_Pools_Bool_Exp, type Delegated_Staking_Pools_Order_By, Delegated_Staking_Pools_Select_Column, type Delegated_Staking_Pools_Stream_Cursor_Input, type Delegated_Staking_Pools_Stream_Cursor_Value_Input, type DelegationPoolMetadata, type DelegationPoolResource, type DelegationPoolResourceData, type Delegator_Distinct_Pool, type Delegator_Distinct_Pool_Aggregate, type Delegator_Distinct_Pool_Aggregate_Fields, type Delegator_Distinct_Pool_Aggregate_FieldsCountArgs, type Delegator_Distinct_Pool_Bool_Exp, type Delegator_Distinct_Pool_Max_Fields, type Delegator_Distinct_Pool_Min_Fields, type Delegator_Distinct_Pool_Order_By, Delegator_Distinct_Pool_Select_Column, type Delegator_Distinct_Pool_Stream_Cursor_Input, type Delegator_Distinct_Pool_Stream_Cursor_Value_Input, DepositWithdrawalMismatchError, EXPLORER_BASE_PATH, type EntryFunctionPayload, type Event, type EventHandle, type EventWithVersion, type Events, type EventsDataArgs, type Events_Bool_Exp, type Events_Order_By, Events_Select_Column, type Events_Stream_Cursor_Input, type Events_Stream_Cursor_Value_Input, type Exact, type FetchAccountActivitiesArgs, type FetchAccountActivitiesResult, type FetchAccountCollectionsArgs, type FetchAccountCollectionsResult, type FetchAccountTokensArgs, type FetchAccountTokensResult, type FetchAccountTotalTokensArgs, type FetchAddressFromNameArgs, type FetchBalanceArgs, type FetchCoinInfoArgs, type FetchEventsArgs, type FetchFaucetStatusArgs, type FetchFungibleAssetMetadataArgs, type FetchIndexedTokenDataArgs, type FetchIndexedTokenDataResult, type FetchIndexerProcessorAvailabilityArgs, type FetchIsValidMetadataArgs, type FetchNameFromAddressArgs, type FetchNodeStatusArgs, type FetchOwnedDigitalAssetsArgs, type FetchOwnedDigitalAssetsResult, type FetchResourceTypeArgs, type FetchResourcesArgs, type FetchTokenAcquiredDateArgs, type FetchTokenActivitiesArgs, type FetchTokenActivitiesResult, type FetchTokenDataWithAddressArgs, type FetchTokenMetadataArgs, type FetchTransactionArgs, type FetchWaitForTransactionArgs, type FormatAmountOptions, type FormatCoinOptions, type FundAccountArgs, type FungibleAssetEventsResource, type FungibleAssetEventsResourceData, type FungibleAssetTransferPayloadArgs, type FungibleStoreResource, type FungibleStoreResourceData, type Fungible_Asset_Activities, type Fungible_Asset_ActivitiesOwner_Aptos_NamesArgs, type Fungible_Asset_ActivitiesOwner_Aptos_Names_AggregateArgs, type Fungible_Asset_Activities_Aggregate_Order_By, type Fungible_Asset_Activities_Avg_Order_By, type Fungible_Asset_Activities_Bool_Exp, type Fungible_Asset_Activities_Max_Order_By, type Fungible_Asset_Activities_Min_Order_By, type Fungible_Asset_Activities_Order_By, Fungible_Asset_Activities_Select_Column, type Fungible_Asset_Activities_Stddev_Order_By, type Fungible_Asset_Activities_Stddev_Pop_Order_By, type Fungible_Asset_Activities_Stddev_Samp_Order_By, type Fungible_Asset_Activities_Stream_Cursor_Input, type Fungible_Asset_Activities_Stream_Cursor_Value_Input, type Fungible_Asset_Activities_Sum_Order_By, type Fungible_Asset_Activities_Var_Pop_Order_By, type Fungible_Asset_Activities_Var_Samp_Order_By, type Fungible_Asset_Activities_Variance_Order_By, type Fungible_Asset_Metadata, type Fungible_Asset_Metadata_Bool_Exp, type Fungible_Asset_Metadata_Order_By, Fungible_Asset_Metadata_Select_Column, type Fungible_Asset_Metadata_Stream_Cursor_Input, type Fungible_Asset_Metadata_Stream_Cursor_Value_Input, type GasEvent, type GasFeeActivityItem, GasNotFoundError, type GenericEvent, type GenericTransaction, type GeoData, type GetAccountCollectionsQuery, type GetAccountCollectionsQueryVariables, type GetAccountTokenOwnershipsQuery, type GetAccountTokenOwnershipsQueryVariables, type GetAccountTokensTotalQuery, type GetAccountTokensTotalQueryVariables, type GetActivitiesAggregateQuery, type GetActivitiesAggregateQueryVariables, type GetClientsResult, type GetCoinListArgs, type GetCoinListResult, type GetConsolidatedActivitiesQuery, type GetConsolidatedActivitiesQueryVariables, type GetCurrentTokenDataQuery, type GetCurrentTokenDataQueryVariables, type GetDelegatedStakingQuery, type GetDelegatedStakingQueryVariables, type GetDelegatedStakingRoyaltiesQuery, type GetDelegatedStakingRoyaltiesQueryVariables, type GetDelegationPoolsQuery, type GetDelegationPoolsQueryVariables, type GetExplorerUrlArgs, type GetFungibleAssetMetadataQuery, type GetFungibleAssetMetadataQueryVariables, type GetNumberOfDelegatorsQuery, type GetNumberOfDelegatorsQueryVariables, type GetPendingClaimsForTokenQuery, type GetPendingClaimsForTokenQueryVariables, type GetProcessorLastVersionQuery, type GetProcessorLastVersionQueryVariables, type GetTokenAcquisitionActivityQuery, type GetTokenAcquisitionActivityQueryVariables, type GetTokenActivitiesQuery, type GetTokenActivitiesQueryVariables, type GetTokenDataQuery, type GetTokenDataQueryVariables, type GetTokenPendingClaimsQuery, type GetTokenPendingClaimsQueryVariables, type Guid, type ImageFileType, type Incremental, type IndexerPetraActivity, type Indexer_Status, type Indexer_Status_Bool_Exp, type Indexer_Status_Order_By, Indexer_Status_Select_Column, type Indexer_Status_Stream_Cursor_Input, type Indexer_Status_Stream_Cursor_Value_Input, type InputMaybe, type Int_Comparison_Exp, type JSONValue, type JsonPayload, type Jsonb_Cast_Exp, type Jsonb_Comparison_Exp, type Ledger_Infos, type Ledger_Infos_Bool_Exp, type Ledger_Infos_Order_By, Ledger_Infos_Select_Column, type Ledger_Infos_Stream_Cursor_Input, type Ledger_Infos_Stream_Cursor_Value_Input, MAX_INDEXER_INT, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MetaDataJsonCategory, type MetadataJson, type MetadataJsonAttribute, type MetadataJsonCollection, type MetadataJsonCreator, type MetadataJsonFile, type MetadataJsonProperties, type MintTokenEvent, MissingArgumentError, MoveAbortCategory, type MoveAbortDetails, type MoveAbortLocation, MoveStatusCode, type MoveStatusCodeKey, MoveStatusCodeText, MoveVmError, MoveVmStatus, type Move_Resources, type Move_Resources_Aggregate, type Move_Resources_Aggregate_Fields, type Move_Resources_Aggregate_FieldsCountArgs, type Move_Resources_Avg_Fields, type Move_Resources_Bool_Exp, type Move_Resources_Max_Fields, type Move_Resources_Min_Fields, type Move_Resources_Order_By, Move_Resources_Select_Column, type Move_Resources_Stddev_Fields, type Move_Resources_Stddev_Pop_Fields, type Move_Resources_Stddev_Samp_Fields, type Move_Resources_Stream_Cursor_Input, type Move_Resources_Stream_Cursor_Value_Input, type Move_Resources_Sum_Fields, type Move_Resources_Var_Pop_Fields, type Move_Resources_Var_Samp_Fields, type Move_Resources_Variance_Fields, type MultisigPayload, type NaturalCoinTransferPayloadArgs, type NetworkInfo, NetworkNotFoundError, type Nft_Metadata_Crawler_Parsed_Asset_Uris, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By, Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Input, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Value_Input, type Num_Active_Delegator_Per_Pool, type Num_Active_Delegator_Per_Pool_Bool_Exp, type Num_Active_Delegator_Per_Pool_Order_By, Num_Active_Delegator_Per_Pool_Select_Column, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Input, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Value_Input, type Numeric_Comparison_Exp, OCTA_NEGATIVE_EXPONENT, OCTA_NUMBER, OCTA_POSITIVE_EXPONENT, OCTA_UNIT, type ObjectCoreResource, type ObjectCoreResourceData, type OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, type PaginationCursors, type PendingTransaction, type PoolResourceData, type Processor_Status, type Processor_Status_Bool_Exp, type Processor_Status_Order_By, Processor_Status_Select_Column, type Processor_Status_Stream_Cursor_Input, type Processor_Status_Stream_Cursor_Value_Input, type Proposal_Votes, type Proposal_Votes_Aggregate, type Proposal_Votes_Aggregate_Fields, type Proposal_Votes_Aggregate_FieldsCountArgs, type Proposal_Votes_Avg_Fields, type Proposal_Votes_Bool_Exp, type Proposal_Votes_Max_Fields, type Proposal_Votes_Min_Fields, type Proposal_Votes_Order_By, Proposal_Votes_Select_Column, type Proposal_Votes_Stddev_Fields, type Proposal_Votes_Stddev_Pop_Fields, type Proposal_Votes_Stddev_Samp_Fields, type Proposal_Votes_Stream_Cursor_Input, type Proposal_Votes_Stream_Cursor_Value_Input, type Proposal_Votes_Sum_Fields, type Proposal_Votes_Var_Pop_Fields, type Proposal_Votes_Var_Samp_Fields, type Proposal_Votes_Variance_Fields, PublicKeySchemeNotSupported, QueryRefetchTime, QueryStaleTime, type Query_Root, type Query_RootAccount_TransactionsArgs, type Query_RootAccount_Transactions_AggregateArgs, type Query_RootAccount_Transactions_By_PkArgs, type Query_RootAddress_Events_SummaryArgs, type Query_RootAddress_Version_From_EventsArgs, type Query_RootAddress_Version_From_Events_AggregateArgs, type Query_RootAddress_Version_From_Move_ResourcesArgs, type Query_RootAddress_Version_From_Move_Resources_AggregateArgs, type Query_RootBlock_Metadata_TransactionsArgs, type Query_RootBlock_Metadata_Transactions_By_PkArgs, type Query_RootCoin_ActivitiesArgs, type Query_RootCoin_Activities_AggregateArgs, type Query_RootCoin_BalancesArgs, type Query_RootCoin_InfosArgs, type Query_RootCoin_SupplyArgs, type Query_RootCoin_Supply_By_PkArgs, type Query_RootCollection_DatasArgs, type Query_RootCurrent_Ans_LookupArgs, type Query_RootCurrent_Ans_Lookup_V2Args, type Query_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Query_RootCurrent_Aptos_NamesArgs, type Query_RootCurrent_Aptos_Names_AggregateArgs, type Query_RootCurrent_Coin_BalancesArgs, type Query_RootCurrent_Collection_DatasArgs, type Query_RootCurrent_Collection_Ownership_V2_ViewArgs, type Query_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Query_RootCurrent_Collections_V2Args, type Query_RootCurrent_Collections_V2_By_PkArgs, type Query_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Query_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Query_RootCurrent_Delegated_VoterArgs, type Query_RootCurrent_Delegated_Voter_By_PkArgs, type Query_RootCurrent_Delegator_BalancesArgs, type Query_RootCurrent_Delegator_Balances_By_PkArgs, type Query_RootCurrent_Fungible_Asset_BalancesArgs, type Query_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Query_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Query_RootCurrent_ObjectsArgs, type Query_RootCurrent_Objects_By_PkArgs, type Query_RootCurrent_Staking_Pool_VoterArgs, type Query_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Query_RootCurrent_Table_ItemsArgs, type Query_RootCurrent_Table_Items_By_PkArgs, type Query_RootCurrent_Token_DatasArgs, type Query_RootCurrent_Token_Datas_V2Args, type Query_RootCurrent_Token_Datas_V2_By_PkArgs, type Query_RootCurrent_Token_OwnershipsArgs, type Query_RootCurrent_Token_Ownerships_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2Args, type Query_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Query_RootCurrent_Token_Pending_ClaimsArgs, type Query_RootCurrent_Token_Pending_Claims_By_PkArgs, type Query_RootCurrent_Token_Royalty_V1Args, type Query_RootCurrent_Token_Royalty_V1_By_PkArgs, type Query_RootDelegated_Staking_ActivitiesArgs, type Query_RootDelegated_Staking_Activities_By_PkArgs, type Query_RootDelegated_Staking_Pool_BalancesArgs, type Query_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Query_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Query_RootDelegated_Staking_PoolsArgs, type Query_RootDelegated_Staking_Pools_By_PkArgs, type Query_RootDelegator_Distinct_PoolArgs, type Query_RootDelegator_Distinct_Pool_AggregateArgs, type Query_RootEventsArgs, type Query_RootEvents_By_PkArgs, type Query_RootFungible_Asset_ActivitiesArgs, type Query_RootFungible_Asset_Activities_By_PkArgs, type Query_RootFungible_Asset_MetadataArgs, type Query_RootFungible_Asset_Metadata_By_PkArgs, type Query_RootIndexer_StatusArgs, type Query_RootIndexer_Status_By_PkArgs, type Query_RootLedger_InfosArgs, type Query_RootLedger_Infos_By_PkArgs, type Query_RootMove_ResourcesArgs, type Query_RootMove_Resources_AggregateArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Query_RootNum_Active_Delegator_Per_PoolArgs, type Query_RootProcessor_StatusArgs, type Query_RootProcessor_Status_By_PkArgs, type Query_RootProposal_VotesArgs, type Query_RootProposal_Votes_AggregateArgs, type Query_RootProposal_Votes_By_PkArgs, type Query_RootSignaturesArgs, type Query_RootSignatures_By_PkArgs, type Query_RootTable_ItemsArgs, type Query_RootTable_Items_By_PkArgs, type Query_RootTable_MetadatasArgs, type Query_RootTable_Metadatas_By_PkArgs, type Query_RootToken_ActivitiesArgs, type Query_RootToken_Activities_AggregateArgs, type Query_RootToken_Activities_V2Args, type Query_RootToken_Activities_V2_AggregateArgs, type Query_RootToken_Activities_V2_By_PkArgs, type Query_RootToken_DatasArgs, type Query_RootToken_OwnershipsArgs, type Query_RootTokensArgs, type Query_RootUser_TransactionsArgs, type Query_RootUser_Transactions_By_PkArgs, type RawTransactionFactory, type ReceiveCoinEvent, type ReceiveCoinEventBase, type ReceiveTokenEvent, type ReceiveTokenOfferEvent, type Resource, type ResourceMap, type ResourceType, type ResourceTypeValue, type Scalars, type Sdk, type SendCoinEvent, type SendCoinEventBase, type SendTokenEvent, type SendTokenOfferEvent, SenderNotFoundError, type SerializedMultiAgentPayload, type SerializedPayload, type SignAndSubmitRawTransactionArgs, type SignAndSubmitRawTransactionResult, type SignAndSubmitTransactionArgs, type SignAndSubmitTransactionResult, type SignBufferArgs, type SignMessageArgs, type SignTransactionArgs, type SignTransactionResult, type Signatures, type SignaturesPublic_Key_IndicesArgs, type Signatures_Bool_Exp, type Signatures_Order_By, Signatures_Select_Column, type Signatures_Stream_Cursor_Input, type Signatures_Stream_Cursor_Value_Input, type SignerClient, SignerClientInvalidFunctionError, SignerNotFoundError, type SimulateTransactionArgs, SimulationArgumentError, type StakeEvent, type StakeEventBase, StakeOperation, type StakePoolResource, type StakePoolResourceData, type StakingInfo, type String_Comparison_Exp, type SubmitTransactionArgs, type SubmitTransactionResult, type Subscription_Root, type Subscription_RootAccount_TransactionsArgs, type Subscription_RootAccount_Transactions_AggregateArgs, type Subscription_RootAccount_Transactions_By_PkArgs, type Subscription_RootAccount_Transactions_StreamArgs, type Subscription_RootAddress_Events_SummaryArgs, type Subscription_RootAddress_Events_Summary_StreamArgs, type Subscription_RootAddress_Version_From_EventsArgs, type Subscription_RootAddress_Version_From_Events_AggregateArgs, type Subscription_RootAddress_Version_From_Events_StreamArgs, type Subscription_RootAddress_Version_From_Move_ResourcesArgs, type Subscription_RootAddress_Version_From_Move_Resources_AggregateArgs, type Subscription_RootAddress_Version_From_Move_Resources_StreamArgs, type Subscription_RootBlock_Metadata_TransactionsArgs, type Subscription_RootBlock_Metadata_Transactions_By_PkArgs, type Subscription_RootBlock_Metadata_Transactions_StreamArgs, type Subscription_RootCoin_ActivitiesArgs, type Subscription_RootCoin_Activities_AggregateArgs, type Subscription_RootCoin_Activities_StreamArgs, type Subscription_RootCoin_BalancesArgs, type Subscription_RootCoin_Balances_StreamArgs, type Subscription_RootCoin_InfosArgs, type Subscription_RootCoin_Infos_StreamArgs, type Subscription_RootCoin_SupplyArgs, type Subscription_RootCoin_Supply_By_PkArgs, type Subscription_RootCoin_Supply_StreamArgs, type Subscription_RootCollection_DatasArgs, type Subscription_RootCollection_Datas_StreamArgs, type Subscription_RootCurrent_Ans_LookupArgs, type Subscription_RootCurrent_Ans_Lookup_StreamArgs, type Subscription_RootCurrent_Ans_Lookup_V2Args, type Subscription_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Subscription_RootCurrent_Ans_Lookup_V2_StreamArgs, type Subscription_RootCurrent_Aptos_NamesArgs, type Subscription_RootCurrent_Aptos_Names_AggregateArgs, type Subscription_RootCurrent_Aptos_Names_StreamArgs, type Subscription_RootCurrent_Coin_BalancesArgs, type Subscription_RootCurrent_Coin_Balances_StreamArgs, type Subscription_RootCurrent_Collection_DatasArgs, type Subscription_RootCurrent_Collection_Datas_StreamArgs, type Subscription_RootCurrent_Collection_Ownership_V2_ViewArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_StreamArgs, type Subscription_RootCurrent_Collections_V2Args, type Subscription_RootCurrent_Collections_V2_By_PkArgs, type Subscription_RootCurrent_Collections_V2_StreamArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootCurrent_Delegated_VoterArgs, type Subscription_RootCurrent_Delegated_Voter_By_PkArgs, type Subscription_RootCurrent_Delegated_Voter_StreamArgs, type Subscription_RootCurrent_Delegator_BalancesArgs, type Subscription_RootCurrent_Delegator_Balances_By_PkArgs, type Subscription_RootCurrent_Delegator_Balances_StreamArgs, type Subscription_RootCurrent_Fungible_Asset_BalancesArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_StreamArgs, type Subscription_RootCurrent_ObjectsArgs, type Subscription_RootCurrent_Objects_By_PkArgs, type Subscription_RootCurrent_Objects_StreamArgs, type Subscription_RootCurrent_Staking_Pool_VoterArgs, type Subscription_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Subscription_RootCurrent_Staking_Pool_Voter_StreamArgs, type Subscription_RootCurrent_Table_ItemsArgs, type Subscription_RootCurrent_Table_Items_By_PkArgs, type Subscription_RootCurrent_Table_Items_StreamArgs, type Subscription_RootCurrent_Token_DatasArgs, type Subscription_RootCurrent_Token_Datas_StreamArgs, type Subscription_RootCurrent_Token_Datas_V2Args, type Subscription_RootCurrent_Token_Datas_V2_By_PkArgs, type Subscription_RootCurrent_Token_Datas_V2_StreamArgs, type Subscription_RootCurrent_Token_OwnershipsArgs, type Subscription_RootCurrent_Token_Ownerships_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_StreamArgs, type Subscription_RootCurrent_Token_Ownerships_V2Args, type Subscription_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Subscription_RootCurrent_Token_Ownerships_V2_StreamArgs, type Subscription_RootCurrent_Token_Pending_ClaimsArgs, type Subscription_RootCurrent_Token_Pending_Claims_By_PkArgs, type Subscription_RootCurrent_Token_Pending_Claims_StreamArgs, type Subscription_RootCurrent_Token_Royalty_V1Args, type Subscription_RootCurrent_Token_Royalty_V1_By_PkArgs, type Subscription_RootCurrent_Token_Royalty_V1_StreamArgs, type Subscription_RootDelegated_Staking_ActivitiesArgs, type Subscription_RootDelegated_Staking_Activities_By_PkArgs, type Subscription_RootDelegated_Staking_Activities_StreamArgs, type Subscription_RootDelegated_Staking_Pool_BalancesArgs, type Subscription_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Subscription_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootDelegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootDelegated_Staking_PoolsArgs, type Subscription_RootDelegated_Staking_Pools_By_PkArgs, type Subscription_RootDelegated_Staking_Pools_StreamArgs, type Subscription_RootDelegator_Distinct_PoolArgs, type Subscription_RootDelegator_Distinct_Pool_AggregateArgs, type Subscription_RootDelegator_Distinct_Pool_StreamArgs, type Subscription_RootEventsArgs, type Subscription_RootEvents_By_PkArgs, type Subscription_RootEvents_StreamArgs, type Subscription_RootFungible_Asset_ActivitiesArgs, type Subscription_RootFungible_Asset_Activities_By_PkArgs, type Subscription_RootFungible_Asset_Activities_StreamArgs, type Subscription_RootFungible_Asset_MetadataArgs, type Subscription_RootFungible_Asset_Metadata_By_PkArgs, type Subscription_RootFungible_Asset_Metadata_StreamArgs, type Subscription_RootIndexer_StatusArgs, type Subscription_RootIndexer_Status_By_PkArgs, type Subscription_RootIndexer_Status_StreamArgs, type Subscription_RootLedger_InfosArgs, type Subscription_RootLedger_Infos_By_PkArgs, type Subscription_RootLedger_Infos_StreamArgs, type Subscription_RootMove_ResourcesArgs, type Subscription_RootMove_Resources_AggregateArgs, type Subscription_RootMove_Resources_StreamArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_StreamArgs, type Subscription_RootNum_Active_Delegator_Per_PoolArgs, type Subscription_RootNum_Active_Delegator_Per_Pool_StreamArgs, type Subscription_RootProcessor_StatusArgs, type Subscription_RootProcessor_Status_By_PkArgs, type Subscription_RootProcessor_Status_StreamArgs, type Subscription_RootProposal_VotesArgs, type Subscription_RootProposal_Votes_AggregateArgs, type Subscription_RootProposal_Votes_By_PkArgs, type Subscription_RootProposal_Votes_StreamArgs, type Subscription_RootSignaturesArgs, type Subscription_RootSignatures_By_PkArgs, type Subscription_RootSignatures_StreamArgs, type Subscription_RootTable_ItemsArgs, type Subscription_RootTable_Items_By_PkArgs, type Subscription_RootTable_Items_StreamArgs, type Subscription_RootTable_MetadatasArgs, type Subscription_RootTable_Metadatas_By_PkArgs, type Subscription_RootTable_Metadatas_StreamArgs, type Subscription_RootToken_ActivitiesArgs, type Subscription_RootToken_Activities_AggregateArgs, type Subscription_RootToken_Activities_StreamArgs, type Subscription_RootToken_Activities_V2Args, type Subscription_RootToken_Activities_V2_AggregateArgs, type Subscription_RootToken_Activities_V2_By_PkArgs, type Subscription_RootToken_Activities_V2_StreamArgs, type Subscription_RootToken_DatasArgs, type Subscription_RootToken_Datas_StreamArgs, type Subscription_RootToken_OwnershipsArgs, type Subscription_RootToken_Ownerships_StreamArgs, type Subscription_RootTokensArgs, type Subscription_RootTokens_StreamArgs, type Subscription_RootUser_TransactionsArgs, type Subscription_RootUser_Transactions_By_PkArgs, type Subscription_RootUser_Transactions_StreamArgs, type SwapCoinEvent, type SwapCoinEventBase, type Table_Items, type Table_ItemsDecoded_KeyArgs, type Table_ItemsDecoded_ValueArgs, type Table_Items_Bool_Exp, type Table_Items_Order_By, Table_Items_Select_Column, type Table_Items_Stream_Cursor_Input, type Table_Items_Stream_Cursor_Value_Input, type Table_Metadatas, type Table_Metadatas_Bool_Exp, type Table_Metadatas_Order_By, Table_Metadatas_Select_Column, type Table_Metadatas_Stream_Cursor_Input, type Table_Metadatas_Stream_Cursor_Value_Input, type Timestamp_Comparison_Exp, type TokenActivity, type TokenActivityFragment, type TokenAttributes, type TokenBalanceChange, type TokenData, type TokenDataFieldsFragment, type TokenDepositEvent, TokenEvent, type TokenOwnershipFieldsFragment, type TokenStandard, type TokenStoreResource, type TokenStoreResourceData, type TokenWithdrawEvent, type Token_Activities, type Token_ActivitiesAptos_Names_OwnerArgs, type Token_ActivitiesAptos_Names_Owner_AggregateArgs, type Token_ActivitiesAptos_Names_ToArgs, type Token_ActivitiesAptos_Names_To_AggregateArgs, type Token_Activities_Aggregate, type Token_Activities_Aggregate_Bool_Exp, type Token_Activities_Aggregate_Bool_Exp_Count, type Token_Activities_Aggregate_Fields, type Token_Activities_Aggregate_FieldsCountArgs, type Token_Activities_Aggregate_Order_By, type Token_Activities_Avg_Fields, type Token_Activities_Avg_Order_By, type Token_Activities_Bool_Exp, type Token_Activities_Max_Fields, type Token_Activities_Max_Order_By, type Token_Activities_Min_Fields, type Token_Activities_Min_Order_By, type Token_Activities_Order_By, Token_Activities_Select_Column, type Token_Activities_Stddev_Fields, type Token_Activities_Stddev_Order_By, type Token_Activities_Stddev_Pop_Fields, type Token_Activities_Stddev_Pop_Order_By, type Token_Activities_Stddev_Samp_Fields, type Token_Activities_Stddev_Samp_Order_By, type Token_Activities_Stream_Cursor_Input, type Token_Activities_Stream_Cursor_Value_Input, type Token_Activities_Sum_Fields, type Token_Activities_Sum_Order_By, type Token_Activities_V2, type Token_Activities_V2Aptos_Names_FromArgs, type Token_Activities_V2Aptos_Names_From_AggregateArgs, type Token_Activities_V2Aptos_Names_ToArgs, type Token_Activities_V2Aptos_Names_To_AggregateArgs, type Token_Activities_V2_Aggregate, type Token_Activities_V2_Aggregate_Bool_Exp, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_And, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or, type Token_Activities_V2_Aggregate_Bool_Exp_Count, type Token_Activities_V2_Aggregate_Fields, type Token_Activities_V2_Aggregate_FieldsCountArgs, type Token_Activities_V2_Aggregate_Order_By, type Token_Activities_V2_Avg_Fields, type Token_Activities_V2_Avg_Order_By, type Token_Activities_V2_Bool_Exp, type Token_Activities_V2_Max_Fields, type Token_Activities_V2_Max_Order_By, type Token_Activities_V2_Min_Fields, type Token_Activities_V2_Min_Order_By, type 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, type Token_Activities_V2_Stddev_Fields, type Token_Activities_V2_Stddev_Order_By, type Token_Activities_V2_Stddev_Pop_Fields, type Token_Activities_V2_Stddev_Pop_Order_By, type Token_Activities_V2_Stddev_Samp_Fields, type Token_Activities_V2_Stddev_Samp_Order_By, type Token_Activities_V2_Stream_Cursor_Input, type Token_Activities_V2_Stream_Cursor_Value_Input, type Token_Activities_V2_Sum_Fields, type Token_Activities_V2_Sum_Order_By, type Token_Activities_V2_Var_Pop_Fields, type Token_Activities_V2_Var_Pop_Order_By, type Token_Activities_V2_Var_Samp_Fields, type Token_Activities_V2_Var_Samp_Order_By, type Token_Activities_V2_Variance_Fields, type Token_Activities_V2_Variance_Order_By, type Token_Activities_Var_Pop_Fields, type Token_Activities_Var_Pop_Order_By, type Token_Activities_Var_Samp_Fields, type Token_Activities_Var_Samp_Order_By, type Token_Activities_Variance_Fields, type Token_Activities_Variance_Order_By, type Token_Datas, type Token_DatasDefault_PropertiesArgs, type Token_Datas_Bool_Exp, type Token_Datas_Order_By, Token_Datas_Select_Column, type Token_Datas_Stream_Cursor_Input, type Token_Datas_Stream_Cursor_Value_Input, type Token_Ownerships, type Token_Ownerships_Bool_Exp, type Token_Ownerships_Order_By, Token_Ownerships_Select_Column, type Token_Ownerships_Stream_Cursor_Input, type Token_Ownerships_Stream_Cursor_Value_Input, type Tokens, type TokensToken_PropertiesArgs, type Tokens_Bool_Exp, type Tokens_Order_By, Tokens_Select_Column, type Tokens_Stream_Cursor_Input, type Tokens_Stream_Cursor_Value_Input, type Transaction, type TransactionError, type TransactionOptions, type TransactionPayload, TransactionValidationErrorReason, type UnconfirmedActivityItem, UnexpectedNetworkError, UnsupportedNameFormatError, type UseActivityConfig, type User_Transactions, type User_Transactions_Bool_Exp, type User_Transactions_Order_By, User_Transactions_Select_Column, type User_Transactions_Stream_Cursor_Input, type User_Transactions_Stream_Cursor_Value_Input, type ValidatorFromJSONFile, type ValidatorInfo, type ValidatorSetResource, type ValidatorSetResourceData, ValidatorStatus, WalletAdapterClientInvalidFunctionError, WalletSignerClientInvalidFunctionError, aptosAccountCoinTransferFunction, aptosAccountCoinTransferFunctionName, aptosAccountCreateAccountViaTransferFunctionName, aptosAccountNamespace, aptosCoinInfoStructTag, aptosCoinStoreStructTag, aptosCoinStructTag, aptosDelegationPoolStructTag, aptosFAType, aptosStakePoolStructTag, aptosTypes, aptosValidatorSetStructTag, buildCoinTransferPayload, buildCreateAccountTransferPayload, buildFungibleAssetTransferPayload, buildNaturalCoinTransferPayload, buildRawTransactionFromBCSPayload, coinInfoResource, coinInfoStructTag, coinNamespace, coinStoreResource, coinStoreStructTag, convertAptosAccountToAccountInfo, convertAptosAccountToSigner, createPaginatedQuery, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, rawInfoDevNet as devnetList, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, extractIpfsCid, fetchAccountActivities, fetchAccountCollections, fetchAccountTokens, fetchAccountTotalTokens, fetchAddressFromName, fetchAptBalance, fetchCoinInfo, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchFungibleAssetMetadata, fetchGasPrice, fetchIndexedTokenData, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchOwnedDigitalAssets, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenActivities, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fixBadAptosUri, formatAmount, formatApt, formatCoin, formatUnits, fundAccount, fungibleAssetEventsTag, fungibleAssetMetadataStructTag, fungibleAssetStoreTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getTokenDataId, getTokenDataIdHash, handleApiError, imageExtensions, isApt, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberMismatchError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, networks, normalizeAddress, normalizePayload, normalizeTimestamp, objectTag, parseApt, parseCollectionData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenData, parseTokenOwnership, parseUnits, prettifyCoinInfo, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, replaceIpfsGateway, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signAndSubmitTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };