Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionListener ¶
func NewTransactionListener ¶
func NewTransactionListener(mw multiwallet.MultiWallet, db repo.Datastore, broadcast chan repo.Notifier) *TransactionListener
func (*TransactionListener) OnTransactionReceived ¶
func (l *TransactionListener) OnTransactionReceived(cb wallet.TransactionCallback)
type WalletListener ¶
type WalletListener struct {
// contains filtered or unexported fields
}
func NewWalletListener ¶
func NewWalletListener(db repo.Datastore, broadcast chan repo.Notifier, coinType wallet.CoinType) *WalletListener
func (*WalletListener) OnTransactionReceived ¶
func (l *WalletListener) OnTransactionReceived(cb wallet.TransactionCallback)
Click to show internal directories.
Click to hide internal directories.