Module rpc

Source

Modules§

client

Structs§

Failure
Information about server-side failure returned through RPC API
RpcConnection

Enums§

ClientError
Errors happening with RPC APIs received by the server, but originating from the client connection.
FailureCode
Symbolic representation of a failure code returned by the server
ServerError
Errors happening with RPC APIs on the server side and returned to the client

Traits§

Api
RPC API pair, connecting Request type with Reply
EndpointId
Marker traits for endpoint identifiers lists
FailureCodeExt
Marker trait for service-specific extended failure codes, representable as u16 integers.
Reply
Marker trait for LNP RPC replies
Request
Marker trait for LNP RPC requests