Class CryptoDeleteAllowanceTransactionBody

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

@Generated public final class CryptoDeleteAllowanceTransactionBody extends com.google.protobuf.GeneratedMessageLite<CryptoDeleteAllowanceTransactionBody,CryptoDeleteAllowanceTransactionBody.Builder> implements CryptoDeleteAllowanceTransactionBodyOrBuilder
 *
 Delete one or more allowances.<br/>
 Given one or more, previously approved, allowances for non-fungible/unique
 tokens to be transferred by a spending account from an owning account;
 this transaction removes a specified set of those allowances.

 The owner account for each listed allowance MUST sign this transaction.<br/>
 Allowances for HBAR cannot be removed with this transaction. The owner
 account MUST submit a new `cryptoApproveAllowance` transaction with the
 amount set to `0` to "remove" that allowance.<br/>
 Allowances for fungible/common tokens cannot be removed with this
 transaction. The owner account MUST submit a new `cryptoApproveAllowance`
 transaction with the amount set to `0` to "remove" that allowance.<br/>

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