@aptos-labs/js-pro 0.1.0-experimental.29 → 0.1.0-experimental.30
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 +35 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +143 -130
- package/dist/index.d.ts +143 -130
- package/dist/index.js +36 -39
- package/dist/index.js.map +1 -1
- package/package.json +10 -12
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, PendingTransactionResponse, Aptos, AnyRawTransaction, Account, SignedTransaction, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse,
|
|
1
|
+
import { MoveAddressType, MoveUint64Type, MoveUint128Type, PublicKey, PendingTransactionResponse, Aptos, AnyRawTransaction, Account, SignedTransaction, AnyNumber, GetEventsResponse, GasEstimation, AccountAddressInput, UserTransactionResponse, InputGenerateTransactionPayloadData, AptosSettings, PaginationArgs, OrderByArg, GetOwnedTokensResponse, LedgerVersionArg, TransactionResponse, HexInput, WaitForTransactionOptions, CommittedTransactionResponse, InputSimulateTransactionOptions, Network } from '@aptos-labs/ts-sdk';
|
|
2
2
|
import * as graphql_request_build_cjs_types from 'graphql-request/build/cjs/types';
|
|
3
3
|
import { GraphQLClientRequestHeaders } from 'graphql-request/build/cjs/types';
|
|
4
4
|
import { GraphQLClient } from 'graphql-request';
|
|
@@ -29,6 +29,9 @@ type MakeEmpty<T extends {
|
|
|
29
29
|
type Incremental<T> = T | {
|
|
30
30
|
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
31
31
|
};
|
|
32
|
+
type JSONValue = null | string | number | boolean | {
|
|
33
|
+
[x: string]: JSONValue;
|
|
34
|
+
} | Array<JSONValue>;
|
|
32
35
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
33
36
|
type Scalars = {
|
|
34
37
|
ID: {
|
|
@@ -56,8 +59,8 @@ type Scalars = {
|
|
|
56
59
|
output: any;
|
|
57
60
|
};
|
|
58
61
|
jsonb: {
|
|
59
|
-
input:
|
|
60
|
-
output:
|
|
62
|
+
input: JSONValue;
|
|
63
|
+
output: JSONValue;
|
|
61
64
|
};
|
|
62
65
|
numeric: {
|
|
63
66
|
input: number;
|
|
@@ -10347,19 +10350,19 @@ type GetAccountTokensTotalQuery = {
|
|
|
10347
10350
|
} | null;
|
|
10348
10351
|
};
|
|
10349
10352
|
};
|
|
10350
|
-
type
|
|
10353
|
+
type GetAccountTokenOwnershipsQueryVariables = Exact<{
|
|
10351
10354
|
address: Scalars['String']['input'];
|
|
10352
10355
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
10353
10356
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10354
10357
|
where: Array<Current_Token_Ownerships_V2_Bool_Exp> | Current_Token_Ownerships_V2_Bool_Exp;
|
|
10355
10358
|
}>;
|
|
10356
|
-
type
|
|
10359
|
+
type GetAccountTokenOwnershipsQuery = {
|
|
10357
10360
|
__typename?: 'query_root';
|
|
10358
10361
|
current_token_ownerships_v2: Array<{
|
|
10359
10362
|
__typename?: 'current_token_ownerships_v2';
|
|
10360
10363
|
amount: number;
|
|
10361
10364
|
is_soulbound_v2?: boolean | null;
|
|
10362
|
-
|
|
10365
|
+
owner_address: string;
|
|
10363
10366
|
current_token_data?: {
|
|
10364
10367
|
__typename?: 'current_token_datas_v2';
|
|
10365
10368
|
description: string;
|
|
@@ -10367,8 +10370,10 @@ type GetAccountCurrentTokensQuery = {
|
|
|
10367
10370
|
token_name: string;
|
|
10368
10371
|
token_data_id: string;
|
|
10369
10372
|
last_transaction_timestamp: any;
|
|
10370
|
-
|
|
10373
|
+
last_transaction_version: any;
|
|
10374
|
+
token_properties: JSONValue;
|
|
10371
10375
|
token_standard: string;
|
|
10376
|
+
is_fungible_v2?: boolean | null;
|
|
10372
10377
|
current_collection?: {
|
|
10373
10378
|
__typename?: 'current_collections_v2';
|
|
10374
10379
|
uri: string;
|
|
@@ -10400,7 +10405,7 @@ type GetCurrentTokenDataQuery = {
|
|
|
10400
10405
|
token_name: string;
|
|
10401
10406
|
last_transaction_timestamp: any;
|
|
10402
10407
|
description: string;
|
|
10403
|
-
token_properties:
|
|
10408
|
+
token_properties: JSONValue;
|
|
10404
10409
|
token_uri: string;
|
|
10405
10410
|
current_collection?: {
|
|
10406
10411
|
__typename?: 'current_collections_v2';
|
|
@@ -10463,14 +10468,15 @@ type GetTokenDataQuery = {
|
|
|
10463
10468
|
__typename?: 'query_root';
|
|
10464
10469
|
current_token_datas_v2: Array<{
|
|
10465
10470
|
__typename?: 'current_token_datas_v2';
|
|
10466
|
-
last_transaction_version: any;
|
|
10467
10471
|
description: string;
|
|
10468
10472
|
token_uri: string;
|
|
10469
10473
|
token_name: string;
|
|
10470
10474
|
token_data_id: string;
|
|
10471
10475
|
last_transaction_timestamp: any;
|
|
10472
|
-
|
|
10476
|
+
last_transaction_version: any;
|
|
10477
|
+
token_properties: JSONValue;
|
|
10473
10478
|
token_standard: string;
|
|
10479
|
+
is_fungible_v2?: boolean | null;
|
|
10474
10480
|
current_collection?: {
|
|
10475
10481
|
__typename?: 'current_collections_v2';
|
|
10476
10482
|
uri: string;
|
|
@@ -10512,8 +10518,10 @@ type GetTokenPendingClaimsQuery = {
|
|
|
10512
10518
|
token_name: string;
|
|
10513
10519
|
token_data_id: string;
|
|
10514
10520
|
last_transaction_timestamp: any;
|
|
10515
|
-
|
|
10521
|
+
last_transaction_version: any;
|
|
10522
|
+
token_properties: JSONValue;
|
|
10516
10523
|
token_standard: string;
|
|
10524
|
+
is_fungible_v2?: boolean | null;
|
|
10517
10525
|
current_collection?: {
|
|
10518
10526
|
__typename?: 'current_collections_v2';
|
|
10519
10527
|
uri: string;
|
|
@@ -10556,8 +10564,10 @@ type GetPendingClaimsForTokenQuery = {
|
|
|
10556
10564
|
token_name: string;
|
|
10557
10565
|
token_data_id: string;
|
|
10558
10566
|
last_transaction_timestamp: any;
|
|
10559
|
-
|
|
10567
|
+
last_transaction_version: any;
|
|
10568
|
+
token_properties: JSONValue;
|
|
10560
10569
|
token_standard: string;
|
|
10570
|
+
is_fungible_v2?: boolean | null;
|
|
10561
10571
|
current_collection?: {
|
|
10562
10572
|
__typename?: 'current_collections_v2';
|
|
10563
10573
|
uri: string;
|
|
@@ -10640,8 +10650,10 @@ type TokenDataFieldsFragment = {
|
|
|
10640
10650
|
token_name: string;
|
|
10641
10651
|
token_data_id: string;
|
|
10642
10652
|
last_transaction_timestamp: any;
|
|
10643
|
-
|
|
10653
|
+
last_transaction_version: any;
|
|
10654
|
+
token_properties: JSONValue;
|
|
10644
10655
|
token_standard: string;
|
|
10656
|
+
is_fungible_v2?: boolean | null;
|
|
10645
10657
|
current_collection?: {
|
|
10646
10658
|
__typename?: 'current_collections_v2';
|
|
10647
10659
|
uri: string;
|
|
@@ -10660,6 +10672,41 @@ type TokenDataFieldsFragment = {
|
|
|
10660
10672
|
cdn_image_uri?: string | null;
|
|
10661
10673
|
} | null;
|
|
10662
10674
|
};
|
|
10675
|
+
type TokenOwnershipFieldsFragment = {
|
|
10676
|
+
__typename?: 'current_token_ownerships_v2';
|
|
10677
|
+
amount: number;
|
|
10678
|
+
is_soulbound_v2?: boolean | null;
|
|
10679
|
+
owner_address: string;
|
|
10680
|
+
current_token_data?: {
|
|
10681
|
+
__typename?: 'current_token_datas_v2';
|
|
10682
|
+
description: string;
|
|
10683
|
+
token_uri: string;
|
|
10684
|
+
token_name: string;
|
|
10685
|
+
token_data_id: string;
|
|
10686
|
+
last_transaction_timestamp: any;
|
|
10687
|
+
last_transaction_version: any;
|
|
10688
|
+
token_properties: JSONValue;
|
|
10689
|
+
token_standard: string;
|
|
10690
|
+
is_fungible_v2?: boolean | null;
|
|
10691
|
+
current_collection?: {
|
|
10692
|
+
__typename?: 'current_collections_v2';
|
|
10693
|
+
uri: string;
|
|
10694
|
+
max_supply?: number | null;
|
|
10695
|
+
description: string;
|
|
10696
|
+
collection_name: string;
|
|
10697
|
+
collection_id: string;
|
|
10698
|
+
creator_address: string;
|
|
10699
|
+
cdn_asset_uris?: {
|
|
10700
|
+
__typename?: 'nft_metadata_crawler_parsed_asset_uris';
|
|
10701
|
+
cdn_image_uri?: string | null;
|
|
10702
|
+
} | null;
|
|
10703
|
+
} | null;
|
|
10704
|
+
cdn_asset_uris?: {
|
|
10705
|
+
__typename?: 'nft_metadata_crawler_parsed_asset_uris';
|
|
10706
|
+
cdn_image_uri?: string | null;
|
|
10707
|
+
} | null;
|
|
10708
|
+
} | null;
|
|
10709
|
+
};
|
|
10663
10710
|
type CollectionDataFieldsFragment = {
|
|
10664
10711
|
__typename?: 'current_collections_v2';
|
|
10665
10712
|
uri: string;
|
|
@@ -10688,8 +10735,10 @@ type CurrentTokenPendingClaimsFragment = {
|
|
|
10688
10735
|
token_name: string;
|
|
10689
10736
|
token_data_id: string;
|
|
10690
10737
|
last_transaction_timestamp: any;
|
|
10691
|
-
|
|
10738
|
+
last_transaction_version: any;
|
|
10739
|
+
token_properties: JSONValue;
|
|
10692
10740
|
token_standard: string;
|
|
10741
|
+
is_fungible_v2?: boolean | null;
|
|
10693
10742
|
current_collection?: {
|
|
10694
10743
|
__typename?: 'current_collections_v2';
|
|
10695
10744
|
uri: string;
|
|
@@ -10842,16 +10891,6 @@ type GetFungibleAssetMetadataQuery = {
|
|
|
10842
10891
|
symbol: string;
|
|
10843
10892
|
}>;
|
|
10844
10893
|
};
|
|
10845
|
-
type GetCurrentAptBalanceQueryVariables = Exact<{
|
|
10846
|
-
address: Scalars['String']['input'];
|
|
10847
|
-
}>;
|
|
10848
|
-
type GetCurrentAptBalanceQuery = {
|
|
10849
|
-
__typename?: 'query_root';
|
|
10850
|
-
current_fungible_asset_balances: Array<{
|
|
10851
|
-
__typename?: 'current_fungible_asset_balances';
|
|
10852
|
-
amount?: number | null;
|
|
10853
|
-
}>;
|
|
10854
|
-
};
|
|
10855
10894
|
type GetDelegatedStakingRoyaltiesQueryVariables = Exact<{
|
|
10856
10895
|
address: Scalars['String']['input'];
|
|
10857
10896
|
pool?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -10919,7 +10958,7 @@ type GetNumberOfDelegatorsQuery = {
|
|
|
10919
10958
|
type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string) => Promise<T>;
|
|
10920
10959
|
declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
10921
10960
|
getAccountTokensTotal(variables: GetAccountTokensTotalQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountTokensTotalQuery>;
|
|
10922
|
-
|
|
10961
|
+
getAccountTokenOwnerships(variables: GetAccountTokenOwnershipsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountTokenOwnershipsQuery>;
|
|
10923
10962
|
getCurrentTokenData(variables: GetCurrentTokenDataQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetCurrentTokenDataQuery>;
|
|
10924
10963
|
getAccountCollections(variables: GetAccountCollectionsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetAccountCollectionsQuery>;
|
|
10925
10964
|
getTokenData(variables: GetTokenDataQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetTokenDataQuery>;
|
|
@@ -10931,7 +10970,6 @@ declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper)
|
|
|
10931
10970
|
getProcessorLastVersion(variables: GetProcessorLastVersionQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetProcessorLastVersionQuery>;
|
|
10932
10971
|
getConsolidatedActivities(variables: GetConsolidatedActivitiesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetConsolidatedActivitiesQuery>;
|
|
10933
10972
|
getFungibleAssetMetadata(variables: GetFungibleAssetMetadataQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetFungibleAssetMetadataQuery>;
|
|
10934
|
-
getCurrentAptBalance(variables: GetCurrentAptBalanceQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetCurrentAptBalanceQuery>;
|
|
10935
10973
|
getDelegatedStakingRoyalties(variables: GetDelegatedStakingRoyaltiesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDelegatedStakingRoyaltiesQuery>;
|
|
10936
10974
|
getDelegatedStaking(variables: GetDelegatedStakingQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDelegatedStakingQuery>;
|
|
10937
10975
|
getDelegationPools(variables?: GetDelegationPoolsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders): Promise<GetDelegationPoolsQuery>;
|
|
@@ -11412,30 +11450,22 @@ interface TokenData {
|
|
|
11412
11450
|
description: string;
|
|
11413
11451
|
isFungibleV2: boolean;
|
|
11414
11452
|
isSoulbound: boolean;
|
|
11453
|
+
lastTransactionTimestamp: Date;
|
|
11454
|
+
lastTransactionVersion: number;
|
|
11415
11455
|
metadataUri: string;
|
|
11416
11456
|
name: string;
|
|
11417
11457
|
tokenId: string;
|
|
11458
|
+
tokenProperties?: JSONValue;
|
|
11418
11459
|
tokenStandard: TokenStandard;
|
|
11419
11460
|
}
|
|
11420
|
-
|
|
11421
|
-
|
|
11422
|
-
|
|
11423
|
-
|
|
11424
|
-
tokenProperties: {
|
|
11425
|
-
[key: string]: string;
|
|
11426
|
-
};
|
|
11427
|
-
};
|
|
11428
|
-
interface TokenClaim {
|
|
11461
|
+
/**
|
|
11462
|
+
* A token that is owned by an account also known as a token ownership.
|
|
11463
|
+
*/
|
|
11464
|
+
type AccountToken = TokenData & {
|
|
11429
11465
|
amount: number;
|
|
11430
|
-
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
-
lastTransactionTimestamp: string;
|
|
11434
|
-
lastTransactionVersion: number;
|
|
11435
|
-
toAddress: string;
|
|
11436
|
-
toAddressName?: AptosName;
|
|
11437
|
-
tokenData: ExtendedTokenData;
|
|
11438
|
-
}
|
|
11466
|
+
isSoulbound: boolean;
|
|
11467
|
+
ownerAddress: string;
|
|
11468
|
+
};
|
|
11439
11469
|
declare enum TokenEvent {
|
|
11440
11470
|
CancelOffer = "0x3::token_transfers::TokenCancelOfferEvent",
|
|
11441
11471
|
Claim = "0x3::token_transfers::TokenClaimEvent",
|
|
@@ -11847,15 +11877,15 @@ declare function fetchFungibleAssetMetadata(this: AptosJSProClient, { type }: Fe
|
|
|
11847
11877
|
*/
|
|
11848
11878
|
declare function fetchGasPrice(this: AptosJSProClient): Promise<GasEstimation>;
|
|
11849
11879
|
|
|
11850
|
-
interface
|
|
11880
|
+
interface FetchAccountActivitiesArgs extends Omit<GetConsolidatedActivitiesQueryVariables, 'address' | 'max_transaction_version'> {
|
|
11851
11881
|
address: string;
|
|
11852
11882
|
max_transaction_version?: bigint;
|
|
11853
11883
|
}
|
|
11854
|
-
interface
|
|
11884
|
+
interface FetchAccountActivitiesResult {
|
|
11855
11885
|
events: ActivityEvent[];
|
|
11856
11886
|
minVersion: bigint;
|
|
11857
11887
|
}
|
|
11858
|
-
declare function
|
|
11888
|
+
declare function fetchAccountActivities(this: AptosJSProClient, { address, fungible_asset_activities_where, token_activities_v2_where, where, limit, max_transaction_version, }: FetchAccountActivitiesArgs): Promise<FetchAccountActivitiesResult>;
|
|
11859
11889
|
|
|
11860
11890
|
type PaginationQueryFnResult<T> = T & {
|
|
11861
11891
|
/**
|
|
@@ -11912,16 +11942,16 @@ interface PaginationCursors {
|
|
|
11912
11942
|
*/
|
|
11913
11943
|
declare const createPaginatedQuery: <TQueryFnResult>({ limit, offset, queryFn, }: PaginationOptions<TQueryFnResult>) => Promise<PaginationCursors & TQueryFnResult>;
|
|
11914
11944
|
|
|
11915
|
-
interface
|
|
11945
|
+
interface FetchAccountCollectionsArgs {
|
|
11916
11946
|
address: string;
|
|
11917
11947
|
collectionIdsBlacklist?: string[];
|
|
11918
11948
|
limit?: number;
|
|
11919
11949
|
offset?: number;
|
|
11920
11950
|
}
|
|
11921
|
-
type
|
|
11951
|
+
type FetchAccountCollectionsResult = PaginationCursors & {
|
|
11922
11952
|
collections: CollectionData[];
|
|
11923
11953
|
};
|
|
11924
|
-
declare function
|
|
11954
|
+
declare function fetchAccountCollections(this: AptosJSProClient, { address, collectionIdsBlacklist, limit, offset, }: FetchAccountCollectionsArgs): Promise<FetchAccountCollectionsResult>;
|
|
11925
11955
|
|
|
11926
11956
|
declare const getSequenceNumber: (aptos: Aptos, address: AccountAddressInput) => Promise<bigint>;
|
|
11927
11957
|
declare function normalizeAddress(address: string): string;
|
|
@@ -12116,16 +12146,15 @@ declare function parseMoveVmStatus(status: string): MoveVmStatus;
|
|
|
12116
12146
|
declare const parseTokenActivity: (activity: TokenActivityFragment) => TokenActivity;
|
|
12117
12147
|
declare const parseCollectionData: (collectionData: CollectionDataFieldsFragment) => CollectionData;
|
|
12118
12148
|
declare const parseTokenData: (tokenData: TokenDataFieldsFragment) => TokenData;
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
}
|
|
12128
|
-
declare const parseExtendedTokenData: ({ amount, lastTxnVersion, propertyVersion, tokenData, tokenProperties, }: ParseExtendedTokenDataArgs) => ExtendedTokenData;
|
|
12149
|
+
/**
|
|
12150
|
+
* Parse a token ownership into an account token object.
|
|
12151
|
+
*
|
|
12152
|
+
* @param ownership The token ownership to parse.
|
|
12153
|
+
* @returns The parsed account token including the token data.
|
|
12154
|
+
*/
|
|
12155
|
+
declare const parseTokenOwnership: (ownership: Omit<TokenOwnershipFieldsFragment, 'current_token_data'> & {
|
|
12156
|
+
current_token_data: TokenDataFieldsFragment;
|
|
12157
|
+
}) => AccountToken;
|
|
12129
12158
|
declare const parseRawEvent: (event: EventWithVersion) => Event;
|
|
12130
12159
|
|
|
12131
12160
|
/**
|
|
@@ -12230,33 +12259,31 @@ declare const formatApt: (value: bigint) => string;
|
|
|
12230
12259
|
declare const convertAptosAccountToAccountInfo: (account: Account | undefined) => AccountInfo | undefined;
|
|
12231
12260
|
declare const convertAptosAccountToSigner: (account: Account | undefined) => SignerClient | undefined;
|
|
12232
12261
|
|
|
12233
|
-
|
|
12234
|
-
type CurrentTokenData = CurrentTokenOwnership['current_token_data'];
|
|
12235
|
-
interface FetchIndexedAccountTokensArgs {
|
|
12262
|
+
interface FetchAccountTokensArgs {
|
|
12236
12263
|
address: string;
|
|
12237
12264
|
collectionId?: string;
|
|
12238
12265
|
filteredCollectionIds?: string[];
|
|
12239
12266
|
limit?: number;
|
|
12240
12267
|
offset?: number;
|
|
12241
12268
|
}
|
|
12242
|
-
type
|
|
12243
|
-
tokens:
|
|
12269
|
+
type FetchAccountTokensResult = PaginationCursors & {
|
|
12270
|
+
tokens: AccountToken[];
|
|
12244
12271
|
};
|
|
12245
|
-
declare function
|
|
12272
|
+
declare function fetchAccountTokens(this: AptosJSProClient, { address, collectionId, limit, offset }: FetchAccountTokensArgs): Promise<FetchAccountTokensResult>;
|
|
12246
12273
|
|
|
12247
|
-
interface
|
|
12274
|
+
interface FetchTokenActivitiesArgs {
|
|
12248
12275
|
limit?: number;
|
|
12249
12276
|
offset?: number;
|
|
12250
12277
|
tokenId: string;
|
|
12251
12278
|
}
|
|
12252
|
-
type
|
|
12279
|
+
type FetchTokenActivitiesResult = PaginationCursors & {
|
|
12253
12280
|
activities: TokenActivity[];
|
|
12254
12281
|
};
|
|
12255
12282
|
/**
|
|
12256
12283
|
* @description
|
|
12257
12284
|
* Fetches a page of token activities for a given token ID hash or address using the indexer
|
|
12258
12285
|
*/
|
|
12259
|
-
declare function
|
|
12286
|
+
declare function fetchTokenActivities(this: AptosJSProClient, { limit, offset, tokenId }: FetchTokenActivitiesArgs): Promise<FetchTokenActivitiesResult>;
|
|
12260
12287
|
|
|
12261
12288
|
type CurrentTokenDataV2 = GetCurrentTokenDataQuery['current_token_datas_v2'][0];
|
|
12262
12289
|
type AcquiredActivity = GetCurrentTokenDataQuery['acquired_activity'][0];
|
|
@@ -12272,32 +12299,6 @@ type FetchIndexedTokenDataResult = {
|
|
|
12272
12299
|
};
|
|
12273
12300
|
declare function fetchIndexedTokenData(this: AptosJSProClient, { address, tokenId }: FetchIndexedTokenDataArgs): Promise<FetchIndexedTokenDataResult>;
|
|
12274
12301
|
|
|
12275
|
-
type HiddenTokens = {
|
|
12276
|
-
[key: string]: {
|
|
12277
|
-
[key: string]: boolean;
|
|
12278
|
-
};
|
|
12279
|
-
};
|
|
12280
|
-
declare function parseTokenClaim(client: AptosJSProClient, tokenClaim: CurrentTokenPendingClaimsFragment): Promise<TokenClaim>;
|
|
12281
|
-
interface FetchIndexedTokensPendingOfferClaimsArgs {
|
|
12282
|
-
address: string;
|
|
12283
|
-
hiddenTokens?: HiddenTokens;
|
|
12284
|
-
limit?: number;
|
|
12285
|
-
offset?: number;
|
|
12286
|
-
showHiddenOffers?: boolean;
|
|
12287
|
-
}
|
|
12288
|
-
interface FetchIndexedTokensPendingOfferClaimsResult {
|
|
12289
|
-
claims: TokenClaim[];
|
|
12290
|
-
nextCursor?: number;
|
|
12291
|
-
prevCursor?: number;
|
|
12292
|
-
}
|
|
12293
|
-
/**
|
|
12294
|
-
* @description
|
|
12295
|
-
* Fetches a page of pending token offer claims for a given account address using the indexer
|
|
12296
|
-
*
|
|
12297
|
-
* Can specify what tokens to hide using the hiddenTokens argument
|
|
12298
|
-
*/
|
|
12299
|
-
declare function fetchIndexedTokensPendingOfferClaims(this: AptosJSProClient, { address, hiddenTokens, limit, offset, showHiddenOffers, }: FetchIndexedTokensPendingOfferClaimsArgs): Promise<FetchIndexedTokensPendingOfferClaimsResult>;
|
|
12300
|
-
|
|
12301
12302
|
type FetchIndexerProcessorAvailabilityArgs = {
|
|
12302
12303
|
processor: string;
|
|
12303
12304
|
};
|
|
@@ -12323,12 +12324,13 @@ interface FetchIsValidMetadataArgs {
|
|
|
12323
12324
|
declare function fetchIsValidMetadata(this: AptosJSProClient, { uri }: FetchIsValidMetadataArgs): Promise<boolean>;
|
|
12324
12325
|
|
|
12325
12326
|
interface FetchNodeStatusArgs {
|
|
12327
|
+
config?: Omit<AptosSettings, 'fullnode'>;
|
|
12326
12328
|
nodeUrl: string;
|
|
12327
12329
|
}
|
|
12328
12330
|
/**
|
|
12329
12331
|
* @description Fetches the node status of the given node URL
|
|
12330
12332
|
*/
|
|
12331
|
-
declare function fetchNodeStatus(this: AptosJSProClient, { nodeUrl }: FetchNodeStatusArgs): Promise<boolean>;
|
|
12333
|
+
declare function fetchNodeStatus(this: AptosJSProClient, { config: aptosConfig, nodeUrl }: FetchNodeStatusArgs): Promise<boolean>;
|
|
12332
12334
|
|
|
12333
12335
|
interface FetchOwnedDigitalAssetsArgs extends PaginationArgs, OrderByArg<GetOwnedTokensResponse[0]> {
|
|
12334
12336
|
minimumLedgerVersion?: AnyNumber;
|
|
@@ -12564,12 +12566,12 @@ declare class AptosJSProClient {
|
|
|
12564
12566
|
address: string;
|
|
12565
12567
|
where: Current_Token_Ownerships_V2_Bool_Exp | Current_Token_Ownerships_V2_Bool_Exp[];
|
|
12566
12568
|
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<GetAccountTokensTotalQuery>;
|
|
12567
|
-
|
|
12569
|
+
getAccountTokenOwnerships(variables: Exact<{
|
|
12568
12570
|
address: string;
|
|
12569
12571
|
offset?: InputMaybe<number> | undefined;
|
|
12570
12572
|
limit?: InputMaybe<number> | undefined;
|
|
12571
12573
|
where: Current_Token_Ownerships_V2_Bool_Exp | Current_Token_Ownerships_V2_Bool_Exp[];
|
|
12572
|
-
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<
|
|
12574
|
+
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<GetAccountTokenOwnershipsQuery>;
|
|
12573
12575
|
getCurrentTokenData(variables: Exact<{
|
|
12574
12576
|
tokenId: string;
|
|
12575
12577
|
address: string;
|
|
@@ -12618,9 +12620,6 @@ declare class AptosJSProClient {
|
|
|
12618
12620
|
getFungibleAssetMetadata(variables: Exact<{
|
|
12619
12621
|
type: string;
|
|
12620
12622
|
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<GetFungibleAssetMetadataQuery>;
|
|
12621
|
-
getCurrentAptBalance(variables: Exact<{
|
|
12622
|
-
address: string;
|
|
12623
|
-
}>, requestHeaders?: graphql_request_build_cjs_types.GraphQLClientRequestHeaders | undefined): Promise<GetCurrentAptBalanceQuery>;
|
|
12624
12623
|
getDelegatedStakingRoyalties(variables: Exact<{
|
|
12625
12624
|
address: string;
|
|
12626
12625
|
pool?: InputMaybe<string> | undefined;
|
|
@@ -12656,7 +12655,7 @@ declare class AptosJSProClient {
|
|
|
12656
12655
|
private createIndexer;
|
|
12657
12656
|
getClients: typeof getClients;
|
|
12658
12657
|
getCoinList: typeof getCoinList;
|
|
12659
|
-
|
|
12658
|
+
fetchAccountActivities: typeof fetchAccountActivities;
|
|
12660
12659
|
fetchWaitForTransaction: typeof fetchWaitForTransaction;
|
|
12661
12660
|
fetchTransaction: typeof fetchTransaction;
|
|
12662
12661
|
fetchTokenMetadata: typeof fetchTokenMetadata;
|
|
@@ -12668,10 +12667,10 @@ declare class AptosJSProClient {
|
|
|
12668
12667
|
fetchTokenProcessorAvailability: typeof fetchTokenProcessorAvailability;
|
|
12669
12668
|
fetchCoinProcessorAvailability: typeof fetchCoinProcessorAvailability;
|
|
12670
12669
|
fetchFungibleAssetMetadata: typeof fetchFungibleAssetMetadata;
|
|
12671
|
-
|
|
12672
|
-
|
|
12670
|
+
fetchTokenActivities: typeof fetchTokenActivities;
|
|
12671
|
+
fetchAccountCollections: typeof fetchAccountCollections;
|
|
12673
12672
|
fetchOwnedDigitalAssets: typeof fetchOwnedDigitalAssets;
|
|
12674
|
-
|
|
12673
|
+
fetchAccountTokens: typeof fetchAccountTokens;
|
|
12675
12674
|
fetchIndexedTokenData: typeof fetchIndexedTokenData;
|
|
12676
12675
|
fetchGasPrice: typeof fetchGasPrice;
|
|
12677
12676
|
fetchFaucetStatus: typeof fetchFaucetStatus;
|
|
@@ -12679,7 +12678,6 @@ declare class AptosJSProClient {
|
|
|
12679
12678
|
fetchCoinInfo: typeof fetchCoinInfo;
|
|
12680
12679
|
fetchAddressFromName: typeof fetchAddressFromName;
|
|
12681
12680
|
fetchNameFromAddress: typeof fetchNameFromAddress;
|
|
12682
|
-
fetchIndexedTokensPendingOfferClaims: typeof fetchIndexedTokensPendingOfferClaims;
|
|
12683
12681
|
fetchAccountTotalTokens: typeof fetchAccountTotalTokens;
|
|
12684
12682
|
fetchTokenAcquiredDate: typeof fetchTokenAcquiredDate;
|
|
12685
12683
|
fetchAptBalance: typeof fetchAptBalance;
|
|
@@ -12794,45 +12792,60 @@ type SignAndSubmitTransactionResult = {
|
|
|
12794
12792
|
*/
|
|
12795
12793
|
declare function signAndSubmitTransaction(this: AptosJSProClient, { data, options, sender, signer }: SignAndSubmitTransactionArgs): Promise<SignAndSubmitTransactionResult>;
|
|
12796
12794
|
|
|
12797
|
-
|
|
12795
|
+
interface AptosBaseErrorOptions {
|
|
12796
|
+
longMessage?: string;
|
|
12797
|
+
}
|
|
12798
|
+
declare class AptosBaseError extends Error {
|
|
12799
|
+
shortMessage: string;
|
|
12800
|
+
longMessage?: string;
|
|
12801
|
+
docsBaseUrl: string;
|
|
12802
|
+
name: string;
|
|
12803
|
+
constructor(shortMessage: string, options?: AptosBaseErrorOptions);
|
|
12804
|
+
}
|
|
12805
|
+
|
|
12806
|
+
declare class AccountNotFoundError extends AptosBaseError {
|
|
12798
12807
|
name: string;
|
|
12799
|
-
|
|
12808
|
+
constructor();
|
|
12800
12809
|
}
|
|
12801
|
-
declare class
|
|
12810
|
+
declare class SignerNotFoundError extends AptosBaseError {
|
|
12802
12811
|
name: string;
|
|
12803
|
-
|
|
12812
|
+
constructor();
|
|
12804
12813
|
}
|
|
12805
|
-
declare class SenderNotFoundError extends
|
|
12814
|
+
declare class SenderNotFoundError extends AptosBaseError {
|
|
12806
12815
|
name: string;
|
|
12807
|
-
|
|
12816
|
+
constructor();
|
|
12808
12817
|
}
|
|
12809
|
-
declare class SignerClientInvalidFunctionError extends
|
|
12818
|
+
declare class SignerClientInvalidFunctionError extends AptosBaseError {
|
|
12810
12819
|
name: string;
|
|
12811
|
-
|
|
12820
|
+
constructor(fn: string);
|
|
12812
12821
|
}
|
|
12813
|
-
declare class WalletAdapterClientInvalidFunctionError extends
|
|
12822
|
+
declare class WalletAdapterClientInvalidFunctionError extends AptosBaseError {
|
|
12814
12823
|
name: string;
|
|
12815
|
-
|
|
12824
|
+
constructor();
|
|
12816
12825
|
}
|
|
12817
|
-
declare class WalletSignerClientInvalidFunctionError extends
|
|
12826
|
+
declare class WalletSignerClientInvalidFunctionError extends AptosBaseError {
|
|
12818
12827
|
name: string;
|
|
12819
|
-
|
|
12828
|
+
constructor();
|
|
12820
12829
|
}
|
|
12821
|
-
declare class SimulationArgumentError extends
|
|
12830
|
+
declare class SimulationArgumentError extends AptosBaseError {
|
|
12822
12831
|
name: string;
|
|
12823
|
-
|
|
12832
|
+
constructor();
|
|
12824
12833
|
}
|
|
12825
|
-
declare class
|
|
12834
|
+
declare class MissingArgumentError extends AptosBaseError {
|
|
12826
12835
|
name: string;
|
|
12827
|
-
|
|
12836
|
+
constructor(argName: string);
|
|
12828
12837
|
}
|
|
12829
|
-
declare class
|
|
12838
|
+
declare class UnexpectedNetworkError extends AptosBaseError {
|
|
12830
12839
|
name: string;
|
|
12831
|
-
|
|
12840
|
+
constructor();
|
|
12832
12841
|
}
|
|
12833
|
-
declare class UnsupportedNameFormatError extends
|
|
12842
|
+
declare class UnsupportedNameFormatError extends AptosBaseError {
|
|
12834
12843
|
name: string;
|
|
12835
|
-
|
|
12844
|
+
constructor(name: string);
|
|
12845
|
+
}
|
|
12846
|
+
declare class PublicKeySchemeNotSupported extends AptosBaseError {
|
|
12847
|
+
name: string;
|
|
12848
|
+
constructor(longMessage?: string);
|
|
12836
12849
|
}
|
|
12837
12850
|
|
|
12838
12851
|
declare const APTOS_NAMES_ENDPOINT = "https://www.aptosnames.com/api";
|
|
@@ -12849,21 +12862,21 @@ declare const defaultNetworks: Readonly<{
|
|
|
12849
12862
|
readonly faucetUrl: undefined;
|
|
12850
12863
|
readonly indexerUrl: "https://api.mainnet.aptoslabs.com/v1/graphql";
|
|
12851
12864
|
readonly name: DefaultNetworks.Mainnet;
|
|
12852
|
-
readonly nodeUrl: "https://fullnode.mainnet.aptoslabs.com";
|
|
12865
|
+
readonly nodeUrl: "https://fullnode.mainnet.aptoslabs.com/v1";
|
|
12853
12866
|
};
|
|
12854
12867
|
readonly Testnet: {
|
|
12855
12868
|
readonly chainId: "2";
|
|
12856
12869
|
readonly faucetUrl: "https://faucet.testnet.aptoslabs.com";
|
|
12857
12870
|
readonly indexerUrl: "https://api-staging.testnet.aptoslabs.com/v1/graphql";
|
|
12858
12871
|
readonly name: DefaultNetworks.Testnet;
|
|
12859
|
-
readonly nodeUrl: "https://fullnode.testnet.aptoslabs.com";
|
|
12872
|
+
readonly nodeUrl: "https://fullnode.testnet.aptoslabs.com/v1";
|
|
12860
12873
|
};
|
|
12861
12874
|
readonly Devnet: {
|
|
12862
12875
|
readonly chainId: "65";
|
|
12863
12876
|
readonly faucetUrl: "https://faucet.devnet.aptoslabs.com";
|
|
12864
12877
|
readonly indexerUrl: "https://api-staging.devnet.aptoslabs.com/v1/graphql";
|
|
12865
12878
|
readonly name: DefaultNetworks.Devnet;
|
|
12866
|
-
readonly nodeUrl: "https://fullnode.devnet.aptoslabs.com";
|
|
12879
|
+
readonly nodeUrl: "https://fullnode.devnet.aptoslabs.com/v1";
|
|
12867
12880
|
};
|
|
12868
12881
|
}>;
|
|
12869
12882
|
/**
|
|
@@ -12920,4 +12933,4 @@ declare const rawInfoTestNet: RawCoinInfo[];
|
|
|
12920
12933
|
|
|
12921
12934
|
declare const rawInfoDevNet: RawCoinInfo[];
|
|
12922
12935
|
|
|
12923
|
-
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, 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, GetConsolidatedActivitiesQuery, GetConsolidatedActivitiesQueryVariables, GetCurrentAptBalanceQuery, GetCurrentAptBalanceQueryVariables, 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, 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, fetchAptBalance, fetchCoinInfo, 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 };
|
|
12936
|
+
export { APTOS_NAMES_ENDPOINT, APTOS_UNIT, AccountErrorReason, type AccountInfo, AccountNotFoundError, type AccountToken, type Account_Transactions, type Account_TransactionsCoin_ActivitiesArgs, type Account_TransactionsCoin_Activities_AggregateArgs, type Account_TransactionsDelegated_Staking_ActivitiesArgs, type Account_TransactionsFungible_Asset_ActivitiesArgs, type Account_TransactionsToken_ActivitiesArgs, type Account_TransactionsToken_Activities_AggregateArgs, type Account_TransactionsToken_Activities_V2Args, type Account_TransactionsToken_Activities_V2_AggregateArgs, type Account_Transactions_Aggregate, type Account_Transactions_Aggregate_Fields, type Account_Transactions_Aggregate_FieldsCountArgs, type Account_Transactions_Avg_Fields, type Account_Transactions_Bool_Exp, type Account_Transactions_Max_Fields, type Account_Transactions_Min_Fields, type Account_Transactions_Order_By, Account_Transactions_Select_Column, type Account_Transactions_Stddev_Fields, type Account_Transactions_Stddev_Pop_Fields, type Account_Transactions_Stddev_Samp_Fields, type Account_Transactions_Stream_Cursor_Input, type Account_Transactions_Stream_Cursor_Value_Input, type Account_Transactions_Sum_Fields, type Account_Transactions_Var_Pop_Fields, type Account_Transactions_Var_Samp_Fields, type Account_Transactions_Variance_Fields, type ActivityEvent, type ActivityItem, type AdapterSignerClient, type Address_Events_Summary, type Address_Events_Summary_Bool_Exp, type Address_Events_Summary_Order_By, Address_Events_Summary_Select_Column, type Address_Events_Summary_Stream_Cursor_Input, type Address_Events_Summary_Stream_Cursor_Value_Input, type Address_Version_From_Events, type Address_Version_From_EventsCoin_ActivitiesArgs, type Address_Version_From_EventsCoin_Activities_AggregateArgs, type Address_Version_From_EventsDelegated_Staking_ActivitiesArgs, type Address_Version_From_EventsToken_ActivitiesArgs, type Address_Version_From_EventsToken_Activities_AggregateArgs, type Address_Version_From_EventsToken_Activities_V2Args, type Address_Version_From_EventsToken_Activities_V2_AggregateArgs, type Address_Version_From_Events_Aggregate, type Address_Version_From_Events_Aggregate_Fields, type Address_Version_From_Events_Aggregate_FieldsCountArgs, type Address_Version_From_Events_Avg_Fields, type Address_Version_From_Events_Bool_Exp, type Address_Version_From_Events_Max_Fields, type Address_Version_From_Events_Min_Fields, type Address_Version_From_Events_Order_By, Address_Version_From_Events_Select_Column, type Address_Version_From_Events_Stddev_Fields, type Address_Version_From_Events_Stddev_Pop_Fields, type Address_Version_From_Events_Stddev_Samp_Fields, type Address_Version_From_Events_Stream_Cursor_Input, type Address_Version_From_Events_Stream_Cursor_Value_Input, type Address_Version_From_Events_Sum_Fields, type Address_Version_From_Events_Var_Pop_Fields, type Address_Version_From_Events_Var_Samp_Fields, type Address_Version_From_Events_Variance_Fields, type Address_Version_From_Move_Resources, type Address_Version_From_Move_ResourcesCoin_ActivitiesArgs, type Address_Version_From_Move_ResourcesCoin_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesDelegated_Staking_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_ActivitiesArgs, type Address_Version_From_Move_ResourcesToken_Activities_AggregateArgs, type Address_Version_From_Move_ResourcesToken_Activities_V2Args, type Address_Version_From_Move_ResourcesToken_Activities_V2_AggregateArgs, type Address_Version_From_Move_Resources_Aggregate, type Address_Version_From_Move_Resources_Aggregate_Fields, type Address_Version_From_Move_Resources_Aggregate_FieldsCountArgs, type Address_Version_From_Move_Resources_Avg_Fields, type Address_Version_From_Move_Resources_Bool_Exp, type Address_Version_From_Move_Resources_Max_Fields, type Address_Version_From_Move_Resources_Min_Fields, type Address_Version_From_Move_Resources_Order_By, Address_Version_From_Move_Resources_Select_Column, type Address_Version_From_Move_Resources_Stddev_Fields, type Address_Version_From_Move_Resources_Stddev_Pop_Fields, type Address_Version_From_Move_Resources_Stddev_Samp_Fields, type Address_Version_From_Move_Resources_Stream_Cursor_Input, type Address_Version_From_Move_Resources_Stream_Cursor_Value_Input, type Address_Version_From_Move_Resources_Sum_Fields, type Address_Version_From_Move_Resources_Var_Pop_Fields, type Address_Version_From_Move_Resources_Var_Samp_Fields, type Address_Version_From_Move_Resources_Variance_Fields, type AnyRawTransactionFactory, AptosBaseError, type AptosBaseErrorOptions, type AptosIdentity, AptosJSProClient, type AptosJSProClientArgs, type AptosJSProClientState, AptosName, type BaseConfirmedActivityItem, type BaseEvent$1 as BaseEvent, type BaseTransaction, type BaseTransactionProps, type Bigint_Comparison_Exp, type Block_Metadata_Transactions, type Block_Metadata_TransactionsFailed_Proposer_IndicesArgs, type Block_Metadata_TransactionsPrevious_Block_Votes_BitvecArgs, type Block_Metadata_Transactions_Bool_Exp, type Block_Metadata_Transactions_Order_By, Block_Metadata_Transactions_Select_Column, type Block_Metadata_Transactions_Stream_Cursor_Input, type Block_Metadata_Transactions_Stream_Cursor_Value_Input, type Boolean_Comparison_Exp, COIN_GECKO_ENDPOINT, COIN_LISTS, type ClientConfigs, type CoinBalanceChange, type CoinBalanceChangesByAccount, type CoinBalanceChangesByCoinType, type CoinDepositEvent, CoinErrorReason, type CoinEvent, type CoinEventActivityItem, type CoinInfoData, type CoinInfoResource, type CoinInfoResourceData, type CoinInfoWithMetadata, type CoinMetadata, type CoinMintTransaction, type CoinRaw, type CoinStoreResource, type CoinStoreResourceData, type CoinTransferActivityItem, type CoinTransferPayloadArgs, type CoinTransferTransaction, type CoinType, type CoinWithdrawEvent, type Coin_Activities, type Coin_ActivitiesAptos_NamesArgs, type Coin_ActivitiesAptos_Names_AggregateArgs, type Coin_Activities_Aggregate, type Coin_Activities_Aggregate_Bool_Exp, type Coin_Activities_Aggregate_Bool_Exp_Bool_And, type Coin_Activities_Aggregate_Bool_Exp_Bool_Or, type Coin_Activities_Aggregate_Bool_Exp_Count, type Coin_Activities_Aggregate_Fields, type Coin_Activities_Aggregate_FieldsCountArgs, type Coin_Activities_Aggregate_Order_By, type Coin_Activities_Avg_Fields, type Coin_Activities_Avg_Order_By, type Coin_Activities_Bool_Exp, type Coin_Activities_Max_Fields, type Coin_Activities_Max_Order_By, type Coin_Activities_Min_Fields, type Coin_Activities_Min_Order_By, type Coin_Activities_Order_By, Coin_Activities_Select_Column, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Coin_Activities_Select_Column_Coin_Activities_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, type Coin_Activities_Stddev_Fields, type Coin_Activities_Stddev_Order_By, type Coin_Activities_Stddev_Pop_Fields, type Coin_Activities_Stddev_Pop_Order_By, type Coin_Activities_Stddev_Samp_Fields, type Coin_Activities_Stddev_Samp_Order_By, type Coin_Activities_Stream_Cursor_Input, type Coin_Activities_Stream_Cursor_Value_Input, type Coin_Activities_Sum_Fields, type Coin_Activities_Sum_Order_By, type Coin_Activities_Var_Pop_Fields, type Coin_Activities_Var_Pop_Order_By, type Coin_Activities_Var_Samp_Fields, type Coin_Activities_Var_Samp_Order_By, type Coin_Activities_Variance_Fields, type Coin_Activities_Variance_Order_By, type Coin_Balances, type Coin_Balances_Bool_Exp, type Coin_Balances_Order_By, Coin_Balances_Select_Column, type Coin_Balances_Stream_Cursor_Input, type Coin_Balances_Stream_Cursor_Value_Input, type Coin_Infos, type Coin_Infos_Bool_Exp, type Coin_Infos_Order_By, Coin_Infos_Select_Column, type Coin_Infos_Stream_Cursor_Input, type Coin_Infos_Stream_Cursor_Value_Input, type Coin_Supply, type Coin_Supply_Bool_Exp, type Coin_Supply_Order_By, Coin_Supply_Select_Column, type Coin_Supply_Stream_Cursor_Input, type Coin_Supply_Stream_Cursor_Value_Input, type CollectionData, type CollectionDataFieldsFragment, type Collection_Datas, type Collection_Datas_Bool_Exp, type Collection_Datas_Order_By, Collection_Datas_Select_Column, type Collection_Datas_Stream_Cursor_Input, type Collection_Datas_Stream_Cursor_Value_Input, type ConfirmedActivityItem, type CreateAccountTransferPayloadArgs, type CurrentTokenPendingClaimsFragment, type Current_Ans_Lookup, type Current_Ans_LookupAll_Token_OwnershipsArgs, type Current_Ans_LookupAll_Token_Ownerships_AggregateArgs, type Current_Ans_Lookup_Bool_Exp, type Current_Ans_Lookup_Order_By, Current_Ans_Lookup_Select_Column, type Current_Ans_Lookup_Stream_Cursor_Input, type Current_Ans_Lookup_Stream_Cursor_Value_Input, type Current_Ans_Lookup_V2, type Current_Ans_Lookup_V2_Bool_Exp, type Current_Ans_Lookup_V2_Order_By, Current_Ans_Lookup_V2_Select_Column, type Current_Ans_Lookup_V2_Stream_Cursor_Input, type Current_Ans_Lookup_V2_Stream_Cursor_Value_Input, type Current_Aptos_Names, type Current_Aptos_Names_Aggregate, type Current_Aptos_Names_Aggregate_Bool_Exp, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And, type Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or, type Current_Aptos_Names_Aggregate_Bool_Exp_Count, type Current_Aptos_Names_Aggregate_Fields, type Current_Aptos_Names_Aggregate_FieldsCountArgs, type Current_Aptos_Names_Aggregate_Order_By, type Current_Aptos_Names_Avg_Fields, type Current_Aptos_Names_Avg_Order_By, type Current_Aptos_Names_Bool_Exp, type Current_Aptos_Names_Max_Fields, type Current_Aptos_Names_Max_Order_By, type Current_Aptos_Names_Min_Fields, type Current_Aptos_Names_Min_Order_By, type Current_Aptos_Names_Order_By, Current_Aptos_Names_Select_Column, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Aptos_Names_Select_Column_Current_Aptos_Names_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, type Current_Aptos_Names_Stddev_Fields, type Current_Aptos_Names_Stddev_Order_By, type Current_Aptos_Names_Stddev_Pop_Fields, type Current_Aptos_Names_Stddev_Pop_Order_By, type Current_Aptos_Names_Stddev_Samp_Fields, type Current_Aptos_Names_Stddev_Samp_Order_By, type Current_Aptos_Names_Stream_Cursor_Input, type Current_Aptos_Names_Stream_Cursor_Value_Input, type Current_Aptos_Names_Sum_Fields, type Current_Aptos_Names_Sum_Order_By, type Current_Aptos_Names_Var_Pop_Fields, type Current_Aptos_Names_Var_Pop_Order_By, type Current_Aptos_Names_Var_Samp_Fields, type Current_Aptos_Names_Var_Samp_Order_By, type Current_Aptos_Names_Variance_Fields, type Current_Aptos_Names_Variance_Order_By, type Current_Coin_Balances, type Current_Coin_Balances_Bool_Exp, type Current_Coin_Balances_Order_By, Current_Coin_Balances_Select_Column, type Current_Coin_Balances_Stream_Cursor_Input, type Current_Coin_Balances_Stream_Cursor_Value_Input, type Current_Collection_Datas, type Current_Collection_Datas_Bool_Exp, type Current_Collection_Datas_Order_By, Current_Collection_Datas_Select_Column, type Current_Collection_Datas_Stream_Cursor_Input, type Current_Collection_Datas_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View, type Current_Collection_Ownership_V2_View_Aggregate, type Current_Collection_Ownership_V2_View_Aggregate_Fields, type Current_Collection_Ownership_V2_View_Aggregate_FieldsCountArgs, type Current_Collection_Ownership_V2_View_Avg_Fields, type Current_Collection_Ownership_V2_View_Bool_Exp, type Current_Collection_Ownership_V2_View_Max_Fields, type Current_Collection_Ownership_V2_View_Min_Fields, type Current_Collection_Ownership_V2_View_Order_By, Current_Collection_Ownership_V2_View_Select_Column, type Current_Collection_Ownership_V2_View_Stddev_Fields, type Current_Collection_Ownership_V2_View_Stddev_Pop_Fields, type Current_Collection_Ownership_V2_View_Stddev_Samp_Fields, type Current_Collection_Ownership_V2_View_Stream_Cursor_Input, type Current_Collection_Ownership_V2_View_Stream_Cursor_Value_Input, type Current_Collection_Ownership_V2_View_Sum_Fields, type Current_Collection_Ownership_V2_View_Var_Pop_Fields, type Current_Collection_Ownership_V2_View_Var_Samp_Fields, type Current_Collection_Ownership_V2_View_Variance_Fields, type Current_Collections_V2, type Current_Collections_V2Collection_PropertiesArgs, type Current_Collections_V2_Bool_Exp, type Current_Collections_V2_Order_By, Current_Collections_V2_Select_Column, type Current_Collections_V2_Stream_Cursor_Input, type Current_Collections_V2_Stream_Cursor_Value_Input, type Current_Delegated_Staking_Pool_Balances, type Current_Delegated_Staking_Pool_Balances_Bool_Exp, type Current_Delegated_Staking_Pool_Balances_Order_By, Current_Delegated_Staking_Pool_Balances_Select_Column, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Current_Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Current_Delegated_Voter, type Current_Delegated_Voter_Bool_Exp, type Current_Delegated_Voter_Order_By, Current_Delegated_Voter_Select_Column, type Current_Delegated_Voter_Stream_Cursor_Input, type Current_Delegated_Voter_Stream_Cursor_Value_Input, type Current_Delegator_Balances, type Current_Delegator_Balances_Bool_Exp, type Current_Delegator_Balances_Order_By, Current_Delegator_Balances_Select_Column, type Current_Delegator_Balances_Stream_Cursor_Input, type Current_Delegator_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances, type Current_Fungible_Asset_Balances_Aggregate, type Current_Fungible_Asset_Balances_Aggregate_Fields, type Current_Fungible_Asset_Balances_Aggregate_FieldsCountArgs, type Current_Fungible_Asset_Balances_Avg_Fields, type Current_Fungible_Asset_Balances_Bool_Exp, type Current_Fungible_Asset_Balances_Max_Fields, type Current_Fungible_Asset_Balances_Min_Fields, type Current_Fungible_Asset_Balances_Order_By, Current_Fungible_Asset_Balances_Select_Column, type Current_Fungible_Asset_Balances_Stddev_Fields, type Current_Fungible_Asset_Balances_Stddev_Pop_Fields, type Current_Fungible_Asset_Balances_Stddev_Samp_Fields, type Current_Fungible_Asset_Balances_Stream_Cursor_Input, type Current_Fungible_Asset_Balances_Stream_Cursor_Value_Input, type Current_Fungible_Asset_Balances_Sum_Fields, type Current_Fungible_Asset_Balances_Var_Pop_Fields, type Current_Fungible_Asset_Balances_Var_Samp_Fields, type Current_Fungible_Asset_Balances_Variance_Fields, type Current_Objects, type Current_Objects_Bool_Exp, type Current_Objects_Order_By, Current_Objects_Select_Column, type Current_Objects_Stream_Cursor_Input, type Current_Objects_Stream_Cursor_Value_Input, type Current_Staking_Pool_Voter, type Current_Staking_Pool_VoterOperator_Aptos_NameArgs, type Current_Staking_Pool_VoterOperator_Aptos_Name_AggregateArgs, type Current_Staking_Pool_Voter_Bool_Exp, type Current_Staking_Pool_Voter_Order_By, Current_Staking_Pool_Voter_Select_Column, type Current_Staking_Pool_Voter_Stream_Cursor_Input, type Current_Staking_Pool_Voter_Stream_Cursor_Value_Input, type Current_Table_Items, type Current_Table_ItemsDecoded_KeyArgs, type Current_Table_ItemsDecoded_ValueArgs, type Current_Table_Items_Bool_Exp, type Current_Table_Items_Order_By, Current_Table_Items_Select_Column, type Current_Table_Items_Stream_Cursor_Input, type Current_Table_Items_Stream_Cursor_Value_Input, type Current_Token_Datas, type Current_Token_DatasDefault_PropertiesArgs, type Current_Token_Datas_Bool_Exp, type Current_Token_Datas_Order_By, Current_Token_Datas_Select_Column, type Current_Token_Datas_Stream_Cursor_Input, type Current_Token_Datas_Stream_Cursor_Value_Input, type Current_Token_Datas_V2, type Current_Token_Datas_V2Current_Token_OwnershipsArgs, type Current_Token_Datas_V2Current_Token_Ownerships_AggregateArgs, type Current_Token_Datas_V2Token_PropertiesArgs, type Current_Token_Datas_V2_Bool_Exp, type Current_Token_Datas_V2_Order_By, Current_Token_Datas_V2_Select_Column, type Current_Token_Datas_V2_Stream_Cursor_Input, type Current_Token_Datas_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships, type Current_Token_OwnershipsToken_PropertiesArgs, type Current_Token_Ownerships_Aggregate, type Current_Token_Ownerships_Aggregate_Bool_Exp, type Current_Token_Ownerships_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_Aggregate_Fields, type Current_Token_Ownerships_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_Aggregate_Order_By, type Current_Token_Ownerships_Avg_Fields, type Current_Token_Ownerships_Avg_Order_By, type Current_Token_Ownerships_Bool_Exp, type Current_Token_Ownerships_Max_Fields, type Current_Token_Ownerships_Max_Order_By, type Current_Token_Ownerships_Min_Fields, type Current_Token_Ownerships_Min_Order_By, type Current_Token_Ownerships_Order_By, Current_Token_Ownerships_Select_Column, type Current_Token_Ownerships_Stddev_Fields, type Current_Token_Ownerships_Stddev_Order_By, type Current_Token_Ownerships_Stddev_Pop_Fields, type Current_Token_Ownerships_Stddev_Pop_Order_By, type Current_Token_Ownerships_Stddev_Samp_Fields, type Current_Token_Ownerships_Stddev_Samp_Order_By, type Current_Token_Ownerships_Stream_Cursor_Input, type Current_Token_Ownerships_Stream_Cursor_Value_Input, type Current_Token_Ownerships_Sum_Fields, type Current_Token_Ownerships_Sum_Order_By, type Current_Token_Ownerships_V2, type Current_Token_Ownerships_V2Composed_NftsArgs, type Current_Token_Ownerships_V2Composed_Nfts_AggregateArgs, type Current_Token_Ownerships_V2Token_Properties_Mutated_V1Args, type Current_Token_Ownerships_V2_Aggregate, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or, type Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Count, type Current_Token_Ownerships_V2_Aggregate_Fields, type Current_Token_Ownerships_V2_Aggregate_FieldsCountArgs, type Current_Token_Ownerships_V2_Aggregate_Order_By, type Current_Token_Ownerships_V2_Avg_Fields, type Current_Token_Ownerships_V2_Avg_Order_By, type Current_Token_Ownerships_V2_Bool_Exp, type Current_Token_Ownerships_V2_Max_Fields, type Current_Token_Ownerships_V2_Max_Order_By, type Current_Token_Ownerships_V2_Min_Fields, type Current_Token_Ownerships_V2_Min_Order_By, type Current_Token_Ownerships_V2_Order_By, Current_Token_Ownerships_V2_Select_Column, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Current_Token_Ownerships_V2_Select_Column_Current_Token_Ownerships_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, type Current_Token_Ownerships_V2_Stddev_Fields, type Current_Token_Ownerships_V2_Stddev_Order_By, type Current_Token_Ownerships_V2_Stddev_Pop_Fields, type Current_Token_Ownerships_V2_Stddev_Pop_Order_By, type Current_Token_Ownerships_V2_Stddev_Samp_Fields, type Current_Token_Ownerships_V2_Stddev_Samp_Order_By, type Current_Token_Ownerships_V2_Stream_Cursor_Input, type Current_Token_Ownerships_V2_Stream_Cursor_Value_Input, type Current_Token_Ownerships_V2_Sum_Fields, type Current_Token_Ownerships_V2_Sum_Order_By, type Current_Token_Ownerships_V2_Var_Pop_Fields, type Current_Token_Ownerships_V2_Var_Pop_Order_By, type Current_Token_Ownerships_V2_Var_Samp_Fields, type Current_Token_Ownerships_V2_Var_Samp_Order_By, type Current_Token_Ownerships_V2_Variance_Fields, type Current_Token_Ownerships_V2_Variance_Order_By, type Current_Token_Ownerships_Var_Pop_Fields, type Current_Token_Ownerships_Var_Pop_Order_By, type Current_Token_Ownerships_Var_Samp_Fields, type Current_Token_Ownerships_Var_Samp_Order_By, type Current_Token_Ownerships_Variance_Fields, type Current_Token_Ownerships_Variance_Order_By, type Current_Token_Pending_Claims, type Current_Token_Pending_Claims_Bool_Exp, type Current_Token_Pending_Claims_Order_By, Current_Token_Pending_Claims_Select_Column, type Current_Token_Pending_Claims_Stream_Cursor_Input, type Current_Token_Pending_Claims_Stream_Cursor_Value_Input, Cursor_Ordering, type CustomSignerClient, DefaultNetworks, type Delegated_Staking_Activities, type Delegated_Staking_Activities_Aggregate_Order_By, type Delegated_Staking_Activities_Avg_Order_By, type Delegated_Staking_Activities_Bool_Exp, type Delegated_Staking_Activities_Max_Order_By, type Delegated_Staking_Activities_Min_Order_By, type Delegated_Staking_Activities_Order_By, Delegated_Staking_Activities_Select_Column, type Delegated_Staking_Activities_Stddev_Order_By, type Delegated_Staking_Activities_Stddev_Pop_Order_By, type Delegated_Staking_Activities_Stddev_Samp_Order_By, type Delegated_Staking_Activities_Stream_Cursor_Input, type Delegated_Staking_Activities_Stream_Cursor_Value_Input, type Delegated_Staking_Activities_Sum_Order_By, type Delegated_Staking_Activities_Var_Pop_Order_By, type Delegated_Staking_Activities_Var_Samp_Order_By, type Delegated_Staking_Activities_Variance_Order_By, type Delegated_Staking_Pool_Balances, type Delegated_Staking_Pool_Balances_Aggregate, type Delegated_Staking_Pool_Balances_Aggregate_Fields, type Delegated_Staking_Pool_Balances_Aggregate_FieldsCountArgs, type Delegated_Staking_Pool_Balances_Avg_Fields, type Delegated_Staking_Pool_Balances_Bool_Exp, type Delegated_Staking_Pool_Balances_Max_Fields, type Delegated_Staking_Pool_Balances_Min_Fields, type Delegated_Staking_Pool_Balances_Order_By, Delegated_Staking_Pool_Balances_Select_Column, type Delegated_Staking_Pool_Balances_Stddev_Fields, type Delegated_Staking_Pool_Balances_Stddev_Pop_Fields, type Delegated_Staking_Pool_Balances_Stddev_Samp_Fields, type Delegated_Staking_Pool_Balances_Stream_Cursor_Input, type Delegated_Staking_Pool_Balances_Stream_Cursor_Value_Input, type Delegated_Staking_Pool_Balances_Sum_Fields, type Delegated_Staking_Pool_Balances_Var_Pop_Fields, type Delegated_Staking_Pool_Balances_Var_Samp_Fields, type Delegated_Staking_Pool_Balances_Variance_Fields, type Delegated_Staking_Pools, type Delegated_Staking_Pools_Bool_Exp, type Delegated_Staking_Pools_Order_By, Delegated_Staking_Pools_Select_Column, type Delegated_Staking_Pools_Stream_Cursor_Input, type Delegated_Staking_Pools_Stream_Cursor_Value_Input, type DelegationPoolMetadata, type DelegationPoolResource, type DelegationPoolResourceData, type Delegator_Distinct_Pool, type Delegator_Distinct_Pool_Aggregate, type Delegator_Distinct_Pool_Aggregate_Fields, type Delegator_Distinct_Pool_Aggregate_FieldsCountArgs, type Delegator_Distinct_Pool_Bool_Exp, type Delegator_Distinct_Pool_Max_Fields, type Delegator_Distinct_Pool_Min_Fields, type Delegator_Distinct_Pool_Order_By, Delegator_Distinct_Pool_Select_Column, type Delegator_Distinct_Pool_Stream_Cursor_Input, type Delegator_Distinct_Pool_Stream_Cursor_Value_Input, DepositWithdrawalMismatchError, EXPLORER_BASE_PATH, type EntryFunctionPayload, type Event, type EventHandle, type EventWithVersion, type Events, type EventsDataArgs, type Events_Bool_Exp, type Events_Order_By, Events_Select_Column, type Events_Stream_Cursor_Input, type Events_Stream_Cursor_Value_Input, type Exact, type FetchAccountActivitiesArgs, type FetchAccountActivitiesResult, type FetchAccountCollectionsArgs, type FetchAccountCollectionsResult, type FetchAccountTokensArgs, type FetchAccountTokensResult, type FetchAccountTotalTokensArgs, type FetchAddressFromNameArgs, type FetchBalanceArgs, type FetchCoinInfoArgs, type FetchEventsArgs, type FetchFaucetStatusArgs, type FetchFungibleAssetMetadataArgs, type FetchIndexedTokenDataArgs, type FetchIndexedTokenDataResult, type FetchIndexerProcessorAvailabilityArgs, type FetchIsValidMetadataArgs, type FetchNameFromAddressArgs, type FetchNodeStatusArgs, type FetchOwnedDigitalAssetsArgs, type FetchOwnedDigitalAssetsResult, type FetchResourceTypeArgs, type FetchResourcesArgs, type FetchTokenAcquiredDateArgs, type FetchTokenActivitiesArgs, type FetchTokenActivitiesResult, type FetchTokenDataWithAddressArgs, type FetchTokenMetadataArgs, type FetchTransactionArgs, type FetchWaitForTransactionArgs, type FormatAmountOptions, type FormatCoinOptions, type FundAccountArgs, type FungibleAssetEventsResource, type FungibleAssetEventsResourceData, type FungibleAssetTransferPayloadArgs, type FungibleStoreResource, type FungibleStoreResourceData, type Fungible_Asset_Activities, type Fungible_Asset_ActivitiesOwner_Aptos_NamesArgs, type Fungible_Asset_ActivitiesOwner_Aptos_Names_AggregateArgs, type Fungible_Asset_Activities_Aggregate_Order_By, type Fungible_Asset_Activities_Avg_Order_By, type Fungible_Asset_Activities_Bool_Exp, type Fungible_Asset_Activities_Max_Order_By, type Fungible_Asset_Activities_Min_Order_By, type Fungible_Asset_Activities_Order_By, Fungible_Asset_Activities_Select_Column, type Fungible_Asset_Activities_Stddev_Order_By, type Fungible_Asset_Activities_Stddev_Pop_Order_By, type Fungible_Asset_Activities_Stddev_Samp_Order_By, type Fungible_Asset_Activities_Stream_Cursor_Input, type Fungible_Asset_Activities_Stream_Cursor_Value_Input, type Fungible_Asset_Activities_Sum_Order_By, type Fungible_Asset_Activities_Var_Pop_Order_By, type Fungible_Asset_Activities_Var_Samp_Order_By, type Fungible_Asset_Activities_Variance_Order_By, type Fungible_Asset_Metadata, type Fungible_Asset_Metadata_Bool_Exp, type Fungible_Asset_Metadata_Order_By, Fungible_Asset_Metadata_Select_Column, type Fungible_Asset_Metadata_Stream_Cursor_Input, type Fungible_Asset_Metadata_Stream_Cursor_Value_Input, type GasEvent, type GasFeeActivityItem, GasNotFoundError, type GenericEvent, type GenericTransaction, type GeoData, type GetAccountCollectionsQuery, type GetAccountCollectionsQueryVariables, type GetAccountTokenOwnershipsQuery, type GetAccountTokenOwnershipsQueryVariables, type GetAccountTokensTotalQuery, type GetAccountTokensTotalQueryVariables, type GetActivitiesAggregateQuery, type GetActivitiesAggregateQueryVariables, type GetClientsResult, type GetCoinListArgs, type GetCoinListResult, type GetConsolidatedActivitiesQuery, type GetConsolidatedActivitiesQueryVariables, type GetCurrentTokenDataQuery, type GetCurrentTokenDataQueryVariables, type GetDelegatedStakingQuery, type GetDelegatedStakingQueryVariables, type GetDelegatedStakingRoyaltiesQuery, type GetDelegatedStakingRoyaltiesQueryVariables, type GetDelegationPoolsQuery, type GetDelegationPoolsQueryVariables, type GetExplorerUrlArgs, type GetFungibleAssetMetadataQuery, type GetFungibleAssetMetadataQueryVariables, type GetNumberOfDelegatorsQuery, type GetNumberOfDelegatorsQueryVariables, type GetPendingClaimsForTokenQuery, type GetPendingClaimsForTokenQueryVariables, type GetProcessorLastVersionQuery, type GetProcessorLastVersionQueryVariables, type GetTokenAcquisitionActivityQuery, type GetTokenAcquisitionActivityQueryVariables, type GetTokenActivitiesQuery, type GetTokenActivitiesQueryVariables, type GetTokenDataQuery, type GetTokenDataQueryVariables, type GetTokenPendingClaimsQuery, type GetTokenPendingClaimsQueryVariables, type Guid, type ImageFileType, type Incremental, type IndexerPetraActivity, type Indexer_Status, type Indexer_Status_Bool_Exp, type Indexer_Status_Order_By, Indexer_Status_Select_Column, type Indexer_Status_Stream_Cursor_Input, type Indexer_Status_Stream_Cursor_Value_Input, type InputMaybe, type Int_Comparison_Exp, type JSONValue, type JsonPayload, type Jsonb_Cast_Exp, type Jsonb_Comparison_Exp, type Ledger_Infos, type Ledger_Infos_Bool_Exp, type Ledger_Infos_Order_By, Ledger_Infos_Select_Column, type Ledger_Infos_Stream_Cursor_Input, type Ledger_Infos_Stream_Cursor_Value_Input, MAX_INDEXER_INT, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MetaDataJsonCategory, type MetadataJson, type MetadataJsonAttribute, type MetadataJsonCollection, type MetadataJsonCreator, type MetadataJsonFile, type MetadataJsonProperties, type MintTokenEvent, MissingArgumentError, MoveAbortCategory, type MoveAbortDetails, type MoveAbortLocation, MoveStatusCode, type MoveStatusCodeKey, MoveStatusCodeText, MoveVmError, MoveVmStatus, type Move_Resources, type Move_Resources_Aggregate, type Move_Resources_Aggregate_Fields, type Move_Resources_Aggregate_FieldsCountArgs, type Move_Resources_Avg_Fields, type Move_Resources_Bool_Exp, type Move_Resources_Max_Fields, type Move_Resources_Min_Fields, type Move_Resources_Order_By, Move_Resources_Select_Column, type Move_Resources_Stddev_Fields, type Move_Resources_Stddev_Pop_Fields, type Move_Resources_Stddev_Samp_Fields, type Move_Resources_Stream_Cursor_Input, type Move_Resources_Stream_Cursor_Value_Input, type Move_Resources_Sum_Fields, type Move_Resources_Var_Pop_Fields, type Move_Resources_Var_Samp_Fields, type Move_Resources_Variance_Fields, type MultisigPayload, type NaturalCoinTransferPayloadArgs, type NetworkInfo, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Auctions_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Aggregate_FieldsCountArgs, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Avg_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Max_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Min_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Pop_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stddev_Samp_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Sum_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Pop_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Var_Samp_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Listings_Variance_Fields, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Bool_Exp, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Order_By, Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Select_Column, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Input, type Nft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_Stream_Cursor_Value_Input, type Nft_Marketplace_V2_Nft_Marketplace_Activities, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Bool_Exp, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Order_By, Nft_Marketplace_V2_Nft_Marketplace_Activities_Select_Column, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Input, type Nft_Marketplace_V2_Nft_Marketplace_Activities_Stream_Cursor_Value_Input, type Nft_Metadata_Crawler_Parsed_Asset_Uris, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Bool_Exp, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Order_By, Nft_Metadata_Crawler_Parsed_Asset_Uris_Select_Column, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Input, type Nft_Metadata_Crawler_Parsed_Asset_Uris_Stream_Cursor_Value_Input, type Num_Active_Delegator_Per_Pool, type Num_Active_Delegator_Per_Pool_Bool_Exp, type Num_Active_Delegator_Per_Pool_Order_By, Num_Active_Delegator_Per_Pool_Select_Column, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Input, type Num_Active_Delegator_Per_Pool_Stream_Cursor_Value_Input, type Numeric_Comparison_Exp, OCTA_NEGATIVE_EXPONENT, OCTA_NUMBER, OCTA_POSITIVE_EXPONENT, OCTA_UNIT, type ObjectCoreResource, type ObjectCoreResourceData, type OnChainTransaction, Order_By, PLURAL_OCTA_UNIT, type PaginationCursors, type PendingTransaction, type PoolResourceData, type Processor_Status, type Processor_Status_Bool_Exp, type Processor_Status_Order_By, Processor_Status_Select_Column, type Processor_Status_Stream_Cursor_Input, type Processor_Status_Stream_Cursor_Value_Input, type Proposal_Votes, type Proposal_Votes_Aggregate, type Proposal_Votes_Aggregate_Fields, type Proposal_Votes_Aggregate_FieldsCountArgs, type Proposal_Votes_Avg_Fields, type Proposal_Votes_Bool_Exp, type Proposal_Votes_Max_Fields, type Proposal_Votes_Min_Fields, type Proposal_Votes_Order_By, Proposal_Votes_Select_Column, type Proposal_Votes_Stddev_Fields, type Proposal_Votes_Stddev_Pop_Fields, type Proposal_Votes_Stddev_Samp_Fields, type Proposal_Votes_Stream_Cursor_Input, type Proposal_Votes_Stream_Cursor_Value_Input, type Proposal_Votes_Sum_Fields, type Proposal_Votes_Var_Pop_Fields, type Proposal_Votes_Var_Samp_Fields, type Proposal_Votes_Variance_Fields, PublicKeySchemeNotSupported, QueryRefetchTime, QueryStaleTime, type Query_Root, type Query_RootAccount_TransactionsArgs, type Query_RootAccount_Transactions_AggregateArgs, type Query_RootAccount_Transactions_By_PkArgs, type Query_RootAddress_Events_SummaryArgs, type Query_RootAddress_Version_From_EventsArgs, type Query_RootAddress_Version_From_Events_AggregateArgs, type Query_RootAddress_Version_From_Move_ResourcesArgs, type Query_RootAddress_Version_From_Move_Resources_AggregateArgs, type Query_RootBlock_Metadata_TransactionsArgs, type Query_RootBlock_Metadata_Transactions_By_PkArgs, type Query_RootCoin_ActivitiesArgs, type Query_RootCoin_Activities_AggregateArgs, type Query_RootCoin_BalancesArgs, type Query_RootCoin_InfosArgs, type Query_RootCoin_SupplyArgs, type Query_RootCoin_Supply_By_PkArgs, type Query_RootCollection_DatasArgs, type Query_RootCurrent_Ans_LookupArgs, type Query_RootCurrent_Ans_Lookup_V2Args, type Query_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Query_RootCurrent_Aptos_NamesArgs, type Query_RootCurrent_Aptos_Names_AggregateArgs, type Query_RootCurrent_Coin_BalancesArgs, type Query_RootCurrent_Collection_DatasArgs, type Query_RootCurrent_Collection_Ownership_V2_ViewArgs, type Query_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Query_RootCurrent_Collections_V2Args, type Query_RootCurrent_Collections_V2_By_PkArgs, type Query_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Query_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Query_RootCurrent_Delegated_VoterArgs, type Query_RootCurrent_Delegated_Voter_By_PkArgs, type Query_RootCurrent_Delegator_BalancesArgs, type Query_RootCurrent_Delegator_Balances_By_PkArgs, type Query_RootCurrent_Fungible_Asset_BalancesArgs, type Query_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Query_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Query_RootCurrent_ObjectsArgs, type Query_RootCurrent_Objects_By_PkArgs, type Query_RootCurrent_Staking_Pool_VoterArgs, type Query_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Query_RootCurrent_Table_ItemsArgs, type Query_RootCurrent_Table_Items_By_PkArgs, type Query_RootCurrent_Token_DatasArgs, type Query_RootCurrent_Token_Datas_V2Args, type Query_RootCurrent_Token_Datas_V2_By_PkArgs, type Query_RootCurrent_Token_OwnershipsArgs, type Query_RootCurrent_Token_Ownerships_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2Args, type Query_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Query_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Query_RootCurrent_Token_Pending_ClaimsArgs, type Query_RootCurrent_Token_Pending_Claims_By_PkArgs, type Query_RootDelegated_Staking_ActivitiesArgs, type Query_RootDelegated_Staking_Activities_By_PkArgs, type Query_RootDelegated_Staking_Pool_BalancesArgs, type Query_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Query_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Query_RootDelegated_Staking_PoolsArgs, type Query_RootDelegated_Staking_Pools_By_PkArgs, type Query_RootDelegator_Distinct_PoolArgs, type Query_RootDelegator_Distinct_Pool_AggregateArgs, type Query_RootEventsArgs, type Query_RootEvents_By_PkArgs, type Query_RootFungible_Asset_ActivitiesArgs, type Query_RootFungible_Asset_Activities_By_PkArgs, type Query_RootFungible_Asset_MetadataArgs, type Query_RootFungible_Asset_Metadata_By_PkArgs, type Query_RootIndexer_StatusArgs, type Query_RootIndexer_Status_By_PkArgs, type Query_RootLedger_InfosArgs, type Query_RootLedger_Infos_By_PkArgs, type Query_RootMove_ResourcesArgs, type Query_RootMove_Resources_AggregateArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, type Query_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, type Query_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, type Query_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Query_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Query_RootNum_Active_Delegator_Per_PoolArgs, type Query_RootProcessor_StatusArgs, type Query_RootProcessor_Status_By_PkArgs, type Query_RootProposal_VotesArgs, type Query_RootProposal_Votes_AggregateArgs, type Query_RootProposal_Votes_By_PkArgs, type Query_RootSignaturesArgs, type Query_RootSignatures_By_PkArgs, type Query_RootTable_ItemsArgs, type Query_RootTable_Items_By_PkArgs, type Query_RootTable_MetadatasArgs, type Query_RootTable_Metadatas_By_PkArgs, type Query_RootToken_ActivitiesArgs, type Query_RootToken_Activities_AggregateArgs, type Query_RootToken_Activities_V2Args, type Query_RootToken_Activities_V2_AggregateArgs, type Query_RootToken_Activities_V2_By_PkArgs, type Query_RootToken_DatasArgs, type Query_RootToken_OwnershipsArgs, type Query_RootTokensArgs, type Query_RootUser_TransactionsArgs, type Query_RootUser_Transactions_By_PkArgs, type RawTransactionFactory, type ReceiveCoinEvent, type ReceiveCoinEventBase, type ReceiveTokenEvent, type ReceiveTokenOfferEvent, type Resource, type ResourceMap, type ResourceType, type ResourceTypeValue, type Scalars, type Sdk, type SendCoinEvent, type SendCoinEventBase, type SendTokenEvent, type SendTokenOfferEvent, SenderNotFoundError, type SerializedMultiAgentPayload, type SerializedPayload, type SignAndSubmitRawTransactionArgs, type SignAndSubmitRawTransactionResult, type SignAndSubmitTransactionArgs, type SignAndSubmitTransactionResult, type SignBufferArgs, type SignMessageArgs, type SignTransactionArgs, type SignTransactionResult, type Signatures, type SignaturesPublic_Key_IndicesArgs, type Signatures_Bool_Exp, type Signatures_Order_By, Signatures_Select_Column, type Signatures_Stream_Cursor_Input, type Signatures_Stream_Cursor_Value_Input, type SignerClient, SignerClientInvalidFunctionError, SignerNotFoundError, type SimulateTransactionArgs, SimulationArgumentError, type StakeEvent, type StakeEventBase, StakeOperation, type StakePoolResource, type StakePoolResourceData, type StakingInfo, type String_Comparison_Exp, type SubmitTransactionArgs, type SubmitTransactionResult, type Subscription_Root, type Subscription_RootAccount_TransactionsArgs, type Subscription_RootAccount_Transactions_AggregateArgs, type Subscription_RootAccount_Transactions_By_PkArgs, type Subscription_RootAccount_Transactions_StreamArgs, type Subscription_RootAddress_Events_SummaryArgs, type Subscription_RootAddress_Events_Summary_StreamArgs, type Subscription_RootAddress_Version_From_EventsArgs, type Subscription_RootAddress_Version_From_Events_AggregateArgs, type Subscription_RootAddress_Version_From_Events_StreamArgs, type Subscription_RootAddress_Version_From_Move_ResourcesArgs, type Subscription_RootAddress_Version_From_Move_Resources_AggregateArgs, type Subscription_RootAddress_Version_From_Move_Resources_StreamArgs, type Subscription_RootBlock_Metadata_TransactionsArgs, type Subscription_RootBlock_Metadata_Transactions_By_PkArgs, type Subscription_RootBlock_Metadata_Transactions_StreamArgs, type Subscription_RootCoin_ActivitiesArgs, type Subscription_RootCoin_Activities_AggregateArgs, type Subscription_RootCoin_Activities_StreamArgs, type Subscription_RootCoin_BalancesArgs, type Subscription_RootCoin_Balances_StreamArgs, type Subscription_RootCoin_InfosArgs, type Subscription_RootCoin_Infos_StreamArgs, type Subscription_RootCoin_SupplyArgs, type Subscription_RootCoin_Supply_By_PkArgs, type Subscription_RootCoin_Supply_StreamArgs, type Subscription_RootCollection_DatasArgs, type Subscription_RootCollection_Datas_StreamArgs, type Subscription_RootCurrent_Ans_LookupArgs, type Subscription_RootCurrent_Ans_Lookup_StreamArgs, type Subscription_RootCurrent_Ans_Lookup_V2Args, type Subscription_RootCurrent_Ans_Lookup_V2_By_PkArgs, type Subscription_RootCurrent_Ans_Lookup_V2_StreamArgs, type Subscription_RootCurrent_Aptos_NamesArgs, type Subscription_RootCurrent_Aptos_Names_AggregateArgs, type Subscription_RootCurrent_Aptos_Names_StreamArgs, type Subscription_RootCurrent_Coin_BalancesArgs, type Subscription_RootCurrent_Coin_Balances_StreamArgs, type Subscription_RootCurrent_Collection_DatasArgs, type Subscription_RootCurrent_Collection_Datas_StreamArgs, type Subscription_RootCurrent_Collection_Ownership_V2_ViewArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_AggregateArgs, type Subscription_RootCurrent_Collection_Ownership_V2_View_StreamArgs, type Subscription_RootCurrent_Collections_V2Args, type Subscription_RootCurrent_Collections_V2_By_PkArgs, type Subscription_RootCurrent_Collections_V2_StreamArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_BalancesArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootCurrent_Delegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootCurrent_Delegated_VoterArgs, type Subscription_RootCurrent_Delegated_Voter_By_PkArgs, type Subscription_RootCurrent_Delegated_Voter_StreamArgs, type Subscription_RootCurrent_Delegator_BalancesArgs, type Subscription_RootCurrent_Delegator_Balances_By_PkArgs, type Subscription_RootCurrent_Delegator_Balances_StreamArgs, type Subscription_RootCurrent_Fungible_Asset_BalancesArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_AggregateArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_By_PkArgs, type Subscription_RootCurrent_Fungible_Asset_Balances_StreamArgs, type Subscription_RootCurrent_ObjectsArgs, type Subscription_RootCurrent_Objects_By_PkArgs, type Subscription_RootCurrent_Objects_StreamArgs, type Subscription_RootCurrent_Staking_Pool_VoterArgs, type Subscription_RootCurrent_Staking_Pool_Voter_By_PkArgs, type Subscription_RootCurrent_Staking_Pool_Voter_StreamArgs, type Subscription_RootCurrent_Table_ItemsArgs, type Subscription_RootCurrent_Table_Items_By_PkArgs, type Subscription_RootCurrent_Table_Items_StreamArgs, type Subscription_RootCurrent_Token_DatasArgs, type Subscription_RootCurrent_Token_Datas_StreamArgs, type Subscription_RootCurrent_Token_Datas_V2Args, type Subscription_RootCurrent_Token_Datas_V2_By_PkArgs, type Subscription_RootCurrent_Token_Datas_V2_StreamArgs, type Subscription_RootCurrent_Token_OwnershipsArgs, type Subscription_RootCurrent_Token_Ownerships_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_StreamArgs, type Subscription_RootCurrent_Token_Ownerships_V2Args, type Subscription_RootCurrent_Token_Ownerships_V2_AggregateArgs, type Subscription_RootCurrent_Token_Ownerships_V2_By_PkArgs, type Subscription_RootCurrent_Token_Ownerships_V2_StreamArgs, type Subscription_RootCurrent_Token_Pending_ClaimsArgs, type Subscription_RootCurrent_Token_Pending_Claims_By_PkArgs, type Subscription_RootCurrent_Token_Pending_Claims_StreamArgs, type Subscription_RootDelegated_Staking_ActivitiesArgs, type Subscription_RootDelegated_Staking_Activities_By_PkArgs, type Subscription_RootDelegated_Staking_Activities_StreamArgs, type Subscription_RootDelegated_Staking_Pool_BalancesArgs, type Subscription_RootDelegated_Staking_Pool_Balances_AggregateArgs, type Subscription_RootDelegated_Staking_Pool_Balances_By_PkArgs, type Subscription_RootDelegated_Staking_Pool_Balances_StreamArgs, type Subscription_RootDelegated_Staking_PoolsArgs, type Subscription_RootDelegated_Staking_Pools_By_PkArgs, type Subscription_RootDelegated_Staking_Pools_StreamArgs, type Subscription_RootDelegator_Distinct_PoolArgs, type Subscription_RootDelegator_Distinct_Pool_AggregateArgs, type Subscription_RootDelegator_Distinct_Pool_StreamArgs, type Subscription_RootEventsArgs, type Subscription_RootEvents_By_PkArgs, type Subscription_RootEvents_StreamArgs, type Subscription_RootFungible_Asset_ActivitiesArgs, type Subscription_RootFungible_Asset_Activities_By_PkArgs, type Subscription_RootFungible_Asset_Activities_StreamArgs, type Subscription_RootFungible_Asset_MetadataArgs, type Subscription_RootFungible_Asset_Metadata_By_PkArgs, type Subscription_RootFungible_Asset_Metadata_StreamArgs, type Subscription_RootIndexer_StatusArgs, type Subscription_RootIndexer_Status_By_PkArgs, type Subscription_RootIndexer_Status_StreamArgs, type Subscription_RootLedger_InfosArgs, type Subscription_RootLedger_Infos_By_PkArgs, type Subscription_RootLedger_Infos_StreamArgs, type Subscription_RootMove_ResourcesArgs, type Subscription_RootMove_Resources_AggregateArgs, type Subscription_RootMove_Resources_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_AuctionsArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Auctions_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_OffersArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Collection_Offers_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_ListingsArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_AggregateArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Listings_StreamArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_OffersArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Current_Nft_Marketplace_Token_Offers_StreamArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_ActivitiesArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_By_PkArgs, type Subscription_RootNft_Marketplace_V2_Nft_Marketplace_Activities_StreamArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_UrisArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_By_PkArgs, type Subscription_RootNft_Metadata_Crawler_Parsed_Asset_Uris_StreamArgs, type Subscription_RootNum_Active_Delegator_Per_PoolArgs, type Subscription_RootNum_Active_Delegator_Per_Pool_StreamArgs, type Subscription_RootProcessor_StatusArgs, type Subscription_RootProcessor_Status_By_PkArgs, type Subscription_RootProcessor_Status_StreamArgs, type Subscription_RootProposal_VotesArgs, type Subscription_RootProposal_Votes_AggregateArgs, type Subscription_RootProposal_Votes_By_PkArgs, type Subscription_RootProposal_Votes_StreamArgs, type Subscription_RootSignaturesArgs, type Subscription_RootSignatures_By_PkArgs, type Subscription_RootSignatures_StreamArgs, type Subscription_RootTable_ItemsArgs, type Subscription_RootTable_Items_By_PkArgs, type Subscription_RootTable_Items_StreamArgs, type Subscription_RootTable_MetadatasArgs, type Subscription_RootTable_Metadatas_By_PkArgs, type Subscription_RootTable_Metadatas_StreamArgs, type Subscription_RootToken_ActivitiesArgs, type Subscription_RootToken_Activities_AggregateArgs, type Subscription_RootToken_Activities_StreamArgs, type Subscription_RootToken_Activities_V2Args, type Subscription_RootToken_Activities_V2_AggregateArgs, type Subscription_RootToken_Activities_V2_By_PkArgs, type Subscription_RootToken_Activities_V2_StreamArgs, type Subscription_RootToken_DatasArgs, type Subscription_RootToken_Datas_StreamArgs, type Subscription_RootToken_OwnershipsArgs, type Subscription_RootToken_Ownerships_StreamArgs, type Subscription_RootTokensArgs, type Subscription_RootTokens_StreamArgs, type Subscription_RootUser_TransactionsArgs, type Subscription_RootUser_Transactions_By_PkArgs, type Subscription_RootUser_Transactions_StreamArgs, type SwapCoinEvent, type SwapCoinEventBase, type Table_Items, type Table_ItemsDecoded_KeyArgs, type Table_ItemsDecoded_ValueArgs, type Table_Items_Bool_Exp, type Table_Items_Order_By, Table_Items_Select_Column, type Table_Items_Stream_Cursor_Input, type Table_Items_Stream_Cursor_Value_Input, type Table_Metadatas, type Table_Metadatas_Bool_Exp, type Table_Metadatas_Order_By, Table_Metadatas_Select_Column, type Table_Metadatas_Stream_Cursor_Input, type Table_Metadatas_Stream_Cursor_Value_Input, type Timestamp_Comparison_Exp, type Timestamptz_Comparison_Exp, type TokenActivity, type TokenActivityFragment, type TokenAttributes, type TokenBalanceChange, type TokenData, type TokenDataFieldsFragment, type TokenDepositEvent, TokenEvent, type TokenOwnershipFieldsFragment, type TokenStandard, type TokenStoreResource, type TokenStoreResourceData, type TokenWithdrawEvent, type Token_Activities, type Token_ActivitiesAptos_Names_OwnerArgs, type Token_ActivitiesAptos_Names_Owner_AggregateArgs, type Token_ActivitiesAptos_Names_ToArgs, type Token_ActivitiesAptos_Names_To_AggregateArgs, type Token_Activities_Aggregate, type Token_Activities_Aggregate_Bool_Exp, type Token_Activities_Aggregate_Bool_Exp_Count, type Token_Activities_Aggregate_Fields, type Token_Activities_Aggregate_FieldsCountArgs, type Token_Activities_Aggregate_Order_By, type Token_Activities_Avg_Fields, type Token_Activities_Avg_Order_By, type Token_Activities_Bool_Exp, type Token_Activities_Max_Fields, type Token_Activities_Max_Order_By, type Token_Activities_Min_Fields, type Token_Activities_Min_Order_By, type Token_Activities_Order_By, Token_Activities_Select_Column, type Token_Activities_Stddev_Fields, type Token_Activities_Stddev_Order_By, type Token_Activities_Stddev_Pop_Fields, type Token_Activities_Stddev_Pop_Order_By, type Token_Activities_Stddev_Samp_Fields, type Token_Activities_Stddev_Samp_Order_By, type Token_Activities_Stream_Cursor_Input, type Token_Activities_Stream_Cursor_Value_Input, type Token_Activities_Sum_Fields, type Token_Activities_Sum_Order_By, type Token_Activities_V2, type Token_Activities_V2Aptos_Names_FromArgs, type Token_Activities_V2Aptos_Names_From_AggregateArgs, type Token_Activities_V2Aptos_Names_ToArgs, type Token_Activities_V2Aptos_Names_To_AggregateArgs, type Token_Activities_V2_Aggregate, type Token_Activities_V2_Aggregate_Bool_Exp, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_And, type Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or, type Token_Activities_V2_Aggregate_Bool_Exp_Count, type Token_Activities_V2_Aggregate_Fields, type Token_Activities_V2_Aggregate_FieldsCountArgs, type Token_Activities_V2_Aggregate_Order_By, type Token_Activities_V2_Avg_Fields, type Token_Activities_V2_Avg_Order_By, type Token_Activities_V2_Bool_Exp, type Token_Activities_V2_Max_Fields, type Token_Activities_V2_Max_Order_By, type Token_Activities_V2_Min_Fields, type Token_Activities_V2_Min_Order_By, type Token_Activities_V2_Order_By, Token_Activities_V2_Select_Column, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_And_Arguments_Columns, Token_Activities_V2_Select_Column_Token_Activities_V2_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns, type Token_Activities_V2_Stddev_Fields, type Token_Activities_V2_Stddev_Order_By, type Token_Activities_V2_Stddev_Pop_Fields, type Token_Activities_V2_Stddev_Pop_Order_By, type Token_Activities_V2_Stddev_Samp_Fields, type Token_Activities_V2_Stddev_Samp_Order_By, type Token_Activities_V2_Stream_Cursor_Input, type Token_Activities_V2_Stream_Cursor_Value_Input, type Token_Activities_V2_Sum_Fields, type Token_Activities_V2_Sum_Order_By, type Token_Activities_V2_Var_Pop_Fields, type Token_Activities_V2_Var_Pop_Order_By, type Token_Activities_V2_Var_Samp_Fields, type Token_Activities_V2_Var_Samp_Order_By, type Token_Activities_V2_Variance_Fields, type Token_Activities_V2_Variance_Order_By, type Token_Activities_Var_Pop_Fields, type Token_Activities_Var_Pop_Order_By, type Token_Activities_Var_Samp_Fields, type Token_Activities_Var_Samp_Order_By, type Token_Activities_Variance_Fields, type Token_Activities_Variance_Order_By, type Token_Datas, type Token_DatasDefault_PropertiesArgs, type Token_Datas_Bool_Exp, type Token_Datas_Order_By, Token_Datas_Select_Column, type Token_Datas_Stream_Cursor_Input, type Token_Datas_Stream_Cursor_Value_Input, type Token_Ownerships, type Token_Ownerships_Bool_Exp, type Token_Ownerships_Order_By, Token_Ownerships_Select_Column, type Token_Ownerships_Stream_Cursor_Input, type Token_Ownerships_Stream_Cursor_Value_Input, type Tokens, type TokensToken_PropertiesArgs, type Tokens_Bool_Exp, type Tokens_Order_By, Tokens_Select_Column, type Tokens_Stream_Cursor_Input, type Tokens_Stream_Cursor_Value_Input, type Transaction, type TransactionError, type TransactionOptions, type TransactionPayload, TransactionValidationErrorReason, type UnconfirmedActivityItem, UnexpectedNetworkError, UnsupportedNameFormatError, type UseActivityConfig, type User_Transactions, type User_Transactions_Bool_Exp, type User_Transactions_Order_By, User_Transactions_Select_Column, type User_Transactions_Stream_Cursor_Input, type User_Transactions_Stream_Cursor_Value_Input, type ValidatorFromJSONFile, type ValidatorInfo, type ValidatorSetResource, type ValidatorSetResourceData, ValidatorStatus, WalletAdapterClientInvalidFunctionError, WalletSignerClientInvalidFunctionError, aptosAccountCoinTransferFunction, aptosAccountCoinTransferFunctionName, aptosAccountCreateAccountViaTransferFunctionName, aptosAccountNamespace, aptosCoinInfoStructTag, aptosCoinStoreStructTag, aptosCoinStructTag, aptosDelegationPoolStructTag, aptosFAType, aptosStakePoolStructTag, aptosTypes, aptosValidatorSetStructTag, buildCoinTransferPayload, buildCreateAccountTransferPayload, buildFungibleAssetTransferPayload, buildNaturalCoinTransferPayload, buildRawTransactionFromBCSPayload, coinInfoResource, coinInfoStructTag, coinNamespace, coinStoreResource, coinStoreStructTag, convertAptosAccountToAccountInfo, convertAptosAccountToSigner, createPaginatedQuery, defaultExpirationSecondsFromNow, defaultNetworks, deserializeEntryFunctionPayload, deserializePayloadArg, rawInfoDevNet as devnetList, emptySigningFunction, encodeEntryFunctionPayload, encodePayload, ensureMultiAgentPayloadDeserialized, ensureMultiAgentPayloadSerialized, ensurePayloadDeserialized, ensurePayloadSerialized, explorerNetworkNamesMap, extractIpfsCid, fetchAccountActivities, fetchAccountCollections, fetchAccountTokens, fetchAccountTotalTokens, fetchAddressFromName, fetchAptBalance, fetchCoinInfo, fetchCoinProcessorAvailability, fetchEvents, fetchFaucetStatus, fetchFungibleAssetMetadata, fetchGasPrice, fetchIndexedTokenData, fetchIndexerProcessorAvailability, fetchIsValidMetadata, fetchNameFromAddress, fetchNodeStatus, fetchOwnedDigitalAssets, fetchResourceType, fetchResources, fetchTokenAcquiredDate, fetchTokenActivities, fetchTokenDataWithAddress, fetchTokenMetadata, fetchTokenProcessorAvailability, fetchTransaction, fetchWaitForTransaction, fixBadAptosUri, formatAmount, formatApt, formatCoin, formatUnits, fundAccount, fungibleAssetEventsTag, fungibleAssetMetadataStructTag, fungibleAssetStoreTag, getClients, getCoinList, getCoinStoresByCoinType, getExplorerUrl, getSequenceNumber, getTokenDataId, getTokenDataIdHash, handleApiError, imageExtensions, isApt, isAptosNftImage, isCoinEvent, isConfirmedActivityItem, isEntryFunctionPayload, isImageUri, isSequenceNumberTooOldError, rawInfoMainnet as mainnetList, makeCoinInfoStructTag, maxGasFeeFromEstimated, networks, normalizeAddress, normalizePayload, normalizeTimestamp, objectTag, parseApt, parseCollectionData, parseMoveAbortDetails, parseMoveMiscError, parseMoveVmError, parseMoveVmStatus, parseRawEvent, parseTokenActivity, parseTokenData, parseTokenOwnership, parseUnits, prettifyCoinInfo, primaryFungibleStoreNamespace, primaryFungibleStoreTransferFunctionName, replaceIpfsGateway, serializeEntryFunctionPayload, shareRequests, signAndSubmitRawTransaction, signAndSubmitTransaction, signBuffer, signMessage, signTransaction, simulateTransaction, stakeNamespace, submitTransaction, rawInfoTestNet as testnetList, throwForVmError, timestampToDate, tokenDepositStructTag, tokenNamespace, tokenStoreStructTag, tokenWithdrawStructTag, transformPetraActivity };
|