Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetTimeRequest

Example:

{
    currentTime: {
        seconds: 0,
        nanoseconds: 0,
    },
    newTime: {
        seconds: 1,
        nanoseconds: 0
    }
}

Please note that the Timestamp used here is different from the TimestampValue used to represent DAML timestamps.

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • SetTimeRequest

Index

Properties

Properties

currentTime

currentTime: Timestamp

newTime

newTime: Timestamp

Generated using TypeDoc