com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_delete_allowance.proto
package com.hedera.hashgraph.sdk.proto;
public interface CryptoDeleteAllowanceTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoDeleteAllowanceTransactionBody)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
java.util.List
getNftAllowancesList();
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
com.hedera.hashgraph.sdk.proto.NftRemoveAllowance getNftAllowances(int index);
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
int getNftAllowancesCount();
}