Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerViewCommitter ¶
type LedgerViewCommitter struct {
	// contains filtered or unexported fields
}
    func NewLedgerViewCommitter ¶
func NewLedgerViewCommitter(ldg ledger.Ledger, tracer module.Tracer) *LedgerViewCommitter
func (*LedgerViewCommitter) CommitView ¶
func (s *LedgerViewCommitter) CommitView(view state.View, baseState flow.StateCommitment) (newCommit flow.StateCommitment, proof []byte, trieUpdate *ledger.TrieUpdate, err error)
type NoopViewCommitter ¶
type NoopViewCommitter struct {
}
    func NewNoopViewCommitter ¶
func NewNoopViewCommitter() *NoopViewCommitter
func (NoopViewCommitter) CommitView ¶
func (n NoopViewCommitter) CommitView(_ state.View, s flow.StateCommitment) (flow.StateCommitment, []byte, *ledger.TrieUpdate, error)
 Click to show internal directories. 
   Click to hide internal directories.