Hi,
Right now buildLbtcTx has the following signature, where it takes feeRate
Future<String> buildLbtcTx(
{required int sats,
required String outAddress,
required double feeRate,
required bool drain,
dynamic hint})
Need an option to specify absFee to this function
Hi,
Right now
buildLbtcTxhas the following signature, where it takesfeeRateNeed an option to specify
absFeeto this function