We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcc601 commit 4afae3eCopy full SHA for 4afae3e
proto/sidechain.proto
@@ -15,6 +15,8 @@ service Sidechain {
15
rpc GetUtxoSet(GetUtxoSetRequest) returns (GetUtxoSetResponse);
16
rpc GetWithdrawalBundle(GetWithdrawalBundleRequest)
17
returns (GetWithdrawalBundleResponse);
18
+
19
+ rpc StreamEvents()
20
}
21
22
message SubmitTransactionRequest {
0 commit comments