public class SignedTransaction extends RawTransaction implements Rlpable, Hashable
gasLimit, gasPrice, nonce, payload, receivingAddress, value| ?????? |
|---|
SignedTransaction(java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String receivingAddress,
java.math.BigInteger value,
java.lang.String payload,
java.math.BigInteger v,
java.math.BigInteger r,
java.math.BigInteger s) |
SignedTransaction(RawTransaction rawTx,
java.math.BigInteger v,
java.math.BigInteger r,
java.math.BigInteger s) |
| ?????? | ????? |
|---|---|
java.util.List<org.web3j.rlp.RlpType> |
asRlpValues() |
java.lang.Long |
chainId() |
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getR() |
java.math.BigInteger |
getS() |
java.lang.String |
getSender() |
java.math.BigInteger |
getV() |
java.lang.String |
hash() |
int |
hashCode() |
void |
setR(java.math.BigInteger r) |
void |
setS(java.math.BigInteger s) |
void |
setV(java.math.BigInteger v) |
bytesToSign, getGasLimit, getGasPrice, getNonce, getPayload, getReceivingAddress, getValue, rlpValuesToSign, setGasLimit, setGasPrice, setNonce, setPayload, setReceivingAddress, setValuepublic SignedTransaction(java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String receivingAddress,
java.math.BigInteger value,
java.lang.String payload,
java.math.BigInteger v,
java.math.BigInteger r,
java.math.BigInteger s)
public SignedTransaction(RawTransaction rawTx, java.math.BigInteger v, java.math.BigInteger r, java.math.BigInteger s)
public java.math.BigInteger getV()
public void setV(java.math.BigInteger v)
public java.math.BigInteger getR()
public void setR(java.math.BigInteger r)
public java.math.BigInteger getS()
public void setS(java.math.BigInteger s)
public java.util.List<org.web3j.rlp.RlpType> asRlpValues()
asRlpValues ???? Rlpablepublic boolean equals(java.lang.Object o)
equals ??? java.lang.Objectpublic java.lang.Long chainId()
public java.lang.String getSender()
public int hashCode()
hashCode ??? java.lang.Object