bitcoin-push-decoder

Crates.iobitcoin-push-decoder
lib.rsbitcoin-push-decoder
version0.2.2
sourcesrc
created_at2023-07-11 08:36:57.91891
updated_at2023-07-13 10:59:21.471544
descriptionA library for implementing a bitcoind RPC client.
homepagehttps://gitlab.com/lightning-signer/docs/
repositoryhttps://gitlab.com/lightning-signer/txoo
max_upload_size
id913613
size32,494
Ken Sedgwick (ksedgwic)

documentation

README

Bitcoin Push Decoder

This crate provides a push style decoder for Bitcoin transactions and blocks.

Motivation

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.

Commit count: 168

cargo fmt