getGasPrice method
Implementation
Future<dynamic> getGasPrice() async {
var data = {
'Action': 'getgasprice',
'Version': '1.0.0',
};
return send(data);
}
Future<dynamic> getGasPrice() async {
var data = {
'Action': 'getgasprice',
'Version': '1.0.0',
};
return send(data);
}