Canton dApp Booster
    Preparing search index...
    CopyOutcome: { ok: true; value: string } | { error: Error; ok: false }

    Result of one copy call. A rejected clipboard write is an outcome, not a thrown error.

    const outcome = await copy(partyId)
    if (!outcome.ok) toast.error(outcome.error.message)