Class EthBlock.TransactionObject
- java.lang.Object
-
- org.web3j.protocol.core.methods.response.Transaction
-
- org.web3j.protocol.core.methods.response.EthBlock.TransactionObject
-
- All Implemented Interfaces:
EthBlock.TransactionResult<Transaction>
- Enclosing class:
- EthBlock
public static class EthBlock.TransactionObject extends Transaction implements EthBlock.TransactionResult<Transaction>
-
-
Constructor Summary
Constructors Constructor Description TransactionObject()
TransactionObject(java.lang.String hash, java.lang.String nonce, java.lang.String blockHash, java.lang.String blockNumber, java.lang.String transactionIndex, java.lang.String from, java.lang.String to, java.lang.String value, java.lang.String gasPrice, java.lang.String gas, java.lang.String input, java.lang.String creates, java.lang.String publicKey, java.lang.String raw, java.lang.String r, java.lang.String s, int v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transaction
get()
-
Methods inherited from class org.web3j.protocol.core.methods.response.Transaction
equals, getBlockHash, getBlockNumber, getBlockNumberRaw, getChainId, getCreates, getFrom, getGas, getGasPrice, getGasPriceRaw, getGasRaw, getHash, getInput, getNonce, getNonceRaw, getPublicKey, getR, getRaw, getS, getTo, getTransactionIndex, getTransactionIndexRaw, getV, getValue, getValueRaw, hashCode, setBlockHash, setBlockNumber, setCreates, setFrom, setGas, setGasPrice, setHash, setInput, setNonce, setPublicKey, setR, setRaw, setS, setTo, setTransactionIndex, setV, setValue
-
-
-
-
Constructor Detail
-
TransactionObject
public TransactionObject()
-
TransactionObject
public TransactionObject(java.lang.String hash, java.lang.String nonce, java.lang.String blockHash, java.lang.String blockNumber, java.lang.String transactionIndex, java.lang.String from, java.lang.String to, java.lang.String value, java.lang.String gasPrice, java.lang.String gas, java.lang.String input, java.lang.String creates, java.lang.String publicKey, java.lang.String raw, java.lang.String r, java.lang.String s, int v)
- Parameters:
hash
-nonce
-blockHash
-blockNumber
-transactionIndex
-from
-to
-value
-gasPrice
-gas
-input
-creates
-publicKey
-raw
-r
-s
-v
-
-
-
Method Detail
-
get
public Transaction get()
- Specified by:
get
in interfaceEthBlock.TransactionResult<Transaction>
-
-