chia_wasm 0.35.2

Code useful for implementing chia consensus.
Documentation
1
2
3
4
5
6
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
pub fn a_test_function() -> u64 {
    500
}