github.com/koko1123/flow-go-1@v0.29.6/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  }