Const
Readonly
methods: { Readonly
publish: { Publish is used to publish events to the mesh database. A restricted set of keys are allowed to be published to. This is only available on nodes that are able to provide storage.
from rpc v1.StorageQueryService.Publish
Readonly
I: typeof PublishRequestReadonly
O: typeof PublishResponseReadonly
kind: UnaryReadonly
name: "Publish"Readonly
query: { Query is used to query the mesh for information.
from rpc v1.StorageQueryService.Query
Readonly
I: typeof QueryRequestReadonly
O: typeof QueryResponseReadonly
kind: UnaryReadonly
name: "Query"Readonly
subscribe: { Subscribe is used to subscribe to events at a particular prefix. This is only available on nodes that are able to provide storage.
from rpc v1.StorageQueryService.Subscribe
Readonly
I: typeof SubscribeRequestReadonly
O: typeof SubscriptionEventReadonly
kind: ServerStreamingReadonly
name: "Subscribe"Readonly
typefrom service v1.StorageQueryService
Generated using TypeDoc
StorageQueryService is the service for querying information about the mesh state.