Class: Melos::Struct::ParentHashInput

Inherits:
Base
  • Object
show all
Defined in:
lib/melos/struct/structs.rb

Overview

7.9

Constant Summary collapse

STRUCT =
[
  [:encryption_key, :vec], # HPKEPublicKey
  [:parent_hash, :vec],
  [:original_sibling_tree_hash, :vec]
]

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#deserialize_select_elem_with_context, #initialize, #raw

Constructor Details

This class inherits a constructor from Melos::Struct::Base

Instance Attribute Details

#encryption_keyObject (readonly)

Returns the value of attribute encryption_key.



236
237
238
# File 'lib/melos/struct/structs.rb', line 236

def encryption_key
  @encryption_key
end

#original_sibling_tree_hashObject (readonly)

Returns the value of attribute original_sibling_tree_hash.



236
237
238
# File 'lib/melos/struct/structs.rb', line 236

def original_sibling_tree_hash
  @original_sibling_tree_hash
end

#parent_hashObject (readonly)

Returns the value of attribute parent_hash.



236
237
238
# File 'lib/melos/struct/structs.rb', line 236

def parent_hash
  @parent_hash
end