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