OBJECT

MosaicRecoveryRangeObject

Description

Supported in m3.2.0-m4.2.0 Recovery range object for mosaic.

link GraphQL Schema definition

  • type MosaicRecoveryRangeObject {
  • # Supported in m3.2.0-m4.2.0
  • # Start timestamp of recovery range.
  • earliestTimestamp: String
  • # Supported in m3.2.0-m4.2.0
  • # End timestamp of recovery range.
  • latestTimestamp: String
  • }