Sha256: bc7618bb42baf2d2037e45e90bffc20e5888165ef005796721104a4e41ec36d9
Contents?: true
Size: 242 Bytes
Versions: 5
Compression:
Stored size: 242 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
openassets-ruby-0.6.1 | lib/segwit.rb |
openassets-ruby-0.6.0 | lib/segwit.rb |
openassets-ruby-0.5.9 | lib/segwit.rb |
openassets-ruby-0.5.8 | lib/segwit.rb |
openassets-ruby-0.5.7 | lib/segwit.rb |