Documentation ¶ Index ¶ type AliasList func NewAliasList(callback func(id string, timestamp uint64, alias *aliasgo.Alias)) *AliasList func (l *AliasList) Add(entry *bcgo.BlockEntry, alias *aliasgo.Alias) error func (l *AliasList) Update(cache bcgo.Cache, network bcgo.Network) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AliasList ¶ type AliasList struct { widget.List // contains filtered or unexported fields } func NewAliasList ¶ func NewAliasList(callback func(id string, timestamp uint64, alias *aliasgo.Alias)) *AliasList func (*AliasList) Add ¶ func (l *AliasList) Add(entry *bcgo.BlockEntry, alias *aliasgo.Alias) error func (*AliasList) Update ¶ func (l *AliasList) Update(cache bcgo.Cache, network bcgo.Network) error Source Files ¶ View all Source files list.go Click to show internal directories. Click to hide internal directories.