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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BasicTypes.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; */ boolean hasNodedata(); /** *
   * Fee paid to the submitting node
   * 
* * .proto.FeeComponents nodedata = 1; */ 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; */ boolean hasNetworkdata(); /** *
   * Fee paid to the network for processing a transaction into consensus
   * 
* * .proto.FeeComponents networkdata = 2; */ 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; */ boolean hasServicedata(); /** *
   * 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.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(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy