Class: Melos::Struct::InterimTranscriptHashInput

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

Constant Summary collapse

STRUCT =
[
  [:confirmation_tag, :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

#confirmation_tagObject (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