pub type BlockId = BlockId<Block>;
BlockId type as expected by this runtime.
BlockId
enum BlockId { Hash(H256), Number(u32), }
Identify by block header hash.
Identify by block number.