From d2bdf621006f7fca9512d07a1903102a48ab9444 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 23 Sep 2019 00:57:12 -0400 Subject: [PATCH] Add NewWallet method to keybase interface in types.go --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index b6f2224..d479924 100644 --- a/types.go +++ b/types.go @@ -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