Class: TezosClient::Tools::HashToMicheline
- Inherits:
-
ActiveInteraction::Base
- Object
- ActiveInteraction::Base
- TezosClient::Tools::HashToMicheline
- Defined in:
- lib/tezos_client/tools/hash_to_micheline.rb,
lib/tezos_client/tools/hash_to_micheline/int.rb,
lib/tezos_client/tools/hash_to_micheline/key.rb,
lib/tezos_client/tools/hash_to_micheline/nat.rb,
lib/tezos_client/tools/hash_to_micheline/base.rb,
lib/tezos_client/tools/hash_to_micheline/pair.rb,
lib/tezos_client/tools/hash_to_micheline/bytes.rb,
lib/tezos_client/tools/hash_to_micheline/option.rb,
lib/tezos_client/tools/hash_to_micheline/string.rb,
lib/tezos_client/tools/hash_to_micheline/address.rb,
lib/tezos_client/tools/hash_to_micheline/contract.rb,
lib/tezos_client/tools/hash_to_micheline/signature.rb,
lib/tezos_client/tools/hash_to_micheline/timestamp.rb
Defined Under Namespace
Classes: Address, Base, Bytes, Contract, Int, Key, Nat, Option, Pair, Signature, String, Timestamp
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
24 25 26 |
# File 'lib/tezos_client/tools/hash_to_micheline.rb', line 24 def execute TezosClient::Tools::HashToMicheline::Base.new(data: _params, type: _storage_type).value end |