onQueryResponseJson method
Implementation
@override
QueryOraclePriceHashResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryOraclePriceHashResponse.fromJson(json);
}
@override
QueryOraclePriceHashResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryOraclePriceHashResponse.fromJson(json);
}