You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2026. It is now read-only.
The com.openelements.hiero.spring.implementation.MirrorNodeClientImpl class provides an implementation for spring to call the REST endpoints of a Hiero mirror node instance. The general API can be found at the interface com.openelements.hiero.base.mirrornode.MirrorNodeClient. The spring implementation currently has some methods that only throw a RuntimeException("Not implemented"). Those methods should be implemented and backed by tests.
The
com.openelements.hiero.spring.implementation.MirrorNodeClientImplclass provides an implementation for spring to call the REST endpoints of a Hiero mirror node instance. The general API can be found at the interfacecom.openelements.hiero.base.mirrornode.MirrorNodeClient. The spring implementation currently has some methods that only throw aRuntimeException("Not implemented"). Those methods should be implemented and backed by tests.