forked from LBRYCommunity/lbry-sdk
allows cli to accept channel_id for collections
This commit is contained in:
parent
7f375f42d8
commit
aca57ffc62
1 changed files with 17 additions and 12 deletions
|
@ -3291,11 +3291,11 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
--duration=<duration> : (int) audio/video duration in seconds, automatically calculated
|
--duration=<duration> : (int) audio/video duration in seconds, automatically calculated
|
||||||
--channel_id=<channel_id> : (str) claim id of the publisher channel
|
--channel_id=<channel_id> : (str) claim id of the publisher channel
|
||||||
--channel_name=<channel_name> : (str) name of the publisher channel
|
--channel_name=<channel_name> : (str) name of the publisher channel
|
||||||
--channel_account_id=<channel_account_id>: (str) one or more account ids for accounts to look in
|
--channel_account_id=<channel_account_id>: (str) one or more account ids for accounts to look in
|
||||||
for channel certificates, defaults to all accounts.
|
for channel certificates, defaults to all accounts.
|
||||||
--account_id=<account_id> : (str) account to use for holding the transaction
|
--account_id=<account_id> : (str) account to use for holding the transaction
|
||||||
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
||||||
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
||||||
--claim_address=<claim_address>: (str) address where the claim is sent to, if not specified
|
--claim_address=<claim_address>: (str) address where the claim is sent to, if not specified
|
||||||
it will be determined automatically from the account
|
it will be determined automatically from the account
|
||||||
--preview : (bool) do not broadcast the transaction
|
--preview : (bool) do not broadcast the transaction
|
||||||
|
@ -3703,14 +3703,16 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
collection_create (<name> | --name=<name>) (<bid> | --bid=<bid>)
|
collection_create (<name> | --name=<name>) (<bid> | --bid=<bid>)
|
||||||
(<claims>... | --claims=<claims>...)
|
(--claims=<claims>...)
|
||||||
[--allow_duplicate_name]
|
[--allow_duplicate_name]
|
||||||
[--title=<title>] [--description=<description>]
|
[--title=<title>] [--description=<description>]
|
||||||
[--tags=<tags>...] [--languages=<languages>...] [--locations=<locations>...]
|
[--tags=<tags>...] [--languages=<languages>...] [--locations=<locations>...]
|
||||||
[--thumbnail_url=<thumbnail_url>]
|
[--thumbnail_url=<thumbnail_url>]
|
||||||
[--account_id=<account_id>] [--wallet_id=<wallet_id>]
|
[--channel_id=<channel_id> | --channel_name=<channel_name>]
|
||||||
[--claim_address=<claim_address>] [--funding_account_ids=<funding_account_ids>...]
|
[--channel_account_id=<channel_account_id>...]
|
||||||
[--preview] [--blocking]
|
[--account_id=<account_id>] [--wallet_id=<wallet_id>]
|
||||||
|
[--claim_address=<claim_address>] [--funding_account_ids=<funding_account_ids>...]
|
||||||
|
[--preview] [--blocking]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--name=<name> : (str) name of the collection
|
--name=<name> : (str) name of the collection
|
||||||
|
@ -3761,6 +3763,10 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
... --locations="{'country': 'US', 'state': 'NH'}"
|
... --locations="{'country': 'US', 'state': 'NH'}"
|
||||||
|
|
||||||
--thumbnail_url=<thumbnail_url>: (str) thumbnail url
|
--thumbnail_url=<thumbnail_url>: (str) thumbnail url
|
||||||
|
--channel_id=<channel_id> : (str) claim id of the publisher channel
|
||||||
|
--channel_name=<channel_name> : (str) name of the publisher channel
|
||||||
|
--channel_account_id=<channel_account_id>: (str) one or more account ids for accounts to look in
|
||||||
|
for channel certificates, defaults to all accounts.
|
||||||
--account_id=<account_id> : (str) account to use for holding the transaction
|
--account_id=<account_id> : (str) account to use for holding the transaction
|
||||||
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
||||||
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
||||||
|
@ -3824,7 +3830,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
[--locations=<locations>...] [--clear_locations]
|
[--locations=<locations>...] [--clear_locations]
|
||||||
[--thumbnail_url=<thumbnail_url>] [--cover_url=<cover_url>]
|
[--thumbnail_url=<thumbnail_url>] [--cover_url=<cover_url>]
|
||||||
[--account_id=<account_id>] [--wallet_id=<wallet_id>]
|
[--account_id=<account_id>] [--wallet_id=<wallet_id>]
|
||||||
[--claim_address=<claim_address>] [--new_signing_key]
|
[--claim_address=<claim_address>]
|
||||||
[--funding_account_ids=<funding_account_ids>...]
|
[--funding_account_ids=<funding_account_ids>...]
|
||||||
[--preview] [--blocking] [--replace]
|
[--preview] [--blocking] [--replace]
|
||||||
|
|
||||||
|
@ -3882,7 +3888,6 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
--wallet_id=<wallet_id> : (str) restrict operation to specific wallet
|
||||||
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
--funding_account_ids=<funding_account_ids>: (list) ids of accounts to fund this transaction
|
||||||
--claim_address=<claim_address>: (str) address where the collection is sent
|
--claim_address=<claim_address>: (str) address where the collection is sent
|
||||||
--new_signing_key : (bool) generate a new signing key, will invalidate all previous publishes
|
|
||||||
--preview : (bool) do not broadcast the transaction
|
--preview : (bool) do not broadcast the transaction
|
||||||
--blocking : (bool) wait until transaction is in mempool
|
--blocking : (bool) wait until transaction is in mempool
|
||||||
--replace : (bool) instead of modifying specific values on
|
--replace : (bool) instead of modifying specific values on
|
||||||
|
|
Loading…
Add table
Reference in a new issue