public class PublishTransaction extends TransactionNeo
| 限定符和类型 | 字段和说明 |
|---|---|
String |
author |
String |
codeVersion |
String |
description |
String |
email |
String |
name |
boolean |
needStorage |
ContractParameterType[] |
parameterList |
ContractParameterType |
returnType |
byte[] |
script |
attributes, inputs, nonce, outputs, scripts, type, version| 构造器和说明 |
|---|
PublishTransaction() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
deserializeExclusiveData(BinaryReader reader) |
Address[] |
getAddressU160ForVerifying() |
protected void |
serializeExclusiveData(BinaryWriter writer) |
deserialize, deserializeFrom, deserializeFrom, deserializeFrom, deserializeUnsigned, equals, getAllInputs, getAllOutputs, hashCode, inventoryType, onDeserialized, serialize, serializeUnsigned, sign, verifygetHashData, verifySignaturefrom, toArray, toHexStringpublic byte[] script
public ContractParameterType[] parameterList
public ContractParameterType returnType
public boolean needStorage
public String name
public String codeVersion
public String author
public String email
public String description
protected void deserializeExclusiveData(BinaryReader reader) throws IOException
deserializeExclusiveData 在类中 TransactionNeoIOExceptionprotected void serializeExclusiveData(BinaryWriter writer) throws IOException
serializeExclusiveData 在类中 TransactionNeoIOExceptionpublic Address[] getAddressU160ForVerifying()
Copyright © 2022. All rights reserved.