Get Gas Price
Future<Amount> getGasPriceAmount() => getGasPrice().then( (value) => Amount(value: value, decimals: 18), );