MsgGovScriptResponse.deserialize constructor

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

Implementation

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