Class: Runar::SDK::OutputSpec
- Inherits:
-
Struct
- Object
- Struct
- Runar::SDK::OutputSpec
- Defined in:
- lib/runar/sdk/types.rb
Overview
Specification for a single contract continuation output (multi-output methods).
Instance Attribute Summary collapse
-
#satoshis ⇒ Object
Returns the value of attribute satoshis.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#satoshis ⇒ Object
Returns the value of attribute satoshis
164 165 166 |
# File 'lib/runar/sdk/types.rb', line 164 def satoshis @satoshis end |
#state ⇒ Object
Returns the value of attribute state
164 165 166 |
# File 'lib/runar/sdk/types.rb', line 164 def state @state end |