pub trait ExecuteRpc {
    fn execute_rpc(
        &mut self,
        command: &String,
        params: &UniValue,
        uri: &String
    ) -> UniValue; }

Required Methods§

Implementors§