SatoshiPortal / lwk-dart

Dart/Flutter bindings for Blockstream's Liquid Wallet Kit
MIT License
8 stars 9 forks source link

Specify absFee when building Tx #37

Open saiy2k opened 2 months ago

saiy2k commented 2 months ago

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