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

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

The 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 TokenIDOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TokenID)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * 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 token number
   * 
* * int64 tokenNum = 3; * @return The tokenNum. */ long getTokenNum(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy