Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶
type Wallet struct { Name string `mapstructure:"name"` Address common.Address `mapstructure:"address"` ENS *ens.Name `mapstructure:"ens"` ENSName string `mapstructure:"ens_name"` Color lipgloss.Color `mapstructure:"color"` Balance *big.Int BalanceBefore *big.Int BalanceTrend string }
Wallet represents a EOA account/wallet.
func (*Wallet) ColoredName ¶
type Wallets ¶
func (*Wallets) ContainsAddressFromSlice ¶
func (*Wallets) FormattedNames ¶
func (*Wallets) SortByBalance ¶
func (*Wallets) StringAddresses ¶
Click to show internal directories.
Click to hide internal directories.