Class: String

Inherits:
Object
  • Object
show all
Includes:
Bitcoin::BinaryExtensions
Defined in:
lib/bitcoin.rb,
lib/bitcoin/script.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Bitcoin::BinaryExtensions

#bth, #htb, #htb_reverse, #hth, #reverse_hth

Instance Attribute Details

#bitcoin_pushdataObject

Returns the value of attribute bitcoin_pushdata.



192
193
194
# File 'lib/bitcoin/script.rb', line 192

def bitcoin_pushdata
  @bitcoin_pushdata
end

#bitcoin_pushdata_lengthObject

Returns the value of attribute bitcoin_pushdata_length.



193
194
195
# File 'lib/bitcoin/script.rb', line 193

def bitcoin_pushdata_length
  @bitcoin_pushdata_length
end