@keepkey/device-protocol 7.10.1 → 7.11.2
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.
- package/lib/messages-binance_pb.d.ts +428 -0
- package/lib/messages-binance_pb.js +1 -7
- package/lib/messages-cosmos_pb.d.ts +466 -0
- package/lib/messages-cosmos_pb.js +1 -7
- package/lib/messages-eos_pb.d.ts +1057 -0
- package/lib/messages-eos_pb.js +1 -7
- package/lib/messages-ethereum_pb.d.ts +530 -0
- package/lib/messages-ethereum_pb.js +1 -7
- package/lib/messages-nano_pb.d.ts +207 -0
- package/lib/messages-nano_pb.js +1 -7
- package/lib/messages-osmosis_pb.d.ts +774 -0
- package/lib/messages-osmosis_pb.js +22 -28
- package/lib/messages-ripple_pb.d.ts +173 -0
- package/lib/messages-ripple_pb.js +1 -7
- package/lib/messages-tendermint_pb.d.ts +526 -0
- package/lib/messages-tendermint_pb.js +1 -7
- package/lib/messages-thorchain_pb.d.ts +288 -0
- package/lib/messages-thorchain_pb.js +1 -7
- package/lib/messages_pb.d.ts +2357 -0
- package/lib/messages_pb.js +1 -7
- package/lib/proto.json +3 -3
- package/lib/types_pb.d.ts +843 -0
- package/lib/types_pb.js +1 -7
- package/package.json +2 -2
package/lib/messages_pb.js
CHANGED
@@ -13,13 +13,7 @@
|
|
13
13
|
|
14
14
|
var jspb = require('google-protobuf');
|
15
15
|
var goog = jspb;
|
16
|
-
var global = (function() {
|
17
|
-
if (this) { return this; }
|
18
|
-
if (typeof window !== 'undefined') { return window; }
|
19
|
-
if (typeof global !== 'undefined') { return global; }
|
20
|
-
if (typeof self !== 'undefined') { return self; }
|
21
|
-
return Function('return this')();
|
22
|
-
}.call(null));
|
16
|
+
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
|
23
17
|
|
24
18
|
var types_pb = require('./types_pb.js');
|
25
19
|
goog.object.extend(proto, types_pb);
|
package/lib/proto.json
CHANGED
@@ -5011,7 +5011,7 @@
|
|
5011
5011
|
"id": 1
|
5012
5012
|
},
|
5013
5013
|
"pool_id": {
|
5014
|
-
"type": "
|
5014
|
+
"type": "uint64",
|
5015
5015
|
"id": 2
|
5016
5016
|
},
|
5017
5017
|
"share_out_amount": {
|
@@ -5049,7 +5049,7 @@
|
|
5049
5049
|
"id": 1
|
5050
5050
|
},
|
5051
5051
|
"pool_id": {
|
5052
|
-
"type": "
|
5052
|
+
"type": "uint64",
|
5053
5053
|
"id": 2
|
5054
5054
|
},
|
5055
5055
|
"share_out_amount": {
|
@@ -5161,7 +5161,7 @@
|
|
5161
5161
|
"id": 1
|
5162
5162
|
},
|
5163
5163
|
"pool_id": {
|
5164
|
-
"type": "
|
5164
|
+
"type": "uint64",
|
5165
5165
|
"id": 2
|
5166
5166
|
},
|
5167
5167
|
"token_out_denom": {
|