Class: TezosClient::BigMap

Inherits:
Struct
  • Object
show all
Defined in:
lib/tezos_client/tools/convert_to_hash/big_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4

def id
  @id
end

#key_typeObject

Returns the value of attribute key_type

Returns:

  • (Object)

    the current value of key_type



4
5
6
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4

def key_type
  @key_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4

def name
  @name
end

#value_typeObject

Returns the value of attribute value_type

Returns:

  • (Object)

    the current value of value_type



4
5
6
# File 'lib/tezos_client/tools/convert_to_hash/big_map.rb', line 4

def value_type
  @value_type
end