public class DeployWasmCode extends Transaction
| 限定符和类型 | 字段和说明 |
|---|---|
String |
author |
byte[] |
code |
String |
description |
String |
email |
String |
name |
String |
version |
VmType |
vmType |
attributes, gasLimit, gasPrice, nonce, payer, sigs, txType| 构造器和说明 |
|---|
DeployWasmCode() |
DeployWasmCode(String codeStr,
String name,
String codeVersion,
String author,
String email,
String description,
Address payer,
long gasLimit,
long gasPrice) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserializeExclusiveData(BinaryReader reader) |
protected void |
serializeExclusiveData(BinaryWriter writer) |
deserialize, deserializeFrom, deserializeFrom, deserializeFrom, deserializeUnsigned, equals, getAddressU160ForVerifying, hashCode, inventoryType, json, serialize, serializeUnsigned, verifygetHashData, 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 在类中 TransactionIOExceptionprotected void serializeExclusiveData(BinaryWriter writer) throws IOException
serializeExclusiveData 在类中 TransactionIOExceptionCopyright © 2021. All rights reserved.