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