bitcoin-script-opcodes 0.1.0

A collection of opcodes used in Bitcoin Script
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joegesualdo

Bitcoin Script Opcodes

A collection of opcodes used in Bitcoin Script

Note

Not a full list of all available opcodes. Feel free to add more and submit a pull request.

Install

Add package to Cargo.toml file

[dependencies]
bitcoin-script-opcodes = "0.1.0"

Usage:

use bitcoin_script_opcodes::{OP_0};

// use codes here....

Documentation

Available opcodes and documentation can be found here

License

MIT © Joe Gesualdo