Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService struct { *component.BaseComponent // contains filtered or unexported fields }
func NewAccountService ¶
func NewAccountService(cfg *cfg.Config, sdb *state.ChainStateDB) *AccountService
NewAccountService create account service
func (*AccountService) AfterStart ¶
func (as *AccountService) AfterStart()
func (*AccountService) BeforeStart ¶
func (as *AccountService) BeforeStart()
func (*AccountService) BeforeStop ¶
func (as *AccountService) BeforeStop()
func (*AccountService) Receive ¶
func (as *AccountService) Receive(context actor.Context)
func (*AccountService) Statistics ¶
func (as *AccountService) Statistics() *map[string]interface{}
Click to show internal directories.
Click to hide internal directories.