public class EthSendTransactionPo extends Object
| 构造器和说明 |
|---|
EthSendTransactionPo(String from,
org.web3j.crypto.RawTransaction raw,
String txHex) |
EthSendTransactionPo(String txHash,
String from,
org.web3j.crypto.RawTransaction raw) |
EthSendTransactionPo(String txHash,
String from,
org.web3j.crypto.RawTransaction raw,
String txHex) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getData() |
String |
getFrom() |
BigInteger |
getGasLimit() |
BigInteger |
getGasPrice() |
BigInteger |
getNonce() |
String |
getTo() |
String |
getTxHash() |
String |
getTxHex() |
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 |
setTxHex(String txHex) |
void |
setValue(BigInteger value) |
String |
toString() |
public EthSendTransactionPo(String txHash, String from, org.web3j.crypto.RawTransaction raw)
public EthSendTransactionPo(String txHash, String from, org.web3j.crypto.RawTransaction raw, String txHex)
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)
public String getTxHex()
public void setTxHex(String txHex)
Copyright © 2021. All rights reserved.