Result_PaymentPreimageAPIErrorZ |
Result_PaymentPreimageAPIErrorZ.clone() |
Creates a new CResult_PaymentPreimageAPIErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_PaymentPreimageAPIErrorZ |
Result_PaymentPreimageAPIErrorZ.err(APIError e) |
Creates a new CResult_PaymentPreimageAPIErrorZ in the error state.
|
Result_PaymentPreimageAPIErrorZ |
ChannelManager.get_payment_preimage(byte[] payment_hash,
byte[] payment_secret) |
Gets an LDK-generated payment preimage from a payment hash and payment secret that were
previously returned from [`create_inbound_payment`].
|
static Result_PaymentPreimageAPIErrorZ |
Result_PaymentPreimageAPIErrorZ.ok(byte[] o) |
Creates a new CResult_PaymentPreimageAPIErrorZ in the success state.
|