Class: TezosClient::Tools::ConvertToHash
- Inherits:
-
ActiveInteraction::Base
- Object
- ActiveInteraction::Base
- TezosClient::Tools::ConvertToHash
- Defined in:
- lib/tezos_client/tools/convert_to_hash.rb,
lib/tezos_client/tools/convert_to_hash/int.rb,
lib/tezos_client/tools/convert_to_hash/key.rb,
lib/tezos_client/tools/convert_to_hash/map.rb,
lib/tezos_client/tools/convert_to_hash/nat.rb,
lib/tezos_client/tools/convert_to_hash/set.rb,
lib/tezos_client/tools/convert_to_hash/base.rb,
lib/tezos_client/tools/convert_to_hash/list.rb,
lib/tezos_client/tools/convert_to_hash/pair.rb,
lib/tezos_client/tools/convert_to_hash/bytes.rb,
lib/tezos_client/tools/convert_to_hash/option.rb,
lib/tezos_client/tools/convert_to_hash/string.rb,
lib/tezos_client/tools/convert_to_hash/address.rb,
lib/tezos_client/tools/convert_to_hash/big_map.rb,
lib/tezos_client/tools/convert_to_hash/key_hash.rb,
lib/tezos_client/tools/convert_to_hash/signature.rb,
lib/tezos_client/tools/convert_to_hash/timestamp.rb
Defined Under Namespace
Classes: Address, Base, BigMap, Bytes, Int, Key, KeyHash, List, Map, Nat, Option, Pair, Set, Signature, String, Timestamp
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/tezos_client/tools/convert_to_hash.rb', line 13 def execute TezosClient::Tools::ConvertToHash::Base.new(data: data, type: type).value end |