ton-sdk-ruby 0.0.3 → 0.0.5

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: f9f4f9ebce30d9947d1ca4f7aa7ed95822328fb3f3557fe15d7c113949d3ed31
4
- data.tar.gz: 8092504fda3168aafbe087f5ef5d54488750c66905b82d564e76c4f72352c5aa
3
+ metadata.gz: 7723800043fdc4d40e267603484f592fe8f134933c71dde23593cb90b7e67846
4
+ data.tar.gz: '059bf84575eb5ad7f07c65c363e56f7a9209e6a87bb1f6ce7ed9cc77e7cfe394'
5
5
  SHA512:
6
- metadata.gz: 837c24715138986fbf478b30d10da67edc718f20a1c3124817b08d53535842826feca8cebe2d44fca6705330f5c0e229c5cc405ac0f7d460a1edf18129591d7d
7
- data.tar.gz: 95497b85309c0a4e0924cea11a47c3ae50fc55977fe7d40a4b3764eca9943e171395d1d758ac6e325124cdbe0e20bd9ef90b63f74d2a5b8cc2312ed9d7861958
6
+ metadata.gz: '09026146d4d9abc398f8ffe52a1e32a27c92642c8174bf0b671578b4b80f42d377f4d932046d31ce5544ab690549d1f9f538549055bf68e99f607a093ac5676e'
7
+ data.tar.gz: 17f6d53c23e8ea643bcdf47de83938e1e82f05209001e435cc4bcc1510bb9cd5be7667374b4239a77642e8472fceae50afae7ff72caba2d5d6e375ee0f001c53
@@ -176,6 +176,9 @@ module TonSdkRuby
176
176
 
177
177
 
178
178
  class Cell
179
+ extend TonSdkRuby
180
+ include TonSdkRuby
181
+
179
182
  attr_accessor :bits, :refs, :type, :mask
180
183
  attr_reader :hashes, :depths
181
184
  private :bits, :refs, :type, :mask, :hashes, :depths
@@ -359,4 +362,4 @@ module TonSdkRuby
359
362
  end
360
363
 
361
364
  end
362
- end
365
+ end
@@ -24,6 +24,10 @@ module TonSdkRuby
24
24
  send_request('getAddressInformation', {address: address})
25
25
  end
26
26
 
27
+ def get_extended_address_information(address)
28
+ send_request('getExtendedAddressInformation', {address: address})
29
+ end
30
+
27
31
  def get_address_balance(address)
28
32
  send_request('getAddressBalance', {address: address})
29
33
  end
@@ -1,4 +1,4 @@
1
1
  module TonSdkRuby
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ton-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh