pub type ReceiveResult = Result<(Bolt11Invoice, OperationId), FetchInvoiceError>;
Aliased Type§
enum ReceiveResult {
Ok((Bolt11Invoice, OperationId)),
Err(FetchInvoiceError),
}
Variants§
Ok((Bolt11Invoice, OperationId))
Contains the success value
Err(FetchInvoiceError)
Contains the error value