Bitcoin Output/Transaction definitions

This commit is contained in:
Luke Parker
2024-09-10 03:48:06 -04:00
parent 0ccf71df1e
commit 247cc8f0cc
17 changed files with 504 additions and 299 deletions

View File

@@ -24,6 +24,7 @@ bitvec = { version = "1", default-features = false, features = ["alloc", "serde"
hex = "0.4"
scale = { package = "parity-scale-codec", version = "3" }
borsh = { version = "1" }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }