#wallet #tx

melwalletd-prot

RPC protocol for Themelio's reference wallet microservice

3 releases (breaking)

0.3.1 Feb 25, 2023
0.2.0 Nov 4, 2022
0.1.0 Oct 30, 2022
Download history 14/week @ 2023-07-28 17/week @ 2023-08-04 16/week @ 2023-08-11 15/week @ 2023-08-18 13/week @ 2023-08-25 16/week @ 2023-09-01 22/week @ 2023-09-08 17/week @ 2023-09-15 7/week @ 2023-09-22 19/week @ 2023-09-29 16/week @ 2023-10-06 15/week @ 2023-10-13 21/week @ 2023-10-20 20/week @ 2023-10-27 17/week @ 2023-11-03 20/week @ 2023-11-10

81 downloads per month
Used in 3 crates

ISC license

15KB
178 lines

melwalletd-prot

Crate defining the [nanorpc] (JSON-RPC 2.0) protocol exposed by melwalletd, the reference Themelio wallet microservice implementation.

As a user, you almost certainly only care about [MelwalletdClient], which you would generally want to wrap around an HTTP-based nanorpc::RpcTransport in order to talk to melwalletd.

License: ISC


lib.rs:

Crate defining the [nanorpc] (JSON-RPC 2.0) protocol exposed by melwalletd, the reference Themelio wallet microservice implementation.

As a user, you almost certainly only care about [MelwalletdClient], which you would generally want to wrap around an HTTP-based nanorpc::RpcTransport in order to talk to melwalletd.

Dependencies

~10MB
~213K SLoC