com.openelements.hiero.base.HieroContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hiero-enterprise-base Show documentation
Show all versions of hiero-enterprise-base Show documentation
Base Library to work with Hiero in Spring and JakartaEE
The newest version!
package com.openelements.hiero.base;
import com.hedera.hashgraph.sdk.Client;
import com.openelements.hiero.base.data.Account;
import org.jspecify.annotations.NonNull;
public interface HieroContext {
@NonNull
Account getOperatorAccount();
@NonNull
Client getClient();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy