Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BalanceMonitor ¶
type BalanceMonitor interface { httypes.HeadTrackable GetEthBalance(gethCommon.Address) *assets.Eth services.Service }
BalanceMonitor checks the balance for each key on every new head
type NullBalanceMonitor ¶
type NullBalanceMonitor struct{}
func (*NullBalanceMonitor) Close ¶
func (*NullBalanceMonitor) Close() error
func (*NullBalanceMonitor) GetEthBalance ¶
func (*NullBalanceMonitor) GetEthBalance(gethCommon.Address) *assets.Eth
func (*NullBalanceMonitor) OnNewLongestChain ¶
func (*NullBalanceMonitor) OnNewLongestChain(ctx context.Context, head *evmtypes.Head)
func (*NullBalanceMonitor) Ready ¶
func (*NullBalanceMonitor) Ready() error
Click to show internal directories.
Click to hide internal directories.