getFeeEstimation method

Future<int> getFeeEstimation({
  1. required int walletId,
  2. required int blocks,
})

Implementation

Future<int> getFeeEstimation({required int walletId, required int blocks}) {
  throw UnimplementedError('getFeeEstimation() has not been implemented.');
}