public class EthSendTransactionPo extends Object
| 构造器和说明 |
|---|
EthSendTransactionPo(String txHash,
String from,
org.web3j.crypto.RawTransaction raw) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getData() |
String |
getFrom() |
BigInteger |
getGasLimit() |
BigInteger |
getGasPrice() |
BigInteger |
getNonce() |
String |
getTo() |
String |
getTxHash() |
BigInteger |
getValue() |
void |
setData(String data) |
void |
setFrom(String from) |
void |
setGasLimit(BigInteger gasLimit) |
void |
setGasPrice(BigInteger gasPrice) |
void |
setNonce(BigInteger nonce) |
void |
setTo(String to) |
void |
setTxHash(String txHash) |
void |
setValue(BigInteger value) |
String |
toString() |
public String getTxHash()
public void setTxHash(String txHash)
public String getFrom()
public void setFrom(String from)
public BigInteger getNonce()
public void setNonce(BigInteger nonce)
public BigInteger getGasPrice()
public void setGasPrice(BigInteger gasPrice)
public BigInteger getGasLimit()
public void setGasLimit(BigInteger gasLimit)
public String getTo()
public void setTo(String to)
public BigInteger getValue()
public void setValue(BigInteger value)
public String getData()
public void setData(String data)
Copyright © 2021. All rights reserved.