github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/execution/engine/state.go (about)

     1  package engine
     2  
     3  import (
     4  	"github.com/hyperledger/burrow/execution/exec"
     5  )
     6  
     7  type State struct {
     8  	*CallFrame
     9  	Blockchain
    10  	exec.EventSink
    11  }