Libraries
»
bitcoinrb
(1.8.0)
»
Index
»
Bitcoin
»
Tx
»
#==
Method: Bitcoin::Tx#==
Defined in:
lib/bitcoin/tx.rb
#
==
(other) ⇒
Object
130 131 132
# File 'lib/bitcoin/tx.rb', line 130
def
==
(
other
)
to_payload
==
other
.
to_payload
end