Open saiy2k opened 2 months ago
Hi,
Right now buildLbtcTx has the following signature, where it takes feeRate
buildLbtcTx
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
absFee
Hi,
Right now
buildLbtcTx
has the following signature, where it takesfeeRate
Need an option to specify
absFee
to this function