fedimint_lnv2_client

Type Alias ReceiveResult

source
pub type ReceiveResult = Result<(Bolt11Invoice, OperationId), ReceiveError>;

Aliased Type§

enum ReceiveResult {
    Ok((Bolt11Invoice, OperationId)),
    Err(ReceiveError),
}

Variants§

§1.0.0

Ok((Bolt11Invoice, OperationId))

Contains the success value

§1.0.0

Err(ReceiveError)

Contains the error value