com.hederahashgraph.api.proto.java.AssessedCustomFeeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: custom_fees.proto
package com.hederahashgraph.api.proto.java;
public interface AssessedCustomFeeOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AssessedCustomFee)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The number of units assessed for the fee
*
*
* int64 amount = 1;
* @return The amount.
*/
long getAmount();
/**
*
**
* The denomination of the fee; taken as hbar if left unset
*
*
* .proto.TokenID token_id = 2;
* @return Whether the tokenId field is set.
*/
boolean hasTokenId();
/**
*
**
* The denomination of the fee; taken as hbar if left unset
*
*
* .proto.TokenID token_id = 2;
* @return The tokenId.
*/
com.hederahashgraph.api.proto.java.TokenID getTokenId();
/**
*
**
* The denomination of the fee; taken as hbar if left unset
*
*
* .proto.TokenID token_id = 2;
*/
com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder();
/**
*
**
* The account to receive the assessed fee
*
*
* .proto.AccountID fee_collector_account_id = 3;
* @return Whether the feeCollectorAccountId field is set.
*/
boolean hasFeeCollectorAccountId();
/**
*
**
* The account to receive the assessed fee
*
*
* .proto.AccountID fee_collector_account_id = 3;
* @return The feeCollectorAccountId.
*/
com.hederahashgraph.api.proto.java.AccountID getFeeCollectorAccountId();
/**
*
**
* The account to receive the assessed fee
*
*
* .proto.AccountID fee_collector_account_id = 3;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getFeeCollectorAccountIdOrBuilder();
/**
*
**
* The account(s) whose final balances would have been higher in the absence of this assessed fee
*
*
* repeated .proto.AccountID effective_payer_account_id = 4;
*/
java.util.List
getEffectivePayerAccountIdList();
/**
*
**
* The account(s) whose final balances would have been higher in the absence of this assessed fee
*
*
* repeated .proto.AccountID effective_payer_account_id = 4;
*/
com.hederahashgraph.api.proto.java.AccountID getEffectivePayerAccountId(int index);
/**
*
**
* The account(s) whose final balances would have been higher in the absence of this assessed fee
*
*
* repeated .proto.AccountID effective_payer_account_id = 4;
*/
int getEffectivePayerAccountIdCount();
/**
*
**
* The account(s) whose final balances would have been higher in the absence of this assessed fee
*
*
* repeated .proto.AccountID effective_payer_account_id = 4;
*/
java.util.List extends com.hederahashgraph.api.proto.java.AccountIDOrBuilder>
getEffectivePayerAccountIdOrBuilderList();
/**
*
**
* The account(s) whose final balances would have been higher in the absence of this assessed fee
*
*
* repeated .proto.AccountID effective_payer_account_id = 4;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getEffectivePayerAccountIdOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy