forked from LBRYCommunity/lbry-sdk
Changed "cliam" to "claim" and added accurate info for nsfw. (#1285)
* Changed "cliam" to "claim" and added accurate info for nsfw. * Update CHANGELOG.md
This commit is contained in:
parent
14efa94382
commit
148cc96025
5 changed files with 16 additions and 16 deletions
|
@ -13,7 +13,7 @@ at anytime.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
*
|
* daemon cli spelling fixes
|
||||||
*
|
*
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
|
@ -1454,7 +1454,7 @@ Returns:
|
||||||
'is_spent': (bool) true if claim is abandoned, false otherwise
|
'is_spent': (bool) true if claim is abandoned, false otherwise
|
||||||
'name': (str) name of the claim
|
'name': (str) name of the claim
|
||||||
'permanent_url': (str) permanent url of the claim,
|
'permanent_url': (str) permanent url of the claim,
|
||||||
'txid': (str) txid of the cliam
|
'txid': (str) txid of the claim
|
||||||
'nout': (int) nout of the claim
|
'nout': (int) nout of the claim
|
||||||
'value': (str) value of the claim
|
'value': (str) value of the claim
|
||||||
},
|
},
|
||||||
|
@ -1893,7 +1893,7 @@ Options:
|
||||||
--license_url=<license_url> : (str) publication license url
|
--license_url=<license_url> : (str) publication license url
|
||||||
--thumbnail=<thumbnail> : (str) thumbnail url
|
--thumbnail=<thumbnail> : (str) thumbnail url
|
||||||
--preview=<preview> : (str) preview url
|
--preview=<preview> : (str) preview url
|
||||||
--nsfw=<nsfw> : (bool) title of the publication
|
--nsfw=<nsfw> : (bool) whether the content is nsfw
|
||||||
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
||||||
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
|
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
|
||||||
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
|
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
|
||||||
|
|
|
@ -1380,7 +1380,7 @@ Returns:
|
||||||
'is_spent': (bool) true if claim is abandoned, false otherwise
|
'is_spent': (bool) true if claim is abandoned, false otherwise
|
||||||
'name': (str) name of the claim
|
'name': (str) name of the claim
|
||||||
'permanent_url': (str) permanent url of the claim,
|
'permanent_url': (str) permanent url of the claim,
|
||||||
'txid': (str) txid of the cliam
|
'txid': (str) txid of the claim
|
||||||
'nout': (int) nout of the claim
|
'nout': (int) nout of the claim
|
||||||
'value': (str) value of the claim
|
'value': (str) value of the claim
|
||||||
},
|
},
|
||||||
|
@ -1733,7 +1733,7 @@ Args:
|
||||||
'license_url' : (str) publication license url
|
'license_url' : (str) publication license url
|
||||||
'thumbnail' : (str) thumbnail url
|
'thumbnail' : (str) thumbnail url
|
||||||
'preview' : (str) preview url
|
'preview' : (str) preview url
|
||||||
'nsfw' : (bool) title of the publication
|
'nsfw' : (bool) whether the content is nsfw
|
||||||
'sources' : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
'sources' : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
||||||
'channel_name' : (str) name of the publisher channel name in the wallet
|
'channel_name' : (str) name of the publisher channel name in the wallet
|
||||||
'channel_id' : (str) claim id of the publisher channel, does not check
|
'channel_id' : (str) claim id of the publisher channel, does not check
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2012,7 +2012,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
--license_url=<license_url> : (str) publication license url
|
--license_url=<license_url> : (str) publication license url
|
||||||
--thumbnail=<thumbnail> : (str) thumbnail url
|
--thumbnail=<thumbnail> : (str) thumbnail url
|
||||||
--preview=<preview> : (str) preview url
|
--preview=<preview> : (str) preview url
|
||||||
--nsfw=<nsfw> : (bool) title of the publication
|
--nsfw=<nsfw> : (bool) whether the content is nsfw
|
||||||
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
--sources=<sources> : (str) {'lbry_sd_hash': sd_hash} specifies sd hash of file
|
||||||
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
|
--channel_name=<channel_name> : (str) name of the publisher channel name in the wallet
|
||||||
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
|
--channel_id=<channel_id> : (str) claim id of the publisher channel, does not check
|
||||||
|
@ -2325,7 +2325,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
'is_spent': (bool) true if claim is abandoned, false otherwise
|
'is_spent': (bool) true if claim is abandoned, false otherwise
|
||||||
'name': (str) name of the claim
|
'name': (str) name of the claim
|
||||||
'permanent_url': (str) permanent url of the claim,
|
'permanent_url': (str) permanent url of the claim,
|
||||||
'txid': (str) txid of the cliam
|
'txid': (str) txid of the claim
|
||||||
'nout': (int) nout of the claim
|
'nout': (int) nout of the claim
|
||||||
'value': (str) value of the claim
|
'value': (str) value of the claim
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue