Crates.io | bitcoin-chain |
lib.rs | bitcoin-chain |
version | 0.3.1 |
source | src |
created_at | 2018-05-10 17:29:00.173656 |
updated_at | 2018-11-21 17:11:27.469321 |
description | In-Memory Bitcoin blockchain |
homepage | https://github.com/rust-bitcoin/rust-bitcoin-chain/ |
repository | https://github.com/rust-bitcoin/rust-bitcoin-chain/ |
max_upload_size | |
id | 64723 |
size | 61,196 |
Library to cache blocks or block headers in-memory.
The cache container allows retrieval as anticipated in Bitcoin applications, determines the chain with most work (the trunk of the tree) and verifies if work on a block header is sufficient for the height at which the block tries to connect to the trunk.