channels_sv2 0.1.0

Sv2 Channel Primitives
Documentation
1
2
3
4
5
6
7
//! Abstractions for channels to be used by mining clients.

pub mod error;
pub mod extended;
pub mod group;
pub mod share_accounting;
pub mod standard;