GetAccountCoinsDataQuery: {
    current_fungible_asset_balances: {
        amount?: any | null;
        asset_type?: string | null;
        is_frozen: boolean;
        is_primary?: boolean | null;
        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
        | null;
    }[];
}

Type declaration

  • current_fungible_asset_balances: {
        amount?: any | null;
        asset_type?: string | null;
        is_frozen: boolean;
        is_primary?: boolean | null;
        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
        | null;
    }[]
MMNEPVFCICPMFPCPTTAAATR