Skip to content

Commit

Permalink
send binary message to specific address
Browse files Browse the repository at this point in the history
  • Loading branch information
gonpombo8 committed Sep 30, 2024
1 parent 7fe9554 commit 08384b4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ message SendBinaryRequest {
repeated bytes data = 1;
}

message SendBinaryToAddress {
bytes data = 1;
optional string address = 2;
}

message SendBinaryResponse {
repeated bytes data = 1;
repeated SendBinaryToAddress message = 2;
}

service CommunicationsControllerService {
Expand Down

0 comments on commit 08384b4

Please sign in to comment.