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

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

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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

  /**
   * 
   **
   * the shard number (nonnegative)
   * 
* * int64 shardNum = 1; * @return The shardNum. */ long getShardNum(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy