bitcoin-cli 0.1.16-alpha.0

command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
crate::ix!();

//-------------------------------------------[.cpp/bitcoin/src/bitcoin-cli.cpp]

lazy_static!{
    /*
    const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;
    */
}

lazy_static!{
    /*
    UrlDecodeFn* const URL_DECODE = urlDecode;
    */
}

//pub struct RuntimeError(pub String);