channels_sv2 0.1.0

Sv2 Channel Primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[derive(Debug)]
pub enum ExtendedChannelError {
    NewExtranoncePrefixTooLarge,
    JobIdNotFound,
}

#[derive(Debug)]
pub enum StandardChannelError {
    JobIdNotFound,
    NewExtranoncePrefixTooLarge,
}

#[derive(Debug)]
pub enum GroupChannelError {
    JobIdNotFound,
}