Package org.ldk.impl
Interface bindings.LDKScore
-
- Enclosing class:
- bindings
public static interface bindings.LDKScore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longchannel_penalty_msat(long short_channel_id, long source, long target, long usage)voidpayment_path_failed(long[] path, long short_channel_id)voidpayment_path_successful(long[] path)voidprobe_failed(long[] path, long short_channel_id)voidprobe_successful(long[] path)byte[]write()
-
-
-
Method Detail
-
channel_penalty_msat
long channel_penalty_msat(long short_channel_id, long source, long target, long usage)
-
payment_path_failed
void payment_path_failed(long[] path, long short_channel_id)
-
payment_path_successful
void payment_path_successful(long[] path)
-
probe_failed
void probe_failed(long[] path, long short_channel_id)
-
probe_successful
void probe_successful(long[] path)
-
write
byte[] write()
-
-