pub trait ShortIdentifiable { // Required method fn short_id(&self, hash: &Hash, nonce: u64) -> ShortId; }
A trait for types that have a short_id (inputs/outputs/kernels)
The short_id of a kernel uses a hash built from the block_header and a connection specific nonce to minimize the effect of collisions.