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 62a2430
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ message RealSendResponse {}

message SendBinaryRequest {
repeated bytes data = 1;
repeated SendBinaryToAddress messages_to_address = 2;
}

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

message SendBinaryResponse {
Expand Down

0 comments on commit 62a2430

Please sign in to comment.