cn.hyperchain.sdk.bvm.operate.ProposalContentOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of litesdk Show documentation
Show all versions of litesdk Show documentation
A Java client tool for Hyperchain
package cn.hyperchain.sdk.bvm.operate;
public abstract class ProposalContentOperation extends Operation {
private ProposalType pty;
public ProposalType getPty() {
return pty;
}
public void setPty(ProposalType pty) {
this.pty = pty;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy