Options
All
  • Public
  • Public/Protected
  • All
Menu

The deadline of the transaction. The deadline is given as the number of seconds elapsed since the creation of the nemesis block. If a transaction does not get included in a block before the deadline is reached, it is deleted.

Hierarchy

  • Deadline

Index

Constructors

Properties

Methods

Constructors

Private constructor

  • new Deadline(deadline: LocalDateTime): Deadline

Properties

value

value: LocalDateTime

Deadline value

Static timestampNemesisBlock

timestampNemesisBlock: number = 1573430400

Methods

Static create

  • create(deadline?: number, chronoUnit?: ChronoUnit): Deadline

Generated using TypeDoc