Method: Arrow::Transaction#data
- Defined in:
- lib/arrow/transaction.rb
#data ⇒ Object (readonly)
User-data hash. Can be used to pass data between applets in a chain.
137 138 139 |
# File 'lib/arrow/transaction.rb', line 137 def data @data end |