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