Module golgi::sbot

source · []
Expand description

Sbot type and connection-related methods.

Structs

Holds the Scuttlebutt identity, keys and configuration parameters for connecting to a local sbot and implements all Golgi API methods.

A struct representing a connection with a running sbot. A client and an rpc_reader can together be used to make requests to the sbot and read the responses. Note there can be multiple SbotConnection at the same time.