Crates.io | bitcoin-script-opcodes |
lib.rs | bitcoin-script-opcodes |
version | 0.1.0 |
source | src |
created_at | 2022-09-30 18:33:06.234672 |
updated_at | 2022-09-30 18:33:06.234672 |
description | A collection of opcodes used in Bitcoin Script |
homepage | |
repository | |
max_upload_size | |
id | 677458 |
size | 1,965 |
A collection of opcodes used in Bitcoin Script
Not a full list of all available opcodes. Feel free to add more and submit a pull request.
Add package to Cargo.toml file
[dependencies]
bitcoin-script-opcodes = "0.1.0"
use bitcoin_script_opcodes::{OP_0};
// use codes here....
Available opcodes and documentation can be found here
MIT © Joe Gesualdo