public class TransactionRequest
extends java.lang.Object
| ?????? |
|---|
TransactionRequest(java.lang.Long chainId,
java.math.BigInteger nonce,
java.lang.String privateKey,
java.lang.String receiver,
java.math.BigInteger value,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit) |
| ?????? | ????? |
|---|---|
java.lang.Long |
getChainId() |
java.math.BigInteger |
getGasLimit() |
java.math.BigInteger |
getGasPrice() |
java.math.BigInteger |
getNonce() |
java.lang.String |
getPrivateKey() |
java.lang.String |
getReceiver() |
java.math.BigInteger |
getValue() |
void |
setChainId(java.lang.Long chainId) |
void |
setGasLimit(java.math.BigInteger gasLimit) |
void |
setGasPrice(java.math.BigInteger gasPrice) |
void |
setNonce(java.math.BigInteger nonce) |
void |
setPrivateKey(java.lang.String privateKey) |
void |
setReceiver(java.lang.String receiver) |
void |
setValue(java.math.BigInteger value) |
public TransactionRequest(java.lang.Long chainId,
java.math.BigInteger nonce,
java.lang.String privateKey,
java.lang.String receiver,
java.math.BigInteger value,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit)
public java.lang.String getPrivateKey()
public void setPrivateKey(java.lang.String privateKey)
public java.lang.String getReceiver()
public void setReceiver(java.lang.String receiver)
public java.math.BigInteger getValue()
public void setValue(java.math.BigInteger value)
public java.math.BigInteger getGasPrice()
public void setGasPrice(java.math.BigInteger gasPrice)
public java.math.BigInteger getGasLimit()
public void setGasLimit(java.math.BigInteger gasLimit)
public java.math.BigInteger getNonce()
public void setNonce(java.math.BigInteger nonce)
public java.lang.Long getChainId()
public void setChainId(java.lang.Long chainId)