estimateFeeForTx method

Future<Fee> estimateFeeForTx(
  1. double txAmount,
  2. CreateTxOptions options
)

Implementation

Future<Fee> estimateFeeForTx(double txAmount, CreateTxOptions options) async {
  return await broadcastTx.estimatedFeeWithBurnTax(txAmount, options);
}