Class TokenUnfreezeTransaction


public class TokenUnfreezeTransaction extends Transaction<TokenUnfreezeTransaction>
Resume transfers of a token type for an account.
This releases previously frozen assets of one account with respect to one token type. Once unfrozen, that account can once again 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 not 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