Add NewWallet method to keybase interface in types.go

This commit is contained in:
Sam
2019-09-23 00:57:12 -04:00
parent e64220b071
commit d2bdf62100

View File

@ -575,6 +575,7 @@ type keybase interface {
CreateTeam(name string) (TeamAPI, error)
NewChat(channel Channel) Chat
NewTeam(name string) Team
NewWallet() Wallet
Run(handler func(ChatAPI), options ...RunOptions)
loggedIn() bool
username() string