@sodazone/ocelloids-client - v4.1.3
    Preparing search index...

    Type Alias DefiLiquidityAsset

    type DefiLiquidityAsset = {
        assetId: string;
        balances: {
            available?: string;
            borrowed?: string;
            holdingCap?: string;
            mintCap?: string;
            reserves: string;
            total?: string;
        };
        decimals: number;
        holdingAccount?: string;
        priceUSD: number;
        role?: "liquid"
        | "collateral"
        | "debt"
        | "lst"
        | "staked";
        symbol: string;
    }
    Index

    Properties

    assetId: string
    balances: {
        available?: string;
        borrowed?: string;
        holdingCap?: string;
        mintCap?: string;
        reserves: string;
        total?: string;
    }
    decimals: number
    holdingAccount?: string
    priceUSD: number
    role?: "liquid" | "collateral" | "debt" | "lst" | "staked"
    symbol: string