bitcoin-push-decoder 0.2.2

A library for implementing a bitcoind RPC client.
Documentation

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.