(ctx context.Context, eventStateKeys []string)
| 34 | type StateResolutionStorage interface { |
| 35 | EventTypeNIDs(ctx context.Context, eventTypes []string) (map[string]types.EventTypeNID, error) |
| 36 | EventStateKeyNIDs(ctx context.Context, eventStateKeys []string) (map[string]types.EventStateKeyNID, error) |
| 37 | StateBlockNIDs(ctx context.Context, stateNIDs []types.StateSnapshotNID) ([]types.StateBlockNIDList, error) |
| 38 | StateEntries(ctx context.Context, stateBlockNIDs []types.StateBlockNID) ([]types.StateEntryList, error) |
| 39 | SnapshotNIDFromEventID(ctx context.Context, eventID string) (types.StateSnapshotNID, error) |
no outgoing calls
no test coverage detected