com.scalar.dl.ledger.crypto.ClientIdentityKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalardl-java-client-sdk Show documentation
Show all versions of scalardl-java-client-sdk Show documentation
A client-side Java library to interact with Scalar DL network.
The newest version!
package com.scalar.dl.ledger.crypto;
public interface ClientIdentityKey {
String getEntityId();
int getKeyVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy