Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.clone() |
Creates a new CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.err(PaymentSendFailure e) |
Creates a new CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ in the error state.
|
static Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.ok(TwoTuple_PaymentHashPaymentIdZ o) |
Creates a new CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ in the success state.
|
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
ChannelManager.send_probe(RouteHop[] hops) |
Send a payment that is probing the given route for liquidity.
|
Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ |
ChannelManager.send_spontaneous_payment(Route route,
byte[] payment_preimage) |
Send a spontaneous payment, which is a payment that does not require the recipient to have
generated an invoice.
|