Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WalParser ¶
type WalParser struct {
// contains filtered or unexported fields
}
WalParser is a component that retrieves trie updates and feeds them to its consumer.
func FromWAL ¶
FromWAL creates a trie update triereader that sources state deltas from a WAL reader.
func (*WalParser) AllUpdates ¶
func (f *WalParser) AllUpdates() ([]*ledger.TrieUpdate, error)
AllUpdates returns all updates for the entire spork in wal.
Click to show internal directories.
Click to hide internal directories.