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

com.hedera.hashgraph.sdk.proto.ScheduleIDOrBuilder 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 ScheduleIDOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.ScheduleID)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * A nonnegative shard number
   * 
* * int64 shardNum = 1; * @return The shardNum. */ long getShardNum(); /** *
   **
   * A nonnegative realm number
   * 
* * int64 realmNum = 2; * @return The realmNum. */ long getRealmNum(); /** *
   **
   * A nonnegative schedule number
   * 
* * int64 scheduleNum = 3; * @return The scheduleNum. */ long getScheduleNum(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy