Class: Runar::SDK::TxOutput
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::TxOutput
- Defined in:
- lib/runar/sdk/types.rb
Overview
A transaction output.
Instance Attribute Summary collapse
-
#satoshis ⇒ Object
Returns the value of attribute satoshis.
-
#script ⇒ Object
Returns the value of attribute script.
Instance Attribute Details
#satoshis ⇒ Object
Returns the value of attribute satoshis
22 23 24 |
# File 'lib/runar/sdk/types.rb', line 22 def satoshis @satoshis end |
#script ⇒ Object
Returns the value of attribute script
22 23 24 |
# File 'lib/runar/sdk/types.rb', line 22 def script @script end |