Canton dApp Booster
    Preparing search index...

    Mirrored from the SDK's txChanged event as a command moves through pending, signed, executed or failed.

    interface TxStatusSnapshot {
        commandId: string;
        payload?: unknown;
        status: "pending" | "signed" | "executed" | "failed";
    }
    Index
    commandId: string
    payload?: unknown
    status: "pending" | "signed" | "executed" | "failed"