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,
                        long[] first_hops,
                        long inflight_htlcs)
      • find_route_with_id

        long find_route_with_id​(byte[] payer,
                                long route_params,
                                long[] first_hops,
                                long inflight_htlcs,
                                byte[] _payment_hash,
                                byte[] _payment_id)
      • 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)