public class DeployCode extends Transaction
| Modifier and Type | Field and Description |
|---|---|
String |
author |
byte[] |
code |
String |
description |
String |
email |
String |
name |
boolean |
needStorage |
String |
version |
attributes, gasLimit, gasPrice, nonce, payer, sigs, txType| Constructor and Description |
|---|
DeployCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeExclusiveData(BinaryReader reader) |
Address[] |
getAddressU160ForVerifying() |
protected void |
serializeExclusiveData(BinaryWriter writer) |
deserialize, deserializeFrom, deserializeFrom, deserializeFrom, deserializeUnsigned, equals, hashCode, inventoryType, json, serialize, serializeUnsigned, verifyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetHashData, sign, verifySignaturefrom, toArray, toHexStringpublic byte[] code
public boolean needStorage
public String name
public String version
public String author
public String email
public String description
public void deserializeExclusiveData(BinaryReader reader) throws IOException
deserializeExclusiveData in class TransactionIOExceptionprotected void serializeExclusiveData(BinaryWriter writer) throws IOException
serializeExclusiveData in class TransactionIOExceptionpublic Address[] getAddressU160ForVerifying()
getAddressU160ForVerifying in interface SignablegetAddressU160ForVerifying in class TransactionCopyright © 2020. All rights reserved.