bitcoin-remote 0.1.22

Low-level, Bitcoin Core–compatible JSON-RPC helper crate providing HTTP status mapping, RPC error codes, auth-cookie management, parameter-conversion tables, and UniValue-based request/reply utilities.
1
2
3
4
5
6
7
8
9
10
11
12
// ---------------- [ File: bitcoin-remote/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{auth_cookie}
x!{convert_param}
x!{convert_table}
x!{delete_auth_cookie}
x!{error_code}
x!{generate_auth_cookie}
x!{get_auth_cookie}
x!{get_auth_cookie_file}
x!{json_request}