@usherlabs/cex-broker 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,8 @@ message ActionRequest {
9
9
  }
10
10
 
11
11
  message ActionResponse {
12
- string result = 2; // JSON string of the result data
12
+ string result = 1; // JSON string of the result data
13
+ string proof = 2;
13
14
  }
14
15
 
15
16
  message SubscribeRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usherlabs/cex-broker",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Unified gRPC API to CEXs by Usher Labs.",
5
5
  "repository": "git@gitlab.com:usherlabs/cex-broker.git",
6
6
  "homepage": "https://usher.so/",