Class TokenFreezeTransaction


public class TokenFreezeTransaction extends Transaction<TokenFreezeTransaction>
Block transfers of a token type for an account.
This, effectively, freezes assets of one account with respect to one token type. While frozen, that account cannot send or receive tokens of the identified type. The token MUST have a `freeze_key` set and that key MUST NOT be an empty `KeyList`.
The token `freeze_key` MUST sign this transaction.
The identified token MUST exist, MUST NOT be deleted, MUST NOT be paused, and MUST NOT be expired.
The identified account MUST exist, MUST NOT be deleted, and MUST NOT be expired.
If the identified account is already frozen with respect to the identified token, the transaction SHALL succeed, but no change SHALL be made.
An association between the identified account and the identified token MUST exist. ### Block Stream Effects None