Class TokenUnfreezeAccountTransactionBody

java.lang.Object
com.google.protobuf.AbstractMessageLite<TokenUnfreezeAccountTransactionBody,TokenUnfreezeAccountTransactionBody.Builder>
com.google.protobuf.GeneratedMessageLite<TokenUnfreezeAccountTransactionBody,TokenUnfreezeAccountTransactionBody.Builder>
com.hedera.hashgraph.sdk.proto.TokenUnfreezeAccountTransactionBody
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, TokenUnfreezeAccountTransactionBodyOrBuilder

@Generated public final class TokenUnfreezeAccountTransactionBody extends com.google.protobuf.GeneratedMessageLite<TokenUnfreezeAccountTransactionBody,TokenUnfreezeAccountTransactionBody.Builder> implements TokenUnfreezeAccountTransactionBodyOrBuilder
 *
 Resume transfers of a token type for an account.<br/>
 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`.<br/>
 The token `freeze_key` MUST sign this transaction.<br/>
 The identified token MUST exist, MUST NOT be deleted, MUST NOT be paused,
 and MUST NOT be expired.<br/>
 The identified account MUST exist, MUST NOT be deleted, and
 MUST NOT be expired.<br/>
 If the identified account is not frozen with respect to the identified
 token, the transaction SHALL succeed, but no change SHALL be made.<br/>
 An association between the identified account and the identified
 token MUST exist.

 ### Block Stream Effects
 None
 
Protobuf type proto.TokenUnfreezeAccountTransactionBody