Look up the numeric IDs for a list of string event state keys. Returns a map from string state key to numeric ID for the state key.
(ctx context.Context, eventStateKeys []string)
| 51 | // Look up the numeric IDs for a list of string event state keys. |
| 52 | // Returns a map from string state key to numeric ID for the state key. |
| 53 | EventStateKeyNIDs(ctx context.Context, eventStateKeys []string) (map[string]types.EventStateKeyNID, error) |
| 54 | // Look up the numeric state data IDs for each numeric state snapshot ID |
| 55 | // The returned slice is sorted by numeric state snapshot ID. |
| 56 | StateBlockNIDs(ctx context.Context, stateNIDs []types.StateSnapshotNID) ([]types.StateBlockNIDList, error) |
no outgoing calls
no test coverage detected