- takeTurn() - Method in class io.api.etherscan.manager.impl.FakeQueueManager
-
- takeTurn() - Method in class io.api.etherscan.manager.impl.QueueManager
-
- takeTurn() - Method in interface io.api.etherscan.manager.IQueueManager
-
Waits in queue for chance to take turn
- TokenBalance - Class in io.api.etherscan.model
-
! NO DESCRIPTION !
- TokenBalance(String, BigInteger, String) - Constructor for class io.api.etherscan.model.TokenBalance
-
- topic(String) - Method in class io.api.etherscan.model.query.impl.LogQueryBuilder
-
- topic(String, String) - Method in class io.api.etherscan.model.query.impl.LogQueryBuilder
-
- topic(String, String, String) - Method in class io.api.etherscan.model.query.impl.LogQueryBuilder
-
- topic(String, String, String, String) - Method in class io.api.etherscan.model.query.impl.LogQueryBuilder
-
- toString() - Method in class io.api.etherscan.model.Abi
-
- toString() - Method in class io.api.etherscan.model.Balance
-
- toString() - Method in class io.api.etherscan.model.Block
-
- toString() - Method in class io.api.etherscan.model.Log
-
- toString() - Method in class io.api.etherscan.model.Price
-
- toString() - Method in class io.api.etherscan.model.proxy.BlockProxy
-
- toString() - Method in class io.api.etherscan.model.proxy.ReceiptProxy
-
- toString() - Method in class io.api.etherscan.model.proxy.TxProxy
-
- toString() - Method in class io.api.etherscan.model.Status
-
- toString() - Method in class io.api.etherscan.model.TokenBalance
-
- toString() - Method in class io.api.etherscan.model.Tx
-
- toString() - Method in class io.api.etherscan.model.TxInternal
-
- toString() - Method in class io.api.etherscan.model.TxToken
-
- toString() - Method in class io.api.etherscan.model.Uncle
-
- toString() - Method in class io.api.etherscan.model.UncleBlock
-
- toString() - Method in class io.api.etherscan.model.Wei
-
- TransactionApiProvider - Class in io.api.etherscan.core.impl
-
Transaction API Implementation
- tx(String) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- tx(long, long) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- tx(String) - Method in interface io.api.etherscan.core.IProxyApi
-
Returns the information about a transaction requested by transaction hash
eth_getTransactionByHash
- tx(long, long) - Method in interface io.api.etherscan.core.IProxyApi
-
Returns information about a transaction by block number and transaction index position
eth_getTransactionByBlockNumberAndIndex
- Tx - Class in io.api.etherscan.model
-
! NO DESCRIPTION !
- Tx() - Constructor for class io.api.etherscan.model.Tx
-
- txCount(long) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- txCount(long) - Method in interface io.api.etherscan.core.IProxyApi
-
Returns the number of transactions in a block from a block matching the given block number
eth_getBlockTransactionCountByNumber
- TxInfoProxyTO - Class in io.api.etherscan.model.proxy.utility
-
! NO DESCRIPTION !
- TxInfoProxyTO() - Constructor for class io.api.etherscan.model.proxy.utility.TxInfoProxyTO
-
- TxInternal - Class in io.api.etherscan.model
-
! NO DESCRIPTION !
- TxInternal() - Constructor for class io.api.etherscan.model.TxInternal
-
- TxInternalResponseTO - Class in io.api.etherscan.model.utility
-
! NO DESCRIPTION !
- TxInternalResponseTO() - Constructor for class io.api.etherscan.model.utility.TxInternalResponseTO
-
- TxProxy - Class in io.api.etherscan.model.proxy
-
! NO DESCRIPTION !
- TxProxy() - Constructor for class io.api.etherscan.model.proxy.TxProxy
-
- TxProxyTO - Class in io.api.etherscan.model.proxy.utility
-
! NO DESCRIPTION !
- TxProxyTO() - Constructor for class io.api.etherscan.model.proxy.utility.TxProxyTO
-
- txReceipt(String) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- txReceipt(String) - Method in interface io.api.etherscan.core.IProxyApi
-
Returns the receipt of a transaction by transaction hash
eth_getTransactionReceipt
- TxResponseTO - Class in io.api.etherscan.model.utility
-
! NO DESCRIPTION !
- TxResponseTO() - Constructor for class io.api.etherscan.model.utility.TxResponseTO
-
- txs(String, long, long) - Method in interface io.api.etherscan.core.IAccountApi
-
All txs for given address
- txs(String, long) - Method in interface io.api.etherscan.core.IAccountApi
-
- txs(String) - Method in interface io.api.etherscan.core.IAccountApi
-
- txs(String) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txs(String, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txs(String, long, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txs() - Method in class io.api.etherscan.core.impl.EtherScanApi
-
- txSendCount(String) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- txSendCount(String) - Method in interface io.api.etherscan.core.IProxyApi
-
Returns the number of transactions sent from an address
eth_getTransactionCount
- txSendRaw(String) - Method in class io.api.etherscan.core.impl.ProxyApiProvider
-
- txSendRaw(String) - Method in interface io.api.etherscan.core.IProxyApi
-
Creates new message call transaction or a contract creation for signed transactions
eth_sendRawTransaction
- txsInternal(String, long, long) - Method in interface io.api.etherscan.core.IAccountApi
-
All internal txs for given address
- txsInternal(String, long) - Method in interface io.api.etherscan.core.IAccountApi
-
- txsInternal(String) - Method in interface io.api.etherscan.core.IAccountApi
-
- txsInternal(String) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsInternal(String, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsInternal(String, long, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsInternalByHash(String) - Method in interface io.api.etherscan.core.IAccountApi
-
All internal tx for given transaction hash
- txsInternalByHash(String) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsToken(String, long, long) - Method in interface io.api.etherscan.core.IAccountApi
-
All token txs for given address
- txsToken(String, long) - Method in interface io.api.etherscan.core.IAccountApi
-
- txsToken(String) - Method in interface io.api.etherscan.core.IAccountApi
-
- txsToken(String) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsToken(String, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- txsToken(String, long, long) - Method in class io.api.etherscan.core.impl.AccountApiProvider
-
- TxToken - Class in io.api.etherscan.model
-
! NO DESCRIPTION !
- TxToken() - Constructor for class io.api.etherscan.model.TxToken
-
- TxTokenResponseTO - Class in io.api.etherscan.model.utility
-
! NO DESCRIPTION !
- TxTokenResponseTO() - Constructor for class io.api.etherscan.model.utility.TxTokenResponseTO
-