Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommitmentInfo

Index

Constructors

Accessors

Methods

Constructors

constructor

  • new CommitmentInfo(_created: Date, _usableFrom: Date, _usableUntil: Date): CommitmentInfo
  • Parameters

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

    Returns CommitmentInfo

Accessors

created

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

    Returns Date

usableFrom

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

    Returns Date

usableUntil

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

    Returns Date

Methods

waitUntilUsable

  • waitUntilUsable(): Promise<void>
  • Returns a promise that is resolved when commitment can be spent to buy a domain.

    Returns Promise<void>

Generated using TypeDoc