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

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

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

package com.hederahashgraph.api.proto.java;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy