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

com.hederahashgraph.api.proto.java.FeeDataOrBuilder Maven / Gradle / Ivy

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * Fee paid to the submitting node
   * 
* * .proto.FeeComponents nodedata = 1; * @return Whether the nodedata field is set. */ boolean hasNodedata(); /** *
   **
   * Fee paid to the submitting node
   * 
* * .proto.FeeComponents nodedata = 1; * @return The nodedata. */ com.hederahashgraph.api.proto.java.FeeComponents getNodedata(); /** *
   **
   * Fee paid to the submitting node
   * 
* * .proto.FeeComponents nodedata = 1; */ com.hederahashgraph.api.proto.java.FeeComponentsOrBuilder getNodedataOrBuilder(); /** *
   **
   * Fee paid to the network for processing a transaction into consensus
   * 
* * .proto.FeeComponents networkdata = 2; * @return Whether the networkdata field is set. */ boolean hasNetworkdata(); /** *
   **
   * Fee paid to the network for processing a transaction into consensus
   * 
* * .proto.FeeComponents networkdata = 2; * @return The networkdata. */ com.hederahashgraph.api.proto.java.FeeComponents getNetworkdata(); /** *
   **
   * Fee paid to the network for processing a transaction into consensus
   * 
* * .proto.FeeComponents networkdata = 2; */ com.hederahashgraph.api.proto.java.FeeComponentsOrBuilder getNetworkdataOrBuilder(); /** *
   **
   * Fee paid to the network for providing the service associated with the
   * transaction; for instance, storing a file
   * 
* * .proto.FeeComponents servicedata = 3; * @return Whether the servicedata field is set. */ boolean hasServicedata(); /** *
   **
   * Fee paid to the network for providing the service associated with the
   * transaction; for instance, storing a file
   * 
* * .proto.FeeComponents servicedata = 3; * @return The servicedata. */ com.hederahashgraph.api.proto.java.FeeComponents getServicedata(); /** *
   **
   * Fee paid to the network for providing the service associated with the
   * transaction; for instance, storing a file
   * 
* * .proto.FeeComponents servicedata = 3; */ com.hederahashgraph.api.proto.java.FeeComponentsOrBuilder getServicedataOrBuilder(); /** *
   **
   * SubType distinguishing between different types of FeeData, correlating
   * to the same HederaFunctionality
   * 
* * .proto.SubType subType = 4; * @return The enum numeric value on the wire for subType. */ int getSubTypeValue(); /** *
   **
   * SubType distinguishing between different types of FeeData, correlating
   * to the same HederaFunctionality
   * 
* * .proto.SubType subType = 4; * @return The subType. */ com.hederahashgraph.api.proto.java.SubType getSubType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy