Uses of Class
org.knowm.xchange.blockchain.dto.Txs
-
Packages that use Txs Package Description org.knowm.xchange.blockchain.dto -
-
Uses of Txs in org.knowm.xchange.blockchain.dto
Methods in org.knowm.xchange.blockchain.dto that return types with arguments of type Txs Modifier and Type Method Description List<Txs>
BitcoinAddress. getTxs()
Constructor parameters in org.knowm.xchange.blockchain.dto with type arguments of type Txs Constructor Description BitcoinAddress(String address, long final_balance, String hash160, int n_tx, long total_received, long total_sent, List<Txs> txs)
Constructor
-