Future<double> getFeeEstimate(int numberOfBlocks) async => ((await request( 'blockchain.estimatefee', [numberOfBlocks], ) as double));