Package org.ldk.impl

Interface bindings.LDKScore

  • Enclosing class:
    bindings

    public static interface bindings.LDKScore
    • 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()