add funding ids for claim operations

This commit is contained in:
Niko Storni 2019-11-12 18:57:10 -05:00
parent ef1b10b601
commit bcadcd1eca
2 changed files with 11 additions and 10 deletions

View file

@ -257,6 +257,7 @@ type ClaimCreateOptions struct {
AccountID *string `json:"account_id,omitempty"`
ClaimAddress *string `json:"claim_address,omitempty"`
Preview *bool `json:"preview,omitempty"`
FundingAccountIDs []string `json:"funding_account_ids,omitempty"`
}
type ChannelCreateOptions struct {

2
go.mod
View file

@ -50,4 +50,4 @@ require (
gopkg.in/yaml.v2 v2.2.4 // indirect
)
go 1.12
go 1.13