QueryAuthChain returns the entire auth chain for the event IDs given. The response includes the events in the request. Omits without error for any missing auth events. There will be no duplicates. Used in MSC2836.
( ctx context.Context, req *QueryAuthChainRequest, res *QueryAuthChainResponse, )
| 29 | // Omits without error for any missing auth events. There will be no duplicates. |
| 30 | // Used in MSC2836. |
| 31 | QueryAuthChain( |
| 32 | ctx context.Context, |
| 33 | req *QueryAuthChainRequest, |
| 34 | res *QueryAuthChainResponse, |
no outgoing calls
no test coverage detected