ChainInfo
Definition
Section titled “Definition”struct ChainInfo { /// The fork identifier. Set to zero if no fork is active. uint256 forkId; /// The chain ID of the current fork. uint256 chainId;}Description
Section titled “Description”Information on the chain and fork.