Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnsuppertedCoinError = errors.New("multiwallet does not contain an implementation for the given coin")
Functions ¶
This section is empty.
Types ¶
type MultiWallet ¶
type MultiWallet map[wallet.CoinType]wallet.Wallet
func NewMultiWallet ¶
func NewMultiWallet(cfg *config.Config) (MultiWallet, error)
func (*MultiWallet) Close ¶
func (w *MultiWallet) Close()
func (*MultiWallet) Start ¶
func (w *MultiWallet) Start()
func (*MultiWallet) WalletForCurrencyCode ¶
func (w *MultiWallet) WalletForCurrencyCode(currencyCode string) (wallet.Wallet, error)
Click to show internal directories.
Click to hide internal directories.