-
Notifications
You must be signed in to change notification settings - Fork 179
/
all.go
28 lines (27 loc) · 1.11 KB
/
all.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package storage
// All includes all the storage modules
type All struct {
Headers Headers
Guarantees Guarantees
Seals Seals
Index Index
Payloads Payloads
Blocks Blocks
QuorumCertificates QuorumCertificates
Setups EpochSetups
EpochCommits EpochCommits
Results ExecutionResults
Receipts ExecutionReceipts
ChunkDataPacks ChunkDataPacks
Commits Commits
Transactions Transactions
LightTransactionResults LightTransactionResults
TransactionResults TransactionResults
TransactionResultErrorMessages TransactionResultErrorMessages
Collections Collections
Events Events
EpochProtocolStateEntries EpochProtocolStateEntries
ProtocolKVStore ProtocolKVStore
VersionBeacons VersionBeacons
RegisterIndex RegisterIndex
}