Function damm::verify[][src]

pub fn verify(id: u128) -> bool

Is an ID valid?

Example

if damm::verify(928374629172) {
    // ... (will execute)
}