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

    Type Alias ArchiveHead

    One account's archival boundary: the hash of its last archived chain link (the anchor the account's first remaining link must extend) and the signed sum of its archived legs (the baseline the consistency fold starts from). Authenticated via ArchiveState.

    type ArchiveHead = {
        account: AccountRef;
        head: string;
        sum: bigint;
    }
    Index
    account: AccountRef
    head: string
    sum: bigint