uniform spacing on docstring
This commit is contained in:
parent
ef5dd5593f
commit
4fbccb9336
1 changed files with 7 additions and 7 deletions
|
@ -1706,7 +1706,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
'support_amount', 'trending_group', 'trending_mixed',
|
'support_amount', 'trending_group', 'trending_mixed',
|
||||||
'trending_local', 'trending_global', 'activation_height'
|
'trending_local', 'trending_global', 'activation_height'
|
||||||
--height=<height> : (int) limit by block height (supports equality constraints)
|
--height=<height> : (int) limit by block height (supports equality constraints)
|
||||||
--activation_height=<activation_height>: (int) height at which claim starts competing for name
|
--activation_height=<activation_height>: (int) height at which claim starts competing for name
|
||||||
(supports equality constraints)
|
(supports equality constraints)
|
||||||
--publish_time=<publish_time> : (int) limit by UTC timestamp of containing block (supports
|
--publish_time=<publish_time> : (int) limit by UTC timestamp of containing block (supports
|
||||||
equality constraints)
|
equality constraints)
|
||||||
|
@ -1716,13 +1716,13 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
a release time the publish time is used instead
|
a release time the publish time is used instead
|
||||||
(supports equality constraints)
|
(supports equality constraints)
|
||||||
--amount=<amount> : (int) limit by claim value (supports equality constraints)
|
--amount=<amount> : (int) limit by claim value (supports equality constraints)
|
||||||
--support_amount=<support_amount>: (int) limit by supports and tips recieved (supports
|
--support_amount=<support_amount>: (int) limit by supports and tips recieved (supports
|
||||||
equality constraints)
|
equality constraints)
|
||||||
--effective_amount=<effective_amount>: (int) limit by total value (initial claim value plus
|
--effective_amount=<effective_amount>: (int) limit by total value (initial claim value plus
|
||||||
all tips and supports received), this amount is
|
all tips and supports received), this amount is
|
||||||
blank until claim has reached activation height
|
blank until claim has reached activation height
|
||||||
(supports equality constraints)
|
(supports equality constraints)
|
||||||
--trending_group=<trending_group>: (int) group numbers 1 through 4 representing the
|
--trending_group=<trending_group>: (int) group numbers 1 through 4 representing the
|
||||||
trending groups of the content: 4 means
|
trending groups of the content: 4 means
|
||||||
content is trending globally and independently,
|
content is trending globally and independently,
|
||||||
3 means content is not trending globally but is
|
3 means content is not trending globally but is
|
||||||
|
@ -1730,15 +1730,15 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
trending globally but not independently and 1
|
trending globally but not independently and 1
|
||||||
means it's not trending globally or locally
|
means it's not trending globally or locally
|
||||||
(supports equality constraints)
|
(supports equality constraints)
|
||||||
--trending_mixed=<trending_mixed>: (int) trending amount taken from the global or local
|
--trending_mixed=<trending_mixed>: (int) trending amount taken from the global or local
|
||||||
value depending on the trending group:
|
value depending on the trending group:
|
||||||
4 - global value, 3 - local value, 2 - global
|
4 - global value, 3 - local value, 2 - global
|
||||||
value, 1 - local value (supports equality
|
value, 1 - local value (supports equality
|
||||||
constraints)
|
constraints)
|
||||||
--trending_local=<trending_local>: (int) trending value calculated relative only to
|
--trending_local=<trending_local>: (int) trending value calculated relative only to
|
||||||
the individual contents past history (supports
|
the individual contents past history (supports
|
||||||
equality constraints)
|
equality constraints)
|
||||||
--trending_global=<trending_global>: (int) trending value calculated relative to all
|
--trending_global=<trending_global>: (int) trending value calculated relative to all
|
||||||
trending content globally (supports
|
trending content globally (supports
|
||||||
equality constraints)
|
equality constraints)
|
||||||
--any_tags=<any_tags> : (list) find claims containing any of the tags
|
--any_tags=<any_tags> : (list) find claims containing any of the tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue