Sha256: 29c3e8268dad5e1b2d04aabf6a1fdc46475e8c035db67df67d6ffd06a61d2eb9

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

# This is a temporary implementation until bitcoin-ruby formally supports Segregated Witness.
# This implementation ported from the implementation of the pull request below.
# https://github.com/lian/bitcoin-ruby/pull/203
module Bitcoin
  module Protocol
    require 'segwit/tx'
    require 'segwit/script'
    autoload :TxWitness, 'segwit/tx_witness'
    autoload :TxInWitness, 'segwit/tx_in_witness'
    autoload :ScriptWitness, 'segwit/script_witness'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openassets-ruby-0.6.4 lib/segwit.rb
openassets-ruby-0.6.3 lib/segwit.rb
openassets-ruby-0.6.2 lib/segwit.rb