Class: Runar::SDK::OutputSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/runar/sdk/types.rb

Overview

Specification for a single contract continuation output (multi-output methods).

Instance Attribute Summary collapse

Instance Attribute Details

#satoshisObject

Returns the value of attribute satoshis

Returns:

  • (Object)

    the current value of satoshis



164
165
166
# File 'lib/runar/sdk/types.rb', line 164

def satoshis
  @satoshis
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



164
165
166
# File 'lib/runar/sdk/types.rb', line 164

def state
  @state
end