Package org.ldk.impl

Interface bindings.LDKRouter

  • Enclosing class:
    bindings

    public static interface bindings.LDKRouter
    • Method Detail

      • find_route

        long find_route​(byte[] payer,
                        long route_params,
                        byte[] payment_hash,
                        long[] first_hops,
                        long inflight_htlcs)
      • notify_payment_path_failed

        void notify_payment_path_failed​(long[] path,
                                        long short_channel_id)
      • notify_payment_path_successful

        void notify_payment_path_successful​(long[] path)
      • notify_payment_probe_successful

        void notify_payment_probe_successful​(long[] path)
      • notify_payment_probe_failed

        void notify_payment_probe_failed​(long[] path,
                                         long short_channel_id)