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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The ID of the token
   * 
* * .proto.TokenID tokenId = 1; */ boolean hasTokenId(); /** *
   * The ID of the token
   * 
* * .proto.TokenID tokenId = 1; */ com.hederahashgraph.api.proto.java.TokenID getTokenId(); /** *
   * The ID of the token
   * 
* * .proto.TokenID tokenId = 1; */ com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder(); /** *
   * The Symbol of the token
   * 
* * string symbol = 2; */ java.lang.String getSymbol(); /** *
   * The Symbol of the token
   * 
* * string symbol = 2; */ com.google.protobuf.ByteString getSymbolBytes(); /** *
   * The balance that the Account holds in the smallest denomination
   * 
* * uint64 balance = 3; */ long getBalance(); /** *
   * The KYC status of the account (KycNotApplicable, Granted or Revoked). If the token does not have KYC key, KycNotApplicable is returned
   * 
* * .proto.TokenKycStatus kycStatus = 4; */ int getKycStatusValue(); /** *
   * The KYC status of the account (KycNotApplicable, Granted or Revoked). If the token does not have KYC key, KycNotApplicable is returned
   * 
* * .proto.TokenKycStatus kycStatus = 4; */ com.hederahashgraph.api.proto.java.TokenKycStatus getKycStatus(); /** *
   * The Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen). If the token does not have Freeze key, FreezeNotApplicable is returned
   * 
* * .proto.TokenFreezeStatus freezeStatus = 5; */ int getFreezeStatusValue(); /** *
   * The Freeze status of the account (FreezeNotApplicable, Frozen or Unfrozen). If the token does not have Freeze key, FreezeNotApplicable is returned
   * 
* * .proto.TokenFreezeStatus freezeStatus = 5; */ com.hederahashgraph.api.proto.java.TokenFreezeStatus getFreezeStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy