Class RecipientNotAllowedError

Error thrown when the send recipient is not configured on the lock.

Hierarchy

Constructors

Properties

code: RECIPIENT_NOT_ALLOWED = LockErrorCode.RECIPIENT_NOT_ALLOWED
lockId: LockId

The lock whose recipients list was checked.

message: string
recipient: AccountAddress

The recipient not allowed by the lock configuration.

stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc