com.hedera.hapi.block.stream.output.protoc.TokenAirdropOutputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream/output/token_service.proto
package com.hedera.hapi.block.stream.output.protoc;
public interface TokenAirdropOutputOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.output.TokenAirdropOutput)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Custom fees assessed during a TokenAirdrop.
* <p>
* These fees SHALL be present in the full transfer list for the transaction.
*
*
* repeated .proto.AssessedCustomFee assessed_custom_fees = 1;
*/
java.util.List
getAssessedCustomFeesList();
/**
*
**
* Custom fees assessed during a TokenAirdrop.
* <p>
* These fees SHALL be present in the full transfer list for the transaction.
*
*
* repeated .proto.AssessedCustomFee assessed_custom_fees = 1;
*/
com.hederahashgraph.api.proto.java.AssessedCustomFee getAssessedCustomFees(int index);
/**
*
**
* Custom fees assessed during a TokenAirdrop.
* <p>
* These fees SHALL be present in the full transfer list for the transaction.
*
*
* repeated .proto.AssessedCustomFee assessed_custom_fees = 1;
*/
int getAssessedCustomFeesCount();
/**
*
**
* Custom fees assessed during a TokenAirdrop.
* <p>
* These fees SHALL be present in the full transfer list for the transaction.
*
*
* repeated .proto.AssessedCustomFee assessed_custom_fees = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.AssessedCustomFeeOrBuilder>
getAssessedCustomFeesOrBuilderList();
/**
*
**
* Custom fees assessed during a TokenAirdrop.
* <p>
* These fees SHALL be present in the full transfer list for the transaction.
*
*
* repeated .proto.AssessedCustomFee assessed_custom_fees = 1;
*/
com.hederahashgraph.api.proto.java.AssessedCustomFeeOrBuilder getAssessedCustomFeesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy