Type Definition substrate_test_client::ForkBlocks [−][src]
type ForkBlocks<Block> = Option<Vec<(<<Block as Block>::Header as Header>::Number, <Block as Block>::Hash), Global>>;
Expand description
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.