package bitcoinml

  1. Overview
  2. Docs
Bitcoin data-structures library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.1.zip
md5=bc06a6aaa41e1c443d8c5179241e4eb7
sha512=4f9004cb956117566c4643f6a64ffa03f0469866df6fd77f50316b4a42b50ff3be0a866cdfe20fdd4ae733d056dab18948aabe2187e9695aee46cd3981902e45

doc/bitcoinml/Bitcoinml/index.html

Module Bitcoinml

module Address : sig ... end
module Base58 : sig ... end
module Block : sig ... end
module Block_lazy : sig ... end

Lazy block parser, where only the header is parsed while the transaction list parsing is deffered to the future

module Hash : sig ... end
module Merkle : sig ... end
module Params : sig ... end
module Script : sig ... end
module Script_multisig : sig ... end
module Script_nulldata : sig ... end
module Script_pubkey : sig ... end
module Script_pubkeyhash : sig ... end
module Script_scripthash : sig ... end
module Script_template : sig ... end
module Script_verify : sig ... end
module Script_witnesspubkeyhash : sig ... end
module Script_witnessscripthash : sig ... end
module Tx : sig ... end
module Varint : sig ... end
OCaml

Innovation. Community. Security.