Miscellaneous
TimeStamp
Timestamp is the Hedera protobuf message representing an exact point in time as seconds and nanoseconds since the Unix epoch for transaction ordering.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Timestamp is the Hedera protobuf message representing an exact point in time as seconds and nanoseconds since the Unix epoch for transaction ordering.
| Field | Description |
|---|---|
tokenId | A unique token id |
balance | Number of transferable units of the identified token. For token of type FUNGIBLE_COMMON - balance in the smallest denomination. For token of type NON_FUNGIBLE_UNIQUE - the number of NFTs held by the account. |
| Field | Description |
|---|---|
seconds | Number of complete seconds since the start of the epoch |
nanos | Number of nanoseconds since the start of the last second |
| Field | Description |
|---|---|
seconds | Number of complete seconds since the start of the epoch |
Was this page helpful?