io.github.novacrypto.bip32.BadKeySerializationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cwvj Show documentation
Show all versions of cwvj Show documentation
Java sdk for Dapps interact with cwv blockchain node
package io.github.novacrypto.bip32;
public final class BadKeySerializationException extends RuntimeException {
BadKeySerializationException(String message) {
super(message);
}
}
/* Location: C:\Users\Administrator\Desktop\mnemonic-sdk-1.0.0.jar!\io\github\novacrypto\bip32\BadKeySerializationException.class
* Java compiler version: 7 (51.0)
* JD-Core Version: 1.1.3
*/