ts-algochat
    Preparing search index...

    Interface MailboxFanoutResult

    Result of an atomic fan-out put.

    interface MailboxFanoutResult {
        confirmedRound: number;
        legs: MailboxLegPlan[];
        txid: string;
    }
    Index
    confirmedRound: number

    One entry per leg, in input order

    txid: string