Type Alias GetCurrentFungibleAssetBalancesQuery

GetCurrentFungibleAssetBalancesQuery: {
    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;
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[];
}