java.lang.Object
com.hedera.hashgraph.sdk.CustomFeeLimit
A maximum custom fee that the user is willing to pay.
This message is used to specify the maximum custom fee that given user is willing to pay.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static CustomFeeLimitfromProtobuf(CustomFeeLimit customFeeLimit) Extracts a list of CustomFixedFeeExtracts the payer accountIdsetCustomFees(List<CustomFixedFee> customFees) The maximum fees that the user is willing to pay for the message.setPayerId(AccountId payerId) A payer account identifier.(package private) CustomFeeLimit
-
Constructor Details
-
CustomFeeLimit
public CustomFeeLimit()Constructor
-
-
Method Details
-
getPayerId
Extracts the payer accountId- Returns:
- payerId
-
setPayerId
A payer account identifier. -
getCustomFees
Extracts a list of CustomFixedFee- Returns:
-
setCustomFees
The maximum fees that the user is willing to pay for the message. -
fromProtobuf
-
toProtobuf
CustomFeeLimit toProtobuf()
-