Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2020 v0.0.9 Mar 9, 2020 Changes in this version + func CreateAccount(accnts state.AccountsAdapter, pubKey []byte, nonce uint64, balance *big.Int) []byte + type AccountFactory struct + func (accountFactory *AccountFactory) CreateAccount(address state.AddressContainer, tracker state.AccountTracker) (state.AccountHandler, error) + func (af *AccountFactory) IsInterfaceNil() bool