public class CancelDeposit extends BaseNulsData
| 构造器和说明 |
|---|
CancelDeposit() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getAddress() |
Set<byte[]> |
getAddresses() |
NulsHash |
getJoinTxHash() |
void |
parse(NulsByteBuffer byteBuffer) |
protected void |
serializeToStream(NulsOutputStreamBuffer stream)
serialize important field
|
void |
setAddress(byte[] address) |
void |
setJoinTxHash(NulsHash joinTxHash) |
int |
size() |
parse, serializepublic Set<byte[]> getAddresses()
public byte[] getAddress()
public void setAddress(byte[] address)
public NulsHash getJoinTxHash()
public void setJoinTxHash(NulsHash joinTxHash)
protected void serializeToStream(NulsOutputStreamBuffer stream) throws IOException
serializeToStream 在类中 BaseNulsDataIOExceptionpublic void parse(NulsByteBuffer byteBuffer) throws NulsException
parse 在类中 BaseNulsDataNulsExceptionpublic int size()
Copyright © 2021. All rights reserved.