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 interface{}, wallet wallet.Wallet) *TransactionListener
func (*TransactionListener) OnTransactionReceived ¶
func (l *TransactionListener) OnTransactionReceived(cb wallet.TransactionCallback)
type WalletListener ¶ added in v0.5.3
type WalletListener struct {
// contains filtered or unexported fields
}
func NewWalletListener ¶ added in v0.5.3
func NewWalletListener(db repo.Datastore, broadcast chan interface{}) *WalletListener
func (*WalletListener) OnTransactionReceived ¶ added in v0.5.3
func (l *WalletListener) OnTransactionReceived(cb wallet.TransactionCallback)
Click to show internal directories.
Click to hide internal directories.