Function bitcoin_cli::callrpc

source ·
pub fn callrpc(
    rh: &mut Box<dyn BaseRequestHandler>,
    str_method: &str,
    args: &Vec<String>,
    rpcwallet: Option<&str>
) -> Result<UniValue, StdException>