Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- Bitcoin::BinaryExtensions
- Defined in:
- lib/bitcoin.rb,
lib/bitcoin/script.rb
Instance Attribute Summary collapse
-
#bitcoin_pushdata ⇒ Object
Returns the value of attribute bitcoin_pushdata.
-
#bitcoin_pushdata_length ⇒ Object
Returns the value of attribute bitcoin_pushdata_length.
Method Summary
Methods included from Bitcoin::BinaryExtensions
#bth, #htb, #htb_reverse, #hth, #reverse_hth
Instance Attribute Details
#bitcoin_pushdata ⇒ Object
Returns the value of attribute bitcoin_pushdata.
188 189 190 |
# File 'lib/bitcoin/script.rb', line 188 def bitcoin_pushdata @bitcoin_pushdata end |
#bitcoin_pushdata_length ⇒ Object
Returns the value of attribute bitcoin_pushdata_length.
189 190 191 |
# File 'lib/bitcoin/script.rb', line 189 def bitcoin_pushdata_length @bitcoin_pushdata_length end |