onQueryResponse method

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

Implementation

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