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 send_amt_msat, long channel_capacity_msat, long source, long target)voidpayment_path_failed(long[] path, long short_channel_id)voidpayment_path_successful(long[] path)byte[]write()
-
-
-
Method Detail
-
channel_penalty_msat
long channel_penalty_msat(long short_channel_id, long send_amt_msat, long channel_capacity_msat, long source, long target)
-
payment_path_failed
void payment_path_failed(long[] path, long short_channel_id)
-
payment_path_successful
void payment_path_successful(long[] path)
-
write
byte[] write()
-
-