-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpbconfig.json
29 lines (29 loc) · 1 KB
/
pbconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"messageNames": [
"google.protobuf.Empty",
"prpc.PrpcError",
"pruntime_rpc.PhactoryAPI.GetInfo",
"pruntime_rpc.PhactoryInfo",
"pruntime_rpc.PhactoryAPI.ContractQuery",
"pruntime_rpc.ContractQueryRequest",
"pruntime_rpc.ContractQueryResponse",
"pruntime_rpc.PhactoryAPI.GetContractInfo",
"pruntime_rpc.GetContractInfoRequest",
"pruntime_rpc.GetContractInfoResponse",
"pruntime_rpc.PhactoryAPI.GetRuntimeInfo",
"pruntime_rpc.GetRuntimeInfoRequest",
"pruntime_rpc.InitRuntimeResponse",
"pruntime_rpc.PhactoryAPI.UploadSidevmCode",
"pruntime_rpc.SidevmCode",
"pruntime_rpc.PhactoryAPI.CalculateContractId",
"pruntime_rpc.ContractParameters",
"pruntime_rpc.ContractId",
"pruntime_rpc.PhactoryAPI.AddEndpoint",
"pruntime_rpc.AddEndpointRequest",
"pruntime_rpc.GetEndpointResponse",
"pruntime_rpc.Certificate",
"pruntime_rpc.SignatureType",
"pruntime_rpc.PhactoryAPI.GetClusterInfo",
"pruntime_rpc.GetClusterInfoResponse"
]
}