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
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 text was updated successfully, but these errors were encountered:
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 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.The text was updated successfully, but these errors were encountered: