mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Add docstring for received payments client class (#1738)
This commit is contained in:
parent
c51a1a82be
commit
a442b3eb17
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@ DEFAULT_UPDATE_INTERVAL_S = 1
|
|||
|
||||
|
||||
class ReceivedPaymentsSubscriptionClient:
|
||||
"""Class that can be used to get a subscription to a stream
|
||||
of received payments.
|
||||
|
||||
`initial_index` parameter refers to the `received_payment_id` that will be
|
||||
the first in the result stream.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
squeak_db,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue