bitcointx 0.0.1

Bitcoin TX structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
crate-type = ["lib"]
name = "bitcointx"
path = "src/tx.rs"

[package]
authors = ["Joe Thomas <josepht404@gmail.com>"]
description = "Bitcoin TX structure"
edition = "2018"
license = "MIT"
name = "bitcointx"
version = "0.0.1"