Skip to content

Structs ​

Git Source

Structs ​

MerkleCycle ​

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