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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * .proto.TokenRef token = 1;
   */
  boolean hasToken();
  /**
   * .proto.TokenRef token = 1;
   */
  com.hederahashgraph.api.proto.java.TokenRef getToken();
  /**
   * .proto.TokenRef token = 1;
   */
  com.hederahashgraph.api.proto.java.TokenRefOrBuilder getTokenOrBuilder();

  /**
   * uint64 amount = 2;
   */
  long getAmount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy