Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInput = errors.New("input error")
View Source
var SplashCreateView = SplashView{rowBlank(2), rowTitle(), rowCreateTip(), rowCreateEnter()}
View Source
var SplashStartView = SplashView{rowBlank(2), rowTitle(), rowStartTip(), rowProjectUrl(), rowEnter()}
Functions ¶
func ShowSplashView ¶
func ShowSplashView(rows SplashView)
Types ¶
type AccountView ¶
type AccountView struct { GridView Data interface{} // contains filtered or unexported fields }
func NewAccountView ¶
func NewAccountView(ws []*wallet.Wallet) (v *AccountView)
type GridView ¶
type GridView struct {
// contains filtered or unexported fields
}
func NewTipView ¶
func (*GridView) Control ¶
func (v *GridView) Control(name string) *GridViewControl
type GridViewControl ¶
type GridViewControl struct { Name string Element interface{} Handlers HandlerMap Data interface{} }
func NewGridViewControl ¶
func NewGridViewControl(name string, element ui.GridBufferer, handlers HandlerMap) *GridViewControl
type HandlerMap ¶
type SplashView ¶
type WalletParam ¶
func InputNewParameters ¶
func InputNewParameters(chance uint32) (wp *WalletParam, err error)
func (*WalletParam) SaltBytes ¶
func (wp *WalletParam) SaltBytes() []byte
func (*WalletParam) SecretBytes ¶
func (wp *WalletParam) SecretBytes() []byte
Click to show internal directories.
Click to hide internal directories.