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