forked from LBRYCommunity/lbry-sdk
restore formatting
This commit is contained in:
parent
e51c98ca8c
commit
434d98c6a6
1 changed files with 6 additions and 6 deletions
|
@ -2375,14 +2375,14 @@ class Daemon(AuthJSONRPCServer):
|
||||||
"""
|
"""
|
||||||
Queue a payment of credits to an address
|
Queue a payment of credits to an address
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
send_amount_to_address (<amount> | --amount=<amount>) (<address> | --address=<address>)
|
send_amount_to_address (<amount> | --amount=<amount>) (<address> | --address=<address>)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--amount=<amount> : (float) amount to send
|
--amount=<amount> : (float) amount to send
|
||||||
--address=<address> : (str) address to send credits to
|
--address=<address> : (str) address to send credits to
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
(bool) true if payment successfully scheduled
|
(bool) true if payment successfully scheduled
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -2969,16 +2969,16 @@ class Daemon(AuthJSONRPCServer):
|
||||||
"""
|
"""
|
||||||
Get stream availability for lbry uri
|
Get stream availability for lbry uri
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
get_availability (<uri> | --uri=<uri>) [<sd_timeout> | --sd_timeout=<sd_timeout>]
|
get_availability (<uri> | --uri=<uri>) [<sd_timeout> | --sd_timeout=<sd_timeout>]
|
||||||
[<peer_timeout> | --peer_timeout=<peer_timeout>]
|
[<peer_timeout> | --peer_timeout=<peer_timeout>]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--uri=<uri> : (str) check availability for this uri
|
--uri=<uri> : (str) check availability for this uri
|
||||||
--sd_timeout=<sd_timeout> : (int) sd blob download timeout
|
--sd_timeout=<sd_timeout> : (int) sd blob download timeout
|
||||||
--peer_timeout=<peer_timeout> : (int) how long to look for peers
|
--peer_timeout=<peer_timeout> : (int) how long to look for peers
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
(float) Peers per blob / total blobs
|
(float) Peers per blob / total blobs
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue