diff --git a/integrationTests/chainSimulator/interface.go b/integrationTests/chainSimulator/interface.go index 7aba83c510..ad6d041595 100644 --- a/integrationTests/chainSimulator/interface.go +++ b/integrationTests/chainSimulator/interface.go @@ -27,5 +27,8 @@ type ChainSimulator interface { ForceResetValidatorStatisticsCache() error GetValidatorPrivateKeys() []crypto.PrivateKey SetKeyValueForAddress(address string, keyValueMap map[string]string) error + GetRestAPIInterfaces() map[uint32]string + ForceChangeOfEpoch() error + IsInterfaceNil() bool Close() }