Skip to main content

Module protocol

Module protocol 

Source

Structs§

Auth
Authentication on first request
GrantCap
Grant a capability token to the remote endpoint. The remote should store the RCAN and use it when dialing back to authorize its requests.
Ping
Simple ping requests
Pong
Simple ping response
PutMetrics
Request to store the given metrics data
PutNetworkDiagnostics
Publishing network diagnostics
RunNetworkDiagnostics
ask this node to run diagnostics & return the result. present even without the net_diagnostics feature flag because the request struct is empty in both cases

Enums§

ClientHostProtocol
Dedicated protocol for cloud-to-endpoint net diagnostics connections.
IrohServicesProtocol
NetDiagnosticsMessage
Message enum for ClientHostProtocol
RemoteError
ServicesMessage
Message enum for IrohServicesProtocol

Constants§

ALPN
The main ALPN for connecting from the client to the cloud node.

Type Aliases§

IrohServicesClient
RemoteResult