buildRecommended method
Implementation
@override
Future<RequestContext> buildRecommended(
{required BigInt minFeeRate, hBigInt}) async {
try {
final res = await super.buildRecommended(minFeeRate: minFeeRate);
return RequestContext._(field0: res.field0);
} on error.PayjoinError catch (e) {
throw mapPayjoinError(e);
}
}