Docs.rs
bitcoin-0.32.4
bitcoin 0.32.4
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
apoelstra
TheBlueMatt
Dependencies
serde ^1.0.103
normal
optional
base58ck ^0.1.0
normal
base64 ^0.21.3
normal
optional
bech32 ^0.11.0
normal
bitcoinconsensus ^0.105.0
normal
optional
bitcoin_hashes ^0.14.0
normal
hex-conservative ^0.2.0
normal
hex_lit ^0.1.1
normal
bitcoin-internals ^0.3.0
normal
bitcoin-io ^0.1.1
normal
ordered ^0.2.0
normal
optional
secp256k1 ^0.29.0
normal
bitcoin-units ^0.1.0
normal
bincode ^1.3.1
dev
serde_json ^1.0.0
dev
serde_test ^1.0.19
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitcoin
0.32.4
Module witness
Module Items
Structs
In crate bitcoin
bitcoin
Module
witness
Copy item path
Source
Expand description
Witness
This module contains the
Witness
struct and related methods to operate on it
Structs
ยง
Iter
An iterator returning individual witness elements.
Witness
The Witness is the data used to unlock bitcoin since the
segwit upgrade
.