Uses of Class
io.api.etherscan.model.TxInternal
-
Packages that use TxInternal Package Description io.api.etherscan.core io.api.etherscan.core.impl -
-
Uses of TxInternal in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type TxInternal Modifier and Type Method Description java.util.List<TxInternal>IAccountApi. txsInternal(java.lang.String address)All internal txsjava.util.List<TxInternal>IAccountApi. txsInternal(java.lang.String address, long startBlock)java.util.List<TxInternal>IAccountApi. txsInternal(java.lang.String address, long startBlock, long endBlock)java.util.List<TxInternal>IAccountApi. txsInternalByHash(java.lang.String txhash) -
Uses of TxInternal in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type TxInternal Modifier and Type Method Description java.util.List<TxInternal>AccountApiProvider. txsInternal(java.lang.String address)java.util.List<TxInternal>AccountApiProvider. txsInternal(java.lang.String address, long startBlock)java.util.List<TxInternal>AccountApiProvider. txsInternal(java.lang.String address, long startBlock, long endBlock)java.util.List<TxInternal>AccountApiProvider. txsInternalByHash(java.lang.String txhash)
-