Result_NoneRetryableSendFailureZ |
Result_NoneRetryableSendFailureZ.clone() |
Creates a new CResult_NoneRetryableSendFailureZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneRetryableSendFailureZ |
Result_NoneRetryableSendFailureZ.err(RetryableSendFailure e) |
Creates a new CResult_NoneRetryableSendFailureZ in the error state.
|
static Result_NoneRetryableSendFailureZ |
Result_NoneRetryableSendFailureZ.ok() |
Creates a new CResult_NoneRetryableSendFailureZ in the success state.
|
Result_NoneRetryableSendFailureZ |
ChannelManager.send_payment(byte[] payment_hash,
RecipientOnionFields recipient_onion,
byte[] payment_id,
RouteParameters route_params,
Retry retry_strategy) |
Similar to [`ChannelManager::send_payment`], but will automatically find a route based on
`route_params` and retry failed payment paths based on `retry_strategy`.
|