github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/engine/common/provider/internal/entityRequest.go (about)

     1  package internal
     2  
     3  import "github.com/onflow/flow-go/model/flow"
     4  
     5  type EntityRequest struct {
     6  	OriginId  flow.Identifier
     7  	EntityIds []flow.Identifier
     8  	Nonce     uint64
     9  }