github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/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 ProtocolStateID Identifier 9 }