Type Definition bitcoinrpc_server::rpc_command::Actor
source · pub type Actor = fn(request: &JSONRPCRequest, result: &mut UniValue, last_handler: bool) -> bool;Expand description
| RPC method handler reading request and | assigning result. Should return true if | request is fully handled, false if it | should be passed on to subsequent | handlers.