github.com/turingchain2020/turingchain@v1.1.21/system/dapp/manage/proto/manage.proto (about)

     1  syntax = "proto3";
     2  
     3  import "executor.proto";
     4  
     5  package types;
     6  
     7  message ManageAction {
     8      oneof value {
     9          ModifyConfig modify = 1;
    10      }
    11      int32 Ty = 2;
    12  }