add funding ids for claim operations
This commit is contained in:
parent
ef1b10b601
commit
bcadcd1eca
2 changed files with 11 additions and 10 deletions
|
@ -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
2
go.mod
|
@ -50,4 +50,4 @@ require (
|
|||
gopkg.in/yaml.v2 v2.2.4 // indirect
|
||||
)
|
||||
|
||||
go 1.12
|
||||
go 1.13
|
||||
|
|
Loading…
Reference in a new issue