indexes property

Map<String, String> indexes
getter/setter pair

Map of stringified-index to event id, so that we can detect replay attacks

Implementation

Map<String, String> indexes;