Merge pull request #70 from lbryio/feature/stream_create_account_id
Add account ID to StreamCreateOptions
This commit is contained in:
commit
e5850035dd
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ type StreamCreateOptions struct {
|
||||||
ChannelName *string `json:"channel_name,omitempty"`
|
ChannelName *string `json:"channel_name,omitempty"`
|
||||||
ChannelID *string `json:"channel_id,omitempty"`
|
ChannelID *string `json:"channel_id,omitempty"`
|
||||||
ChannelAccountID *string `json:"channel_account_id,omitempty"`
|
ChannelAccountID *string `json:"channel_account_id,omitempty"`
|
||||||
|
AccountID *string `json:"account_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *Client) StreamCreate(name, filePath string, bid float64, options StreamCreateOptions) (*TransactionSummary, error) {
|
func (d *Client) StreamCreate(name, filePath string, bid float64, options StreamCreateOptions) (*TransactionSummary, error) {
|
||||||
|
|
Loading…
Reference in a new issue