@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias GetAccountCoinsDataQuery

    type GetAccountCoinsDataQuery = {
        current_fungible_asset_balances: {
            amount: any;
            asset_type: string;
            is_frozen: boolean;
            is_primary: boolean;
            last_transaction_timestamp?: any | null;
            last_transaction_version?: any | null;
            metadata?:
                | {
                    asset_type: string;
                    creator_address: string;
                    decimals: number;
                    icon_uri?: string
                    | null;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    name: string;
                    project_uri?: string | null;
                    supply_aggregator_table_handle_v1?: string | null;
                    supply_aggregator_table_key_v1?: string | null;
                    symbol: string;
                    token_standard: string;
                }
                | null;
            owner_address: string;
            storage_id: string;
            token_standard: string;
        }[];
    }
    Index

    Properties

    current_fungible_asset_balances: {
        amount: any;
        asset_type: string;
        is_frozen: boolean;
        is_primary: boolean;
        last_transaction_timestamp?: any | null;
        last_transaction_version?: any | null;
        metadata?:
            | {
                asset_type: string;
                creator_address: string;
                decimals: number;
                icon_uri?: string
                | null;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                name: string;
                project_uri?: string | null;
                supply_aggregator_table_handle_v1?: string | null;
                supply_aggregator_table_key_v1?: string | null;
                symbol: string;
                token_standard: string;
            }
            | null;
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[]