@pwngh/economy-lab
    Preparing search index...

    Type Alias ArchivedPosting

    What the mover hands the archive sink: one verified posting with its full content.

    type ArchivedPosting = {
        legs: ReadonlyArray<Leg>;
        links: ReadonlyArray<PostingLink>;
        meta: Record<string, unknown>;
        postedAt: number;
        seq: number;
        txnId: string;
    }
    Index
    legs: ReadonlyArray<Leg>
    links: ReadonlyArray<PostingLink>
    meta: Record<string, unknown>
    postedAt: number
    seq: number
    txnId: string