Documentation
    Preparing search index...

    Class TransactionError

    An error returned by a transaction lookup.

    Hierarchy (View Summary)

    Index
    • Parameters

      • reason: "notFound"
      • digest: string
      • Optionaloptions: { cause?: unknown }

      Returns TransactionError

    cause?: unknown
    digest: string

    The requested transaction digest.

    message: string
    name: string
    reason: "notFound"

    A transport-neutral reason shared by all Core API clients.

    stack?: string
    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error