Canton dAppBooster
    Preparing search index...

    What a party holds of one instrument: balance is spendable, locked is escrowed.

    const [{ balance, locked }] = sumHoldings(holdings)
    
    interface InstrumentBalance {
        balance: string;
        instrumentId: InstrumentId;
        locked: string;
    }
    Index
    balance: string
    instrumentId: InstrumentId
    locked: string