Unpause a token
A token unpause transaction is a transaction that unpauses the token that was previously disabled from participating in transactions. The token's pause key is required to sign the transaction. Once the unpause transaction is submitted the token pause status is updated to unpause
.
Transaction Signing Requirements:
The pause key of the token
Transaction fee payer account key
Transaction Fees
Please see the transaction and query fees table for base transaction fee
Please use the Hedera fee estimator to estimate your transaction fee cost
Constructor | Description |
---|---|
| Initializes the TokenUnpauseTransaction object |
Methods
Method | Type | Description | Requirement |
---|---|---|---|
| TokenId | The ID of the token to pause | Required |
Java
JavaScript
Go
Last updated