public class SmartContract extends Object
| 构造器和说明 |
|---|
SmartContract() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
createCodeParamsScript(List<Object> list) |
static InvocationTransaction |
makeInvocationTransaction(byte[] paramsHexStr,
byte[] addr) |
static InvocationTransaction |
makeInvocationTransaction(String contractAddress,
byte[] addr,
AbiFunction abiFunction) |
static PublishTransaction |
makePublishTransaction(String codeStr,
boolean needStorage,
String name,
String codeVersion,
String author,
String email,
String desp,
ContractParameterType returnType) |
public static InvocationTransaction makeInvocationTransaction(String contractAddress, byte[] addr, AbiFunction abiFunction) throws Exception
Exceptionpublic static byte[] createCodeParamsScript(List<Object> list)
list - public static PublishTransaction makePublishTransaction(String codeStr, boolean needStorage, String name, String codeVersion, String author, String email, String desp, ContractParameterType returnType) throws Exception
Exceptionpublic static InvocationTransaction makeInvocationTransaction(byte[] paramsHexStr, byte[] addr) throws Exception
ExceptionCopyright © 2022. All rights reserved.