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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * A unique token id
   * 
* * .proto.TokenID tokenId = 1; */ boolean hasTokenId(); /** *
   * A unique token id
   * 
* * .proto.TokenID tokenId = 1; */ com.hederahashgraph.api.proto.java.TokenID getTokenId(); /** *
   * A unique token id
   * 
* * .proto.TokenID tokenId = 1; */ com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder(); /** *
   * A number of transferable units of the identified token
   * 
* * uint64 balance = 2; */ long getBalance(); /** *
   * Tokens divide into <tt>10<sup>decimals</sup></tt> pieces
   * 
* * uint32 decimals = 3; */ int getDecimals(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy