TimeStamp
TokenUnitBalance
Field | Description |
---|---|
| A unique token id |
| Number of transferable units of the identified token. For token of type |
Timestamp
An exact date and time. This is the same data structure as the protobuf Timestamp.proto (see the comments in https:github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Field | Description |
---|---|
| Number of complete seconds since the start of the epoch |
| Number of nanoseconds since the start of the last second |
TimestampSeconds
An exact date and time, with a resolution of one second (no nanoseconds).
Field | Description |
---|---|
| Number of complete seconds since the start of the epoch |
Last updated