com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto_delete_allowance.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder>
getNftAllowancesOrBuilderList();
/**
*
**
* List of non-fungible token allowances to remove.
*
*
* repeated .proto.NftRemoveAllowance nftAllowances = 2;
*/
com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder getNftAllowancesOrBuilder(
int index);
}