ergo-rustkit-endpoints 0.1.4

A SDK for retreiving information from the Ergo blockchain
Documentation
1
2
3
4
pub fn remove_quotes(i_str: String) -> String {
    let n_str: String = i_str.replace('"', "");
    n_str
}