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:
- https://github.com/monero-project/monero/commit/2899379791b7542e4eb920b5d9d58cf232806937
- https://github.com/monero-project/monero/issues/8722
- https://github.com/monero-project/monero/pull/8843
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§
- Access
Request Base - A base for RPC request types that support RPC payment.
- Access
Response Base - Definition. A base for RPC response types that support RPC payment.
- Response
Base - Definition. The most common base for responses.