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