MsgGovScriptJSONResponse.deserialize constructor

MsgGovScriptJSONResponse.deserialize(
  1. List<int> bytes
)

Implementation

factory MsgGovScriptJSONResponse.deserialize(List<int> bytes) {
  return MsgGovScriptJSONResponse();
}