Crate melwalletd_prot

source ·
Expand description

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.

Modules

Structs

Enums

  • Automatically generated error type that MelwalletdClient instances return from its methods

Traits

  • A [macro@nanorpc_derive] trait that describes the RPC protocol exposed by a melwalletd daemon.