Class: Melos::Struct::ParentHashInput
- 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
-
#encryption_key ⇒ Object
readonly
Returns the value of attribute encryption_key.
-
#original_sibling_tree_hash ⇒ Object
readonly
Returns the value of attribute original_sibling_tree_hash.
-
#parent_hash ⇒ Object
readonly
Returns the value of attribute parent_hash.
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_key ⇒ Object (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_hash ⇒ Object (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_hash ⇒ Object (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 |