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