An error thrown when the Lens API cannot relay a transaction.

Hierarchy

  • CausedError
    • BroadcastingError

Implements

Constructors

Properties

cause?: Error
message: string
name: "BroadcastingError" = ...
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void