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

cc.youchain.protocol.admin.methods.response.PersonalSign Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package cc.youchain.protocol.admin.methods.response;

import cc.youchain.protocol.core.Response;

/**
 * personal_sign
 */
public class PersonalSign extends Response {
    public String getSignedMessage() {
        return getResult();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy