Add NewWallet method to keybase interface in types.go
This commit is contained in:
1
types.go
1
types.go
@ -575,6 +575,7 @@ type keybase interface {
|
|||||||
CreateTeam(name string) (TeamAPI, error)
|
CreateTeam(name string) (TeamAPI, error)
|
||||||
NewChat(channel Channel) Chat
|
NewChat(channel Channel) Chat
|
||||||
NewTeam(name string) Team
|
NewTeam(name string) Team
|
||||||
|
NewWallet() Wallet
|
||||||
Run(handler func(ChatAPI), options ...RunOptions)
|
Run(handler func(ChatAPI), options ...RunOptions)
|
||||||
loggedIn() bool
|
loggedIn() bool
|
||||||
username() string
|
username() string
|
||||||
|
|||||||
Reference in New Issue
Block a user