github.com/onflow/flow-go@v0.33.17/model/flow/index.go (about)

     1  package flow
     2  
     3  type Index struct {
     4  	CollectionIDs []Identifier
     5  	SealIDs       []Identifier
     6  	ReceiptIDs    []Identifier
     7  	ResultIDs     []Identifier
     8  }