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

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

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

package com.hedera.hashgraph.sdk.proto;

public interface FractionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.Fraction)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * The rational's numerator
   * 
* * int64 numerator = 1; * @return The numerator. */ long getNumerator(); /** *
   **
   * The rational's denominator; a zero value will result in FRACTION_DIVIDES_BY_ZERO
   * 
* * int64 denominator = 2; * @return The denominator. */ long getDenominator(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy