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

    Interface SessionPorts

    The ports a session runs on: the store for the journal and the settlement postings, the digest for the session chain hash, the clock for recordedAt stamps. A structural subset of Ports, so an openPorts host passes its ports straight through.

    interface SessionPorts {
        clock: Clock;
        digest: Digest;
        store: Store;
    }
    Index
    clock: Clock
    digest: Digest
    store: Store