Result_ThirtyTwoBytesAPIErrorZ |
Result_ThirtyTwoBytesAPIErrorZ.clone() |
Creates a new CResult_ThirtyTwoBytesAPIErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
Result_ThirtyTwoBytesAPIErrorZ |
ChannelManager.create_channel(byte[] their_network_key,
long channel_value_satoshis,
long push_msat,
UInt128 user_channel_id,
UserConfig override_config) |
Creates a new outbound channel to the given remote node and with the given value.
|
static Result_ThirtyTwoBytesAPIErrorZ |
Result_ThirtyTwoBytesAPIErrorZ.err(APIError e) |
Creates a new CResult_ThirtyTwoBytesAPIErrorZ in the error state.
|
Result_ThirtyTwoBytesAPIErrorZ |
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_ThirtyTwoBytesAPIErrorZ |
Result_ThirtyTwoBytesAPIErrorZ.ok(byte[] o) |
Creates a new CResult_ThirtyTwoBytesAPIErrorZ in the success state.
|