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