All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.CryptoDeleteAllowanceTransactionBodyOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show 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 getNftAllowancesOrBuilderList(); /** *
   **
   * List of non-fungible token allowances to remove.
   * 
* * repeated .proto.NftRemoveAllowance nftAllowances = 2; */ com.hedera.hashgraph.sdk.proto.NftRemoveAllowanceOrBuilder getNftAllowancesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy