fast_hash

Macro fast_hash 

Source
macro_rules! fast_hash {
    ($bytes:expr) => { ... };
}
Expand description

Fast hash

ยงUsage

use we_cdk::*;

#[action]
fn _constructor() {
    let hash: Binary = fast_hash!("hello");
}