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

    Function systemRuntime

    • Bundles the four capabilities (clock, id generator, hasher, signer) into one object for a production host to wire in.

      signingKey and any priorKeys are hex-encoded secret key bytes the host loads from its own config and passes in; this module never reads them from a global or the environment.

      Parameters

      • options: { priorKeys?: readonly string[]; signingKey: string }

      Returns { clock: Clock; digest: Digest; ids: Ids; signer: Signer }