Result_PaymentSecretAPIErrorZ |
Result_PaymentSecretAPIErrorZ.clone() |
Creates a new CResult_PaymentSecretAPIErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
Result_PaymentSecretAPIErrorZ |
ChannelManager.create_inbound_payment_for_hash(byte[] payment_hash,
Option_u64Z min_value_msat,
int invoice_expiry_delta_secs,
long user_payment_id) |
Gets a [`PaymentSecret`] for a given [`PaymentHash`], for which the payment preimage is
stored external to LDK.
|
static Result_PaymentSecretAPIErrorZ |
Result_PaymentSecretAPIErrorZ.err(APIError e) |
Creates a new CResult_PaymentSecretAPIErrorZ in the error state.
|
static Result_PaymentSecretAPIErrorZ |
Result_PaymentSecretAPIErrorZ.ok(byte[] o) |
Creates a new CResult_PaymentSecretAPIErrorZ in the success state.
|