Constructors

  • Parameters

    • _created: Date
    • _usableFrom: Date
    • _usableUntil: Date

    Returns CommitmentInfo

Accessors

  • get created(): Date
  • Date and time when the commitment was created.

    Returns Date

  • get usableFrom(): Date
  • Date and time when it becomes possible to buy the domain by the commitment sender

    Returns Date

  • get usableUntil(): Date
  • Date and time when the commitment is expired and can no longer be used.

    Returns Date

Methods

  • Returns a promise that is resolved when commitment can be spent to buy a domain.

    Returns Promise<void>