Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + func CreateAccountsAdapterAPIOnCurrent(args state.ArgsAccountsDB, chainHandler chainData.ChainHandler) (state.AccountsAdapterAPI, error) + func CreateAccountsAdapterAPIOnFinal(args state.ArgsAccountsDB, chainHandler chainData.ChainHandler) (state.AccountsAdapterAPI, error) + func CreateAccountsAdapterAPIOnHistorical(args state.ArgsAccountsDB) (state.AccountsAdapterAPI, error) + func NewAccountCreator() state.AccountFactory + func NewPeerAccountCreator() state.AccountFactory + type AccountCreator struct + func (ac *AccountCreator) CreateAccount(address []byte) (vmcommon.AccountHandler, error) + func (ac *AccountCreator) IsInterfaceNil() bool + type PeerAccountCreator struct + func (pac *PeerAccountCreator) CreateAccount(address []byte) (vmcommon.AccountHandler, error) + func (pac *PeerAccountCreator) IsInterfaceNil() bool