This commit is contained in:
Jack Robison 2018-08-13 16:18:31 -04:00
parent ee8cf08c0e
commit a9774a293f
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
5 changed files with 18 additions and 1289 deletions

File diff suppressed because it is too large Load diff

View file

@ -2152,7 +2152,8 @@ Returns:
'blocks': (int) local blockchain height,
'blocks_behind': (int) remote_height - local_height,
'best_blockhash': (str) block hash of most recent block,
'is_encrypted': (bool)
'is_encrypted': (bool),
'is_locked': (bool),
},
'dht': {
'node_id': (str) lbry dht node id - hex encoded,
@ -2474,9 +2475,9 @@ Usage:
Options:
--amount=<amount> : (float) amount of credit to send
--address=<address> : (str) address to send credits to
--claim_id=<claim_id> : (float) claim_id of the claim to send to tip to
--amount=<amount> : (Decimal) amount of credit to send
--address=<address> : (str) address to send credits to
--claim_id=<claim_id> : (str) claim_id of the claim to send to tip to
Returns:
If sending to an address:

View file

@ -1951,7 +1951,8 @@ Returns:
'blocks': (int) local blockchain height,
'blocks_behind': (int) remote_height - local_height,
'best_blockhash': (str) block hash of most recent block,
'is_encrypted': (bool)
'is_encrypted': (bool),
'is_locked': (bool),
},
'dht': {
'node_id': (str) lbry dht node id - hex encoded,
@ -2208,9 +2209,9 @@ to the owner of a claim specified by uri. A tip is a claim support where the rec
of the support is the claim address for the claim being supported.
Args:
'amount' (required) : (float) amount of credit to send
'address' (required) : (str) address to send credits to
'claim_id' (required) : (float) claim_id of the claim to send to tip to
'amount' (required) : (Decimal) amount of credit to send
'address' (required) : (str) address to send credits to
'claim_id' (required) : (str) claim_id of the claim to send to tip to
Returns:
If sending to an address:

File diff suppressed because one or more lines are too long

View file

@ -2396,9 +2396,9 @@ class Daemon(AuthJSONRPCServer):
((<address> | --address=<address>) | (<claim_id> | --claim_id=<claim_id>))
Options:
--amount=<amount> : (float) amount of credit to send
--amount=<amount> : (Decimal) amount of credit to send
--address=<address> : (str) address to send credits to
--claim_id=<claim_id> : (float) claim_id of the claim to send to tip to
--claim_id=<claim_id> : (str) claim_id of the claim to send to tip to
Returns:
If sending to an address: