Class: Bitcoin::Protocol::PartialMerkleTree::Node
- Inherits:
-
Struct
- Object
- Struct
- Bitcoin::Protocol::PartialMerkleTree::Node
- Defined in:
- lib/bitcoin/protocol/partial_merkle_tree.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
-
#value ⇒ Object
Returns the value of attribute value.
-
#width_idx ⇒ Object
Returns the value of attribute width_idx.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
5 6 7 |
# File 'lib/bitcoin/protocol/partial_merkle_tree.rb', line 5 def left @left end |
#right ⇒ Object
Returns the value of attribute right
5 6 7 |
# File 'lib/bitcoin/protocol/partial_merkle_tree.rb', line 5 def right @right end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/bitcoin/protocol/partial_merkle_tree.rb', line 5 def value @value end |
#width_idx ⇒ Object
Returns the value of attribute width_idx
5 6 7 |
# File 'lib/bitcoin/protocol/partial_merkle_tree.rb', line 5 def width_idx @width_idx end |