Expand description
A Store backed by a remote gonzalo daemon. Operators choose the
transport: ServerStore::http (HTTP/JSON via reqwest) or
ServerStore::grpc (gRPC via tonic). Both speak the same JSON
serialization of gonzalo-core types. Each transport has a
*_with_token constructor that sends Authorization: Bearer <token>.
Structsยง
- Server
Store - A client substrate over a remote gonzalo daemon.