Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 780 Bytes

File metadata and controls

15 lines (11 loc) · 780 Bytes

TokenUnpause

Unpauses the Token. Must be signed with the Token's pause key.

  • If the provided token is not found, the transaction will resolve to INVALID_TOKEN_ID
  • If the provided token has been deleted, the transaction will resolve to TOKEN_WAS_DELETED
  • If no Pause Key is defined, the transaction will resolve to TOKEN_HAS_NO_PAUSE_KEY
  • Once executed the Token is marked as Unpaused and can be used in Transactions
  • The operation is idempotent - becomes a no-op if the Token is already unpaused

TokenUnpauseTransactionBody

Field Type Description
token TokenID The token to be unpaused