public class NerveToken extends BaseNulsData
| 构造器和说明 |
|---|
NerveToken() |
NerveToken(int chainId,
int assetId) |
| 限定符和类型 | 方法和说明 |
|---|---|
NerveToken |
clone() |
boolean |
equals(Object o) |
int |
getAssetId() |
int |
getChainId() |
int |
hashCode() |
void |
parse(NulsByteBuffer byteBuffer) |
protected void |
serializeToStream(NulsOutputStreamBuffer stream) |
void |
setAssetId(int assetId) |
void |
setChainId(int chainId) |
int |
size() |
String |
str() |
String |
toString() |
parse, serializeprotected void serializeToStream(NulsOutputStreamBuffer stream) throws IOException
serializeToStream 在类中 BaseNulsDataIOExceptionpublic void parse(NulsByteBuffer byteBuffer) throws NulsException
parse 在类中 BaseNulsDataNulsExceptionpublic int size()
public int getChainId()
public void setChainId(int chainId)
public int getAssetId()
public void setAssetId(int assetId)
public NerveToken clone()
public String str()
Copyright © 2021. All rights reserved.