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