Canton dAppBooster
    Preparing search index...

    Return shape of usePartyType. readPartyType throws when nothing is connected or no party is reported, which isReady is there to check first.

    interface UsePartyTypeResult {
        isReady: boolean;
        readPartyType: () => Promise<PartyType>;
    }
    Index
    isReady: boolean
    readPartyType: () => Promise<PartyType>