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