fedimint_lnv2_client

Type Alias SendResult

source
pub type SendResult = Result<OperationId, SendPaymentError>;

Aliased Type§

enum SendResult {
    Ok(OperationId),
    Err(SendPaymentError),
}

Variants§

§1.0.0

Ok(OperationId)

Contains the success value

§1.0.0

Err(SendPaymentError)

Contains the error value