[][src]Type Definition sc_client::ForkBlocks

type ForkBlocks<Block> = Option<Vec<(<<Block as Block>::Header as Header>::Number, <Block as Block>::Hash)>>;

Expected hashes of blocks at given heights.

This may be used as chain spec extension to set trusted checkpoints, i.e. the client will refuse to import a block with a different hash at the given height.