Class: Runar::SDK::TerminalOutput
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::TerminalOutput
- Defined in:
- lib/runar/sdk/types.rb
Overview
Specification for an exact output in a terminal method call.
Terminal methods verify output structure on-chain via extractOutputHash(). The transaction is built with only the contract UTXO as input and no change output — the fee comes from the contract balance.
Instance Attribute Summary collapse
-
#satoshis ⇒ Object
Returns the value of attribute satoshis.
-
#script_hex ⇒ Object
Returns the value of attribute script_hex.
Instance Attribute Details
#satoshis ⇒ Object
Returns the value of attribute satoshis
171 172 173 |
# File 'lib/runar/sdk/types.rb', line 171 def satoshis @satoshis end |
#script_hex ⇒ Object
Returns the value of attribute script_hex
171 172 173 |
# File 'lib/runar/sdk/types.rb', line 171 def script_hex @script_hex end |