onServiceResponse method

  1. @override
MsgSetCommunityPoolRebateResponse onServiceResponse(
  1. List<int> bytes
)
override

Implementation

@override
MsgSetCommunityPoolRebateResponse onServiceResponse(List<int> bytes) {
  return MsgSetCommunityPoolRebateResponse.deserialize(bytes);
}