Module base

Source
Expand description

The base data that appear in many RPC request/responses.

These are the common “headers” or “base” types that are flattened into many of Monero’s RPC types.

The Access* structs (e.g. AccessResponseBase are pseudo-deprecated structs for the RPC payment system, see:

Note that this library doesn’t use AccessRequestBase found in monerod as the type is practically deprecated.

Although, AccessResponseBase still exists as to allow outputting the same JSON fields as monerod (even if deprecated).

Structs§

AccessRequestBase
A base for RPC request types that support RPC payment.
AccessResponseBase
Definition. A base for RPC response types that support RPC payment.
ResponseBase
Definition. The most common base for responses.