1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#![feature(stdin_forwarders)]

#[macro_use] mod imports; use imports::*;

x!{addr}
x!{addrinfo_request_handler}
x!{app_initrpc}
x!{base_request_handler}
x!{callrpc}
x!{cli_main}
x!{cli_rpc}
x!{config}
x!{connect_and_callrpc}
x!{default_request_handler}
x!{getinfo_request_handler}
x!{http_reply}
x!{log}
x!{netinfo_peer}
x!{netinfo}
x!{parse_get_info_result}
x!{progress}
x!{result}
x!{to_address}
x!{wallet_balance}
x!{win}