estimateFeeRate abstract method

Future<int> estimateFeeRate({
  1. int targetBlocks = 6,
})

Fee rate in sat/vbyte for confirmation within targetBlocks.

Implementation

Future<int> estimateFeeRate({int targetBlocks = 6});