Basic Types
TokenID
TokenID is the Hedera protobuf identifier for a token, addressed by shard, realm, and token number across the Hedera Token Service.
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.
TokenID is the Hedera protobuf identifier for a token, addressed by shard, realm, and token number across the Hedera Token Service.
| Field | Description |
|---|---|
shardNum | A nonnegative shard number |
realmNum | A nonnegative realm number |
tokenNum | A nonnegative token number |
Was this page helpful?