com.hederahashgraph.api.proto.java.TokenMintTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TokenMint.proto
package com.hederahashgraph.api.proto.java;
public interface TokenMintTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenMintTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* The token for which to mint tokens. If token does not exist, transaction results in INVALID_TOKEN_ID
*
*
* .proto.TokenID token = 1;
*/
boolean hasToken();
/**
*
* The token for which to mint tokens. If token does not exist, transaction results in INVALID_TOKEN_ID
*
*
* .proto.TokenID token = 1;
*/
com.hederahashgraph.api.proto.java.TokenID getToken();
/**
*
* The token for which to mint tokens. If token does not exist, transaction results in INVALID_TOKEN_ID
*
*
* .proto.TokenID token = 1;
*/
com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenOrBuilder();
/**
*
* The amount to mint to the Treasury Account. Amount must be a positive non-zero number represented in the lowest denomination of the token. The new supply must be lower than 2^63.
*
*
* uint64 amount = 2;
*/
long getAmount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy