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