MsgScriptJSONResponse.deserialize constructor

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

Implementation

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