[][src]Module cashweb_bitcoin::prelude

A "prelude" for crates using the cashweb-bitcoin crate.

This prelude is similar to the standard library's prelude in that you'll almost always want to import its entire contents, but unlike the standard library's prelude you'll have to do so manually:

use cashweb_bitcoin::prelude::*;

The prelude may grow over time as additional items see ubiquitous use.

Structs

Input

Represents an input.

Outpoint

Represents an outpoint.

OutpointDecodeError

Error associated with Outpoint deserialization.

Output

Represents an output.

Script

Represents a script.

Transaction

Represents a transaction.

VarInt

Represents a variable-length integer.

Enums

InputDecodeError

Error associated with Input deserialization.

OutputDecodeError

Error associated with Output deserialization.

TransactionDecodeError

Error associated with Transaction deserialization.

VarIntDecodeError

Error associated with VarInt deserialization.