Module rpc

Module rpc 

Source
Expand description

Module for JSON-RPC-related functionality. Contains utilities for interacting with JSON-RPC endpoints, including request/response types.

Structs§

EntityMetaData
Type representing metadata for an entity. Contains information such as expiration, payload, annotations, and owner.
SearchResult
Represents a single search result from a query. Contains the entity key and the value (decoded from base64).

Enums§

Error
Represents errors that can occur in the Arkiv RPC module. Used to wrap and describe errors from RPC requests, decoding, or deserialization.