public class CreateRawTransactionInput extends Object
| 构造器和说明 |
|---|
CreateRawTransactionInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFrom()
from address.
|
String |
getMethodName()
contract method name.
|
String |
getParams()
contract method parameters.
|
String |
getRefBlockHash()
refer block height.
|
long |
getRefBlockNumber()
refer block height.
|
String |
getTo()
to address.
|
void |
setFrom(String from)
from address.
|
void |
setMethodName(String methodName)
contract method name.
|
void |
setParams(String params)
contract method parameters.
|
void |
setRefBlockHash(String refBlockHash)
refer block hash.
|
void |
setRefBlockNumber(long refBlockNumber)
refer block height.
|
void |
setTo(String to)
to address.
|
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public long getRefBlockNumber()
public void setRefBlockNumber(long refBlockNumber)
public String getRefBlockHash()
public void setRefBlockHash(String refBlockHash)
public String getMethodName()
public void setMethodName(String methodName)
public String getParams()
public void setParams(String params)
Copyright © 2020. All rights reserved.