onQueryResponse method
Implementation
@override
QueryOraclePriceHashResponse onQueryResponse(List<int> bytes) {
return QueryOraclePriceHashResponse.deserialize(bytes);
}
@override
QueryOraclePriceHashResponse onQueryResponse(List<int> bytes) {
return QueryOraclePriceHashResponse.deserialize(bytes);
}