Skip to content

Commit 8aca824

Browse files
committed
[WIP] Add client and peer identity support
Signed-off-by: James Taylor <[email protected]>
1 parent 176effd commit 8aca824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protos/contract_messages.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ message InvokeTransactionRequest {
2020
string transaction_name = 2;
2121
repeated bytes args = 3;
2222
map<string, bytes> transient_args = 4;
23+
bytes peer_identity = 5;
24+
bytes client_identity = 6;
2325
}
2426

2527
message InvokeTransactionResponse {

0 commit comments

Comments
 (0)