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

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

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BasicTypes.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * A minimum, the calculated fee must be greater than this value
   * 
* * int64 min = 1; */ long getMin(); /** *
   * A maximum, the calculated fee must be less than this value
   * 
* * int64 max = 2; */ long getMax(); /** *
   * A constant contribution to the fee
   * 
* * int64 constant = 3; */ long getConstant(); /** *
   * The price of bandwidth consumed by a transaction, measured in bytes
   * 
* * int64 bpt = 4; */ long getBpt(); /** *
   * The price per signature verification for a transaction
   * 
* * int64 vpt = 5; */ long getVpt(); /** *
   * The price of RAM consumed by a transaction, measured in byte-hours
   * 
* * int64 rbh = 6; */ long getRbh(); /** *
   * The price of storage consumed by a transaction, measured in byte-hours
   * 
* * int64 sbh = 7; */ long getSbh(); /** *
   * The price of computation for a smart contract transaction, measured in gas
   * 
* * int64 gas = 8; */ long getGas(); /** *
   * The price per hbar transferred for a transfer
   * 
* * int64 tv = 9; */ long getTv(); /** *
   * The price of bandwidth for data retrieved from memory for a response, measured in bytes
   * 
* * int64 bpr = 10; */ long getBpr(); /** *
   * The price of bandwidth for data retrieved from disk for a response, measured in bytes
   * 
* * int64 sbpr = 11; */ long getSbpr(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy