primitives/
pos.rs

1use cfx_types::H256;
2
3pub type PosBlockId = H256;
4pub type NodeId = H256;