Class: TezosClient::Tools::ConvertToHash::KeyHash
- Defined in:
- lib/tezos_client/tools/convert_to_hash/key_hash.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from TezosClient::Tools::ConvertToHash::Base
Instance Method Details
#decode ⇒ Object
7 8 9 |
# File 'lib/tezos_client/tools/convert_to_hash/key_hash.rb', line 7 def decode Address.new(data: data, type: type).decode end |