Interface LockIdTokenIdRejectReason

A reject reason carrying a lock identifier and token identifier payload.

Hierarchy

  • LockIdTokenIdRejectReason

Properties

Properties

contents: {
    lockId: LockId;
    tokenId: TokenId;
}

The lock and token associated with the rejection.

Type declaration

  • lockId: LockId

    The lock identifier associated with the rejection.

  • tokenId: TokenId

    The token identifier associated with the rejection.

The specific lock-and-token reject reason variant.

Generated using TypeDoc