Add a new expected incoming payment (not yet received).
Add a new expected incoming payment (not yet received).
Create a record for a non yet finalized outgoing payment.
Create a record for a non yet finalized outgoing payment.
Get information about the incoming payment (paid or not) for the given payment hash, if any.
Get information about the incoming payment (paid or not) for the given payment hash, if any.
Get an outgoing payment attempt.
Get an outgoing payment attempt.
List all expired (not paid) incoming payments in the given time range (milli-seconds).
List all expired (not paid) incoming payments in the given time range (milli-seconds).
List all incoming payments (pending, expired and succeeded) in the given time range (milli-seconds).
List all incoming payments (pending, expired and succeeded) in the given time range (milli-seconds).
List all the outgoing payment attempts in the given time range (milli-seconds).
List all the outgoing payment attempts in the given time range (milli-seconds).
List all the outgoing payment attempts that tried to pay the given payment hash.
List all the outgoing payment attempts that tried to pay the given payment hash.
List all the outgoing payment attempts that are children of the given id.
List all the outgoing payment attempts that are children of the given id.
List all pending (not paid, not expired) incoming payments in the given time range (milli-seconds).
List all pending (not paid, not expired) incoming payments in the given time range (milli-seconds).
List all received (paid) incoming payments in the given time range (milli-seconds).
List all received (paid) incoming payments in the given time range (milli-seconds).
Mark an incoming payment as received (paid).
Mark an incoming payment as received (paid). The received amount may exceed the payment request amount. Note that this function assumes that there is a matching payment request in the DB.
Update the status of the payment in case of failure.
Update the status of the payment in case of failure.
Update the status of the payment in case of success.
Update the status of the payment in case of success.
(Since version ) see corresponding Javadoc for more information.