Class: Runar::SDK::TxOutput

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

Overview

A transaction output.

Instance Attribute Summary collapse

Instance Attribute Details

#satoshisObject

Returns the value of attribute satoshis

Returns:

  • (Object)

    the current value of satoshis



22
23
24
# File 'lib/runar/sdk/types.rb', line 22

def satoshis
  @satoshis
end

#scriptObject

Returns the value of attribute script

Returns:

  • (Object)

    the current value of script



22
23
24
# File 'lib/runar/sdk/types.rb', line 22

def script
  @script
end