Method: Bitcoin::Transaction#transaction_id
- Defined in:
- lib/bc.rb
#transaction_id ⇒ Object (readonly)
This (String) is a unique identifier assigned to this transaction.
222 223 224 |
# File 'lib/bc.rb', line 222 def transaction_id @transaction_id end |