Class: Melos::Struct::InterimTranscriptHashInput
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:confirmation_tag, :vec] ]
Instance Attribute Summary collapse
-
#confirmation_tag ⇒ Object
readonly
Returns the value of attribute confirmation_tag.
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
#confirmation_tag ⇒ Object (readonly)
Returns the value of attribute confirmation_tag.
997 998 999 |
# File 'lib/melos/struct/structs.rb', line 997 def confirmation_tag @confirmation_tag end |