adds channelImport

This commit is contained in:
jessop 2019-09-12 15:06:49 -04:00 committed by Sean Yesmunt
parent 4d88d62129
commit 9fd930564e
9 changed files with 101 additions and 3 deletions
dist/flow-typed

View file

@ -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>,