Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { Accounts map[types.Address]*account Err error // contains filtered or unexported fields }
Model representing the account bubble.
func New ¶
func New(style *style.Styles, requestor *messages.Requestor, initialHeight int, heightMargin int, accounts []types.Address) Model
New creates the accounts Model.
func (*Model) SetAccounts ¶
SetAccounts updates the accounts to monitor.
Click to show internal directories.
Click to hide internal directories.