Type Alias breez_sdk_core::error::ReceiveOnchainResult

source ·
pub type ReceiveOnchainResult<T, E = ReceiveOnchainError> = Result<T, E>;

Aliased Type§

enum ReceiveOnchainResult<T, E = ReceiveOnchainError> {
    Ok(T),
    Err(E),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(E)

Contains the error value