Type Alias GetCurrentTokenOwnershipQuery
GetCurrentTokenOwnershipQuery: {
current_token_ownerships_v2: {
amount: any;
current_token_data?: {
collection_id: string;
current_collection?: {
collection_id: string;
collection_name: string;
creator_address: string;
current_supply: any;
description: string;
last_transaction_timestamp: any;
last_transaction_version: any;
max_supply?: any | null;
mutable_description?: boolean | null;
mutable_uri?: boolean | null;
table_handle_v1?: string | null;
token_standard: string;
total_minted_v2?: any | null;
uri: string;
} | null;
decimals?: any | null;
description: string;
is_fungible_v2?: boolean | null;
largest_property_version_v1?: any | null;
last_transaction_timestamp: any;
last_transaction_version: any;
maximum?: any | null;
supply?: any | null;
token_data_id: string;
token_name: string;
token_properties: any;
token_standard: string;
token_uri: string;
} | null;
is_fungible_v2?: boolean | null;
is_soulbound_v2?: boolean | null;
last_transaction_timestamp: any;
last_transaction_version: any;
owner_address: string;
property_version_v1: any;
storage_id: string;
table_type_v1?: string | null;
token_data_id: string;
token_properties_mutated_v1?: any | null;
token_standard: string;
}[];
}