Class TokenPauseTransaction


public class TokenPauseTransaction extends Transaction<TokenPauseTransaction>
Pause 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 be paused; if the token is already 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`.
A `paused` token SHALL NOT be transferred or otherwise modified except to "up-pause" the token with `unpauseToken` or in a `rejectToken` transaction. ### Block Stream Effects None