Uses of Class
com.algorand.algosdk.algod.client.model.TransactionFee
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of TransactionFee in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return TransactionFee Modifier and Type Method Description TransactionFee
DefaultApi. suggestedFee()
Deprecated.Get the suggested fee Suggested Fee is returned in units of micro-Algos per byte.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type TransactionFee Modifier and Type Method Description ApiResponse<TransactionFee>
DefaultApi. suggestedFeeWithHttpInfo()
Deprecated.Get the suggested fee Suggested Fee is returned in units of micro-Algos per byte.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type TransactionFee Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. suggestedFeeAsync(ApiCallback<TransactionFee> callback)
Deprecated.Get the suggested fee (asynchronously) Suggested Fee is returned in units of micro-Algos per byte. -
Uses of TransactionFee in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return TransactionFee Modifier and Type Method Description TransactionFee
TransactionFee. fee(java.math.BigInteger fee)
Deprecated.