Class: Runar::SDK::Utxo
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::Utxo
- Defined in:
- lib/runar/sdk/types.rb
Overview
An unspent transaction output.
Instance Attribute Summary collapse
-
#output_index ⇒ Object
Returns the value of attribute output_index.
-
#satoshis ⇒ Object
Returns the value of attribute satoshis.
-
#script ⇒ Object
Returns the value of attribute script.
-
#txid ⇒ Object
Returns the value of attribute txid.
Instance Attribute Details
#output_index ⇒ Object
Returns the value of attribute output_index
12 13 14 |
# File 'lib/runar/sdk/types.rb', line 12 def output_index @output_index end |
#satoshis ⇒ Object
Returns the value of attribute satoshis
12 13 14 |
# File 'lib/runar/sdk/types.rb', line 12 def satoshis @satoshis end |
#script ⇒ Object
Returns the value of attribute script
12 13 14 |
# File 'lib/runar/sdk/types.rb', line 12 def script @script end |
#txid ⇒ Object
Returns the value of attribute txid
12 13 14 |
# File 'lib/runar/sdk/types.rb', line 12 def txid @txid end |