1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-06 16:16:45 +00:00

Add BIP-346: OP_TXHASH

This commit is contained in:
Steven Roose
2023-09-06 16:16:35 +01:00
parent ecb074d487
commit 6a0636da32
6 changed files with 2418 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "txhash-ref"
version = "0.0.0"
edition = "2021"
[dependencies]
bitcoin = { version = "=0.32.8", features = [ "serde" ] }
serde_json = "1"