Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

TokenUnitBalance

FieldDescription
tokenIdA unique token id
balanceNumber 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.

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)
FieldDescription
secondsNumber of complete seconds since the start of the epoch
nanosNumber of nanoseconds since the start of the last second

TimestampSeconds

An exact date and time, with a resolution of one second (no nanoseconds).
FieldDescription
secondsNumber of complete seconds since the start of the epoch