Class TokenUnpauseTransaction


public class TokenUnpauseTransaction extends Transaction<TokenUnpauseTransaction>
Resume transaction activity for a token. This transaction MUST be signed by the Token `pause_key`.
The `token` identified MUST exist, and MUST NOT be deleted.
The `token` identified MAY not be paused; if the token is not paused, this transaction SHALL have no effect. The `token` identified MUST have a `pause_key` set, the `pause_key` MUST be a valid `Key`, and the `pause_key` MUST NOT be an empty `KeyList`.
An `unpaused` token MAY be transferred or otherwise modified. ### Block Stream Effects None