Commit dcfbc7a 1 parent 967ed86 commit dcfbc7a Copy full SHA for dcfbc7a
File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,8 @@ service Devops {
50
50
51
51
// Execute a transaction with a specific binding
52
52
rpc EXP_ExecuteWithBinding (ExecuteWithBinding ) returns (Response ) {}
53
-
54
53
}
55
54
56
-
57
55
// Secret is a temporary object to establish security with the Devops.
58
56
// A better solution using certificate will be introduced later
59
57
message Secret {
@@ -69,7 +67,7 @@ message SigmaInput {
69
67
70
68
message ExecuteWithBinding {
71
69
ChaincodeInvocationSpec chaincodeInvocationSpec = 1 ;
72
- bytes binding = 2 ;
70
+ bytes binding = 2 ;
73
71
}
74
72
75
73
message SigmaOutput {
@@ -78,7 +76,6 @@ message SigmaOutput {
78
76
bytes asn1Encoding = 3 ;
79
77
}
80
78
81
-
82
79
message BuildResult {
83
80
84
81
enum StatusCode {
You can’t perform that action at this time.
0 commit comments