public class ConfidentialOutputNote
extends java.lang.Object
| 构造器和说明 |
|---|
ConfidentialOutputNote() |
ConfidentialOutputNote(java.math.BigInteger quatity,
byte[] view_pk,
byte[] spend_pk) |
ConfidentialOutputNote(PrivacyAddress privacyAddress,
java.math.BigInteger quality) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.math.BigInteger |
getQuatity() |
byte[] |
getSpend_pk() |
byte[] |
getView_pk() |
void |
setQuatity(java.math.BigInteger quatity) |
void |
setSpend_pk(byte[] spend_pk) |
void |
setView_pk(byte[] view_pk) |
public java.math.BigInteger quatity
public byte[] view_pk
public byte[] spend_pk
public ConfidentialOutputNote()
public ConfidentialOutputNote(PrivacyAddress privacyAddress, java.math.BigInteger quality)
public ConfidentialOutputNote(java.math.BigInteger quatity,
byte[] view_pk,
byte[] spend_pk)
public java.math.BigInteger getQuatity()
public void setQuatity(java.math.BigInteger quatity)
public byte[] getView_pk()
public void setView_pk(byte[] view_pk)
public byte[] getSpend_pk()
public void setSpend_pk(byte[] spend_pk)