Expand description
Structs§
- Connection
- An open connection from an RPC client.
- RpcAuthentication
- Information about how an RPC session has been authenticated.
- RpcMgr
- Shared state, configuration, and data for all RPC sessions.
- RpcSession
- An authenticated RPC session: a capability through which most other RPC functionality is available
Enums§
- Connection
Error - A failure that results in closing a
Connection
.
Functions§
- rpc_
methods - Return a list of RPC methods that will be needed to use
arti-rpcserver
with the given runtime.