Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BCFyne ¶
type BCFyne interface {
App() fyne.App
Window() fyne.Window
AddOnKeysExported(func(string))
AddOnKeysImported(func(string))
AddOnSignedIn(func(bcgo.Account))
AddOnSignedUp(func(bcgo.Account))
AddOnSignedOut(func())
DeleteKeys(bcclientgo.BCClient, bcgo.Account)
ExportKeys(bcclientgo.BCClient, bcgo.Account)
Logo() fyne.CanvasObject
Account(bcclientgo.BCClient) (bcgo.Account, error)
Node(bcclientgo.BCClient) (bcgo.Node, error)
ShowAccessDialog(bcclientgo.BCClient, func(bcgo.Account))
ShowAccount(bcclientgo.BCClient)
ShowError(error)
ShowURI(bcclientgo.BCClient, fyne.URI)
SignOut(bcclientgo.BCClient)
}
Click to show internal directories.
Click to hide internal directories.