Package

fr.acinq.eclair.payment

send

Permalink

package send

Visibility
  1. Public
  2. All

Type Members

  1. class Autoprobe extends Actor with ActorLogging

    Permalink

    This actor periodically probes the network by sending payments to random nodes.

    This actor periodically probes the network by sending payments to random nodes. The payments will eventually fail because the recipient doesn't know the preimage, but it allows us to test channels and improve routing for real payments.

  2. class MultiPartPaymentLifecycle extends FSMDiagnosticActorLogging[State, Data]

    Permalink

    Sender for a multi-part payment (see https://github.com/lightningnetwork/lightning-rfc/blob/master/04-onion-routing.md#basic-multi-part-payments).

    Sender for a multi-part payment (see https://github.com/lightningnetwork/lightning-rfc/blob/master/04-onion-routing.md#basic-multi-part-payments). The payment will be split into multiple sub-payments that will be sent in parallel.

  3. class PaymentInitiator extends Actor with ActorLogging

    Permalink

    Created by PM on 29/08/2016.

  4. class PaymentLifecycle extends FSMDiagnosticActorLogging[State, Data]

    Permalink

    Created by PM on 26/08/2016.

Ungrouped