onQueryResponse method

  1. @override
QueryFeeDiscountScheduleResponse onQueryResponse(
  1. List<int> bytes
)
override

Implementation

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