Structs
MerkleCycle
struct MerkleCycle {
bytes32 merkleRoot;
bytes32 merkleContentHash;
uint40 cycle;
uint40 timestamp;
uint40 publishBlock;
uint40 startBlock;
uint40 endBlock;
}
struct MerkleCycle {
bytes32 merkleRoot;
bytes32 merkleContentHash;
uint40 cycle;
uint40 timestamp;
uint40 publishBlock;
uint40 startBlock;
uint40 endBlock;
}