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