com.hederahashgraph.api.proto.java.CryptoDeleteAllowanceTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_delete_allowance.proto
// Protobuf Java Version: 3.25.4
package com.hederahashgraph.api.proto.java;
public interface CryptoDeleteAllowanceTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.CryptoDeleteAllowanceTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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.hederahashgraph.api.proto.java.NftRemoveAllowance getNftAllowances(int index);
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
int getNftAllowancesCount();
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.NftRemoveAllowanceOrBuilder>
getNftAllowancesOrBuilderList();
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
com.hederahashgraph.api.proto.java.NftRemoveAllowanceOrBuilder getNftAllowancesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy