Uses of Class
de.wenzlaff.blockchain.be.Transaktion
-
Packages that use Transaktion Package Description de.wenzlaff.blockchain.be -
-
Uses of Transaktion in de.wenzlaff.blockchain.be
Methods in de.wenzlaff.blockchain.be that return types with arguments of type Transaktion Modifier and Type Method Description List<Transaktion>Mempool. getAlleGültigenTransaktionen()TODOList<Transaktion>Block. getData()List<Transaktion>Mempool. getTransaktionen()Methods in de.wenzlaff.blockchain.be with parameters of type Transaktion Modifier and Type Method Description voidMempool. addTransaktin(Transaktion transaktion)TODOMethod parameters in de.wenzlaff.blockchain.be with type arguments of type Transaktion Modifier and Type Method Description voidBlock. setData(List<Transaktion> data)voidMempool. setTransaktionen(List<Transaktion> transaktionen)Constructor parameters in de.wenzlaff.blockchain.be with type arguments of type Transaktion Constructor Description Block(List<Transaktion> data, int previousHash)
-