Get Gas Price
Future<BigInt> getGasPrice() async { return await performTask( (client) => client.getGasPrice(), ); }