Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetTimeResponse

The current time according to the ledger server.

Example:

{
    currentTime: {
        seconds: 1554382900,
        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.

see

Timestamp

Hierarchy

  • GetTimeResponse

Index

Properties

Properties

currentTime

currentTime: Timestamp

Generated using TypeDoc