public class DeployWasmCode extends Transaction
| Modifier and Type | Field and Description |
|---|---|
String |
author |
byte[] |
code |
String |
description |
String |
email |
String |
name |
String |
version |
VmType |
vmType |
attributes, gasLimit, gasPrice, nonce, payer, sigs, txType| Constructor and Description |
|---|
DeployWasmCode() |
DeployWasmCode(String codeStr,
String name,
String codeVersion,
String author,
String email,
String description,
Address payer,
long gasLimit,
long gasPrice) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeExclusiveData(BinaryReader reader) |
protected void |
serializeExclusiveData(BinaryWriter writer) |
deserialize, deserializeFrom, deserializeFrom, deserializeFrom, deserializeUnsigned, equals, getAddressU160ForVerifying, hashCode, inventoryType, json, serialize, serializeUnsigned, verifyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetHashData, sign, verifySignaturefrom, toArray, toHexStringpublic byte[] code
public VmType vmType
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 TransactionIOExceptionCopyright © 2020. All rights reserved.