Interface LockIdAccountRejectReason

A reject reason carrying a lock identifier and account payload.

Hierarchy

  • LockIdAccountRejectReason

Properties

Properties

contents: {
    account: AccountAddress;
    lockId: LockId;
}

The lock and account associated with the rejection.

Type declaration

  • account: AccountAddress

    The account associated with the rejection.

  • lockId: LockId

    The lock identifier associated with the rejection.

The specific lock-and-account reject reason variant.

Generated using TypeDoc