Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Class PreparedCall

    A call whose route is pinned and whose bytes are already logged and signed.

    Single-use by construction. A second dispatch would transmit the same bytes under the same request/header commitment twice, so the log would record one request where two were sent — and, worse, both settlements would claim to settle the same header.

    Index
    headerEventId: string
    requestDigest: string
    • get settled(): SettledStream | null

      How the dispatch settled, or null while it is still running.

      Exposed because the settlement is what a caller needs to record a step: the assembly's blocks, its usage, and the id of the row that closed it. A caller that wanted those by re-reading the log would have to find the row first.

      Returns SettledStream | null