Class: BSV::Script::BIP276::Result
- Inherits:
-
Data
- Object
- Data
- BSV::Script::BIP276::Result
- Defined in:
- lib/bsv/script/bip276.rb
Overview
Returned by decode; immutable value object.
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#network ⇒ Object
readonly
Returns the value of attribute network.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
22 23 24 |
# File 'lib/bsv/script/bip276.rb', line 22 def data @data end |
#network ⇒ Object (readonly)
Returns the value of attribute network
22 23 24 |
# File 'lib/bsv/script/bip276.rb', line 22 def network @network end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
22 23 24 |
# File 'lib/bsv/script/bip276.rb', line 22 def prefix @prefix end |
#version ⇒ Object (readonly)
Returns the value of attribute version
22 23 24 |
# File 'lib/bsv/script/bip276.rb', line 22 def version @version end |