Basic Types
TokenPauseStatus
TokenPauseStatus is the Hedera protobuf enum indicating whether a token is paused, unpaused, or has no pause key configured on the network.
Possible Pause statuses returned on TokenGetInfoQuery.
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.
TokenPauseStatus is the Hedera protobuf enum indicating whether a token is paused, unpaused, or has no pause key configured on the network.
| Enum Name | Description |
|---|---|
PauseNotApplicable | Indicates that a Token has no pauseKey |
Paused | Indicates that a Token is Paused |
Unpaused | Indicates that a Token is Unpaused |
Was this page helpful?