adds channelImport
This commit is contained in:
parent
4d88d62129
commit
9fd930564e
9 changed files with 101 additions and 3 deletions
dist/flow-typed
1
dist/flow-typed/Lbry.js
vendored
1
dist/flow-typed/Lbry.js
vendored
|
@ -190,6 +190,7 @@ declare type LbryTypes = {
|
|||
claim_list: (params?: {}) => Promise<ClaimListResponse>,
|
||||
channel_create: (params: {}) => Promise<ChannelCreateResponse>,
|
||||
channel_update: (params: {}) => Promise<ChannelUpdateResponse>,
|
||||
channel_import: (params: {}) => Promise<string>,
|
||||
channel_list: () => Promise<ChannelListResponse>,
|
||||
stream_abandon: (params: {}) => Promise<GenericTxResponse>,
|
||||
channel_abandon: (params: {}) => Promise<GenericTxResponse>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue