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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: network_get_execution_time.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface NetworkGetExecutionTimeQueryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.NetworkGetExecutionTimeQuery)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * standard info sent from client to node including the signed payment, and what kind of response
   * is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; * @return Whether the header field is set. */ boolean hasHeader(); /** *
   **
   * standard info sent from client to node including the signed payment, and what kind of response
   * is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; * @return The header. */ com.hedera.hashgraph.sdk.proto.QueryHeader getHeader(); /** *
   **
   * standard info sent from client to node including the signed payment, and what kind of response
   * is requested (cost, state proof, both, or neither).
   * 
* * .proto.QueryHeader header = 1; */ com.hedera.hashgraph.sdk.proto.QueryHeaderOrBuilder getHeaderOrBuilder(); /** *
   **
   * The id(s) of the transactions to get the execution time(s) of
   * 
* * repeated .proto.TransactionID transaction_ids = 2; */ java.util.List getTransactionIdsList(); /** *
   **
   * The id(s) of the transactions to get the execution time(s) of
   * 
* * repeated .proto.TransactionID transaction_ids = 2; */ com.hedera.hashgraph.sdk.proto.TransactionID getTransactionIds(int index); /** *
   **
   * The id(s) of the transactions to get the execution time(s) of
   * 
* * repeated .proto.TransactionID transaction_ids = 2; */ int getTransactionIdsCount(); /** *
   **
   * The id(s) of the transactions to get the execution time(s) of
   * 
* * repeated .proto.TransactionID transaction_ids = 2; */ java.util.List getTransactionIdsOrBuilderList(); /** *
   **
   * The id(s) of the transactions to get the execution time(s) of
   * 
* * repeated .proto.TransactionID transaction_ids = 2; */ com.hedera.hashgraph.sdk.proto.TransactionIDOrBuilder getTransactionIdsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy