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