onQueryResponse method

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

Implementation

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