com.hederahashgraph.api.proto.java.TokenBurnTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TokenBurn.proto
package com.hederahashgraph.api.proto.java;
public interface TokenBurnTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenBurnTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* The token for which to burn tokens. If token does not exist, transaction results in INVALID_TOKEN_ID
*
*
* .proto.TokenID token = 1;
*/
boolean hasToken();
/**
*
* The token for which to burn 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 burn 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 burn from the Treasury Account. Amount must be a positive non-zero number, not bigger than the token balance of the treasury account (0; balance], represented in the lowest denomination.
*
*
* uint64 amount = 2;
*/
long getAmount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy