Query to get state and auth chain for a (potentially hypothetical) event. Takes lists of PrevEventIDs and AuthEventsIDs and uses them to calculate the state and auth chain to return.
(ctx context.Context, req *QueryStateAndAuthChainRequest, res *QueryStateAndAuthChainResponse)
| 174 | // Takes lists of PrevEventIDs and AuthEventsIDs and uses them to calculate |
| 175 | // the state and auth chain to return. |
| 176 | QueryStateAndAuthChain(ctx context.Context, req *QueryStateAndAuthChainRequest, res *QueryStateAndAuthChainResponse) error |
| 177 | // Query if we think we're still in a room. |
| 178 | QueryServerJoinedToRoom(ctx context.Context, req *QueryServerJoinedToRoomRequest, res *QueryServerJoinedToRoomResponse) error |
| 179 | QueryPublishedRooms(ctx context.Context, req *QueryPublishedRoomsRequest, res *QueryPublishedRoomsResponse) error |
no outgoing calls
no test coverage detected