Crate bitcoinsv

source ·
Expand description

Bitcoin SV library for Rust.

This library is a work in progress. It is intended to provide a full featured library for using Bitcoin SV in Rust applications at the infrastructure level. It is not intended to be a wallet or a client.

Modules§

  • Contains functionality related to the core of Bitcoin SV. Transactions, Block Headers, etc.
  • Contains functionality related to the Bitcoin SV peer-to-peer protocol and network.
  • Contains useful utility functions.

Enums§

  • Standard error type used in the library

Type Aliases§

  • Standard Result used in the library