All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nervos.appchain.crypto.Signature Maven / Gradle / Ivy

The newest version!
package org.nervos.appchain.crypto;

public abstract class Signature {

    public abstract byte[] getSignature(byte[] tx);

    public abstract String getPublicKey();

    public abstract String getAddress();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy