Type alias LockCancel

LockCancel: {
    lock: Type;
    memo?: Memo;
}

Details for cancelling a lock.

Type declaration

  • lock: Type

    Identifier of the lock to cancel.

  • Optional memo?: Memo

    Optional memo to include with the cancellation.

Generated using TypeDoc