fedimint_lnv2_client

Type Alias ReceiveResult

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

Aliased Type§

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

Variants§

§1.0.0

Ok((Bolt11Invoice, OperationId))

Contains the success value

§1.0.0

Err(FetchInvoiceError)

Contains the error value