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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TokenGetInfo.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * .proto.TokenID tokenId = 1;
   */
  boolean hasTokenId();
  /**
   * .proto.TokenID tokenId = 1;
   */
  com.hederahashgraph.api.proto.java.TokenID getTokenId();
  /**
   * .proto.TokenID tokenId = 1;
   */
  com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder();

  /**
   * string symbol = 2;
   */
  java.lang.String getSymbol();
  /**
   * string symbol = 2;
   */
  com.google.protobuf.ByteString
      getSymbolBytes();

  /**
   * .proto.AccountID treasury = 3;
   */
  boolean hasTreasury();
  /**
   * .proto.AccountID treasury = 3;
   */
  com.hederahashgraph.api.proto.java.AccountID getTreasury();
  /**
   * .proto.AccountID treasury = 3;
   */
  com.hederahashgraph.api.proto.java.AccountIDOrBuilder getTreasuryOrBuilder();

  /**
   * uint64 currentFloat = 4;
   */
  long getCurrentFloat();

  /**
   * uint32 divisibility = 5;
   */
  int getDivisibility();

  /**
   * .proto.Key adminKey = 6;
   */
  boolean hasAdminKey();
  /**
   * .proto.Key adminKey = 6;
   */
  com.hederahashgraph.api.proto.java.Key getAdminKey();
  /**
   * .proto.Key adminKey = 6;
   */
  com.hederahashgraph.api.proto.java.KeyOrBuilder getAdminKeyOrBuilder();

  /**
   * .proto.Key kycKey = 7;
   */
  boolean hasKycKey();
  /**
   * .proto.Key kycKey = 7;
   */
  com.hederahashgraph.api.proto.java.Key getKycKey();
  /**
   * .proto.Key kycKey = 7;
   */
  com.hederahashgraph.api.proto.java.KeyOrBuilder getKycKeyOrBuilder();

  /**
   * .proto.Key freezeKey = 8;
   */
  boolean hasFreezeKey();
  /**
   * .proto.Key freezeKey = 8;
   */
  com.hederahashgraph.api.proto.java.Key getFreezeKey();
  /**
   * .proto.Key freezeKey = 8;
   */
  com.hederahashgraph.api.proto.java.KeyOrBuilder getFreezeKeyOrBuilder();

  /**
   * .proto.Key wipeKey = 9;
   */
  boolean hasWipeKey();
  /**
   * .proto.Key wipeKey = 9;
   */
  com.hederahashgraph.api.proto.java.Key getWipeKey();
  /**
   * .proto.Key wipeKey = 9;
   */
  com.hederahashgraph.api.proto.java.KeyOrBuilder getWipeKeyOrBuilder();

  /**
   * .proto.Key supplyKey = 10;
   */
  boolean hasSupplyKey();
  /**
   * .proto.Key supplyKey = 10;
   */
  com.hederahashgraph.api.proto.java.Key getSupplyKey();
  /**
   * .proto.Key supplyKey = 10;
   */
  com.hederahashgraph.api.proto.java.KeyOrBuilder getSupplyKeyOrBuilder();

  /**
   * .proto.TokenFreezeStatus defaultFreezeStatus = 11;
   */
  int getDefaultFreezeStatusValue();
  /**
   * .proto.TokenFreezeStatus defaultFreezeStatus = 11;
   */
  com.hederahashgraph.api.proto.java.TokenFreezeStatus getDefaultFreezeStatus();

  /**
   * .proto.TokenKycStatus defaultKycStatus = 12;
   */
  int getDefaultKycStatusValue();
  /**
   * .proto.TokenKycStatus defaultKycStatus = 12;
   */
  com.hederahashgraph.api.proto.java.TokenKycStatus getDefaultKycStatus();

  /**
   * bool isDeleted = 13;
   */
  boolean getIsDeleted();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy