pub trait UniqueSeed {
// Required method
fn unique_seed_for_id_allocator(&self) -> Hash;
}
Expand description
A transaction which has a unique id, useful for creating an IdAllocator which requires a unique input
pub trait UniqueSeed {
// Required method
fn unique_seed_for_id_allocator(&self) -> Hash;
}
A transaction which has a unique id, useful for creating an IdAllocator which requires a unique input