Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateFactory ¶
type StateFactory struct {
UseNewState bool
// contains filtered or unexported fields
}
func NewStateFactory ¶
func (*StateFactory) EmptyState ¶
func (sf *StateFactory) EmptyState() (core.StateReader, error)
func (*StateFactory) NewState ¶
func (sf *StateFactory) NewState( stateRoot *felt.Felt, txn db.IndexedBatch, ) (core.State, error)
func (*StateFactory) NewStateReader ¶
func (sf *StateFactory) NewStateReader( stateRoot *felt.Felt, txn db.IndexedBatch, blockNumber uint64, ) (core.StateReader, error)
Click to show internal directories.
Click to hide internal directories.