File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
xrpl4j-core/src/main/java/org/xrpl/xrpl4j/model/client/fees Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ public static ComputedNetworkFees computeNetworkFees(final FeeResult feeResult)
124124 * Calculate a suggested fee to be used for submitting a transaction to the XRPL. The calculated value depends on the
125125 * current size of the job queue as compared to its total capacity.
126126 *
127- * @param feeResult {@link FeeResult} object obtained by querying the ledger (e.g., via an `XrplClient#fee()` call).
127+ * @param feeResult {@link FeeResult} object obtained by querying the ledger (e.g., via an
128+ * `XrplClient#fee()` call).
129+ * @param numBatchSigners The number of signers in the batch transaction.
128130 *
129131 * @return {@link ComputedNetworkFees} with low, medium and high fee levels to choose from for the transaction.
130132 *
You can’t perform that action at this time.
0 commit comments