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

    Type Alias PostingLink

    One account's chain link on one posting, as Ledger.links returns it.

    type PostingLink = {
        account: AccountRef;
        hash: string;
        prevHash: string;
    }
    Index
    account: AccountRef
    hash: string
    prevHash: string