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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; * @return Whether the header field is set. */ boolean hasHeader(); /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; * @return The header. */ com.hederahashgraph.api.proto.java.ResponseHeader getHeader(); /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; */ com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder(); /** *
   **
   * The information requested about this token instance
   * 
* * .proto.TokenInfo tokenInfo = 2; * @return Whether the tokenInfo field is set. */ boolean hasTokenInfo(); /** *
   **
   * The information requested about this token instance
   * 
* * .proto.TokenInfo tokenInfo = 2; * @return The tokenInfo. */ com.hederahashgraph.api.proto.java.TokenInfo getTokenInfo(); /** *
   **
   * The information requested about this token instance
   * 
* * .proto.TokenInfo tokenInfo = 2; */ com.hederahashgraph.api.proto.java.TokenInfoOrBuilder getTokenInfoOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy