Class: TezosClient::BigMap
- Inherits:
-
Struct
- Object
- Struct
- TezosClient::BigMap
- Defined in:
- lib/tezos_client/tools/convert_to_hash/big_map.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#key_type ⇒ Object
Returns the value of attribute key_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value_type ⇒ Object
Returns the value of attribute value_type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4 def id @id end |
#key_type ⇒ Object
Returns the value of attribute key_type
4 5 6 |
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4 def key_type @key_type end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4 def name @name end |
#value_type ⇒ Object
Returns the value of attribute value_type
4 5 6 |
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4 def value_type @value_type end |