istox 0.1.50 → 0.1.51
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/istox.rb +1 -0
- data/lib/istox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b443db6acb5652b36b349df9d1bd5870bcd41792bc6bca8ae47a9e855408d06
|
4
|
+
data.tar.gz: dceb6ee8c97249e18f490c20bcb55a568e3d33424d868b7ef5c08112bb4c0382
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d404b0b09c40a4f4e0db288df0917bc78463e288eb7286afdf065cab25c75ee5a97d93254287d9c8451cf1ff101f2011e7343838b1301d9f0e25f157f7fc33a5
|
7
|
+
data.tar.gz: 50ef6f116e322903aa9d99c13ef2818f9694abcf055be83b7653be142d83c1040df9c0bf569dd94e75834a3ac4be5635a6699d39a4b15dd46052629109af2238
|
data/lib/istox.rb
CHANGED
@@ -13,6 +13,7 @@ module Istox
|
|
13
13
|
require "istox/interfaces/chainhub/transaction"
|
14
14
|
require "istox/helpers/publisher"
|
15
15
|
require "istox/helpers/bunny_boot"
|
16
|
+
require "istox/helpers/vault"
|
16
17
|
require "istox/helpers/order_book"
|
17
18
|
require "istox/helpers/grpc_client"
|
18
19
|
require "istox/helpers/graphql_client"
|
data/lib/istox/version.rb
CHANGED