deso 0.1.0

DeSo (BitClout) Transaction Signing, and Other Helpful Utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Sign Transactions on the DeSo Blockchain. 
//! This crate is intended to SIGN TRANSACTIONS ONLY
//! 
//! This crate does NOT submit anything to DeSo.


pub mod b58c;
pub mod seed_hex;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        // TODO 
        assert_eq!(0,0);
    }
}