istox 0.1.36 → 0.1.37

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26cd85646a4763379938b3ecfa63780a7115e4d50839163a57f064fb7b94bd1f
4
- data.tar.gz: 011c8a0ad174a9b15b6eb9196f0e4eca09a821a03b8a1699935e580cb15359da
3
+ metadata.gz: 87304791fa70b994f2dbb873c5a3b5db3f799988e1265ac64c744a1b99525756
4
+ data.tar.gz: 8e91f10c399c47b283d6ba1188d4f16582ef1c5cccafe0d6c26b8e904a537b50
5
5
  SHA512:
6
- metadata.gz: 365cb65f0165c9bc5793551318cffeb21a53cc68965a7303bdae3a03e26a48ce62412a03de2e7bd012f537cad09161364b4ae79f8693f756bc8511bd9d6a8ada
7
- data.tar.gz: 908b56d436e8310f4cfb22847697cbd5be05b4ea46c1fb630e6162caf505befa0446dc18f0b28da7f4407328213404c41490f854e386b04725f6e143253cea6b
6
+ metadata.gz: a33079e2d204cf7fccea625a0d4904e9c2bd072fadd07cb190e8feee9f5a069b26c0adf85b60419f7278b79e85b308c322f880f53d61aff2cb6c80fdf9ef3f2e
7
+ data.tar.gz: c26532f65e9c5d81125f3d7ec345c40d4bfb83dd1f9311ee26c5c98528b2bfa2b74edd787991dbad663891642483893578ff35ea5a670d48886816705e0f4e7b
@@ -53,7 +53,9 @@ module Istox
53
53
  end
54
54
 
55
55
  def get_block_transactions(txids)
56
- ['confirmed']
56
+ [{
57
+ status: 'confirmed'
58
+ }]
57
59
  #to do graphql call to get results
58
60
  end
59
61
 
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.36"
2
+ VERSION = "0.1.37"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.36
4
+ version: 0.1.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng