Crates.io | bitcoin-push-decoder |
lib.rs | bitcoin-push-decoder |
version | 0.3.0 |
source | src |
created_at | 2023-07-11 08:36:57.91891 |
updated_at | 2024-08-14 14:24:43.936246 |
description | A library for implementing a bitcoind RPC client. |
homepage | https://gitlab.com/lightning-signer/docs/ |
repository | https://gitlab.com/lightning-signer/txoo |
max_upload_size | |
id | 913613 |
size | 32,937 |
This crate provides a push style decoder for Bitcoin transactions and blocks.
In limited memory environments, a block might not fit in memory. This crate provides a push style decoder that can be used to decode a block or transaction in a streaming fashion.