pub type Result<T> = Result<T, CoinJoinError>;Expand description
Result type for CoinJoin operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CoinJoinError),
}pub type Result<T> = Result<T, CoinJoinError>;Result type for CoinJoin operations.
pub enum Result<T> {
Ok(T),
Err(CoinJoinError),
}