Uses of Class
de.wenzlaff.blockchain.model.Gehirn
-
Packages that use Gehirn Package Description de.wenzlaff.blockchain.model -
-
Uses of Gehirn in de.wenzlaff.blockchain.model
Methods in de.wenzlaff.blockchain.model that return Gehirn Modifier and Type Method Description static GehirnGehirn. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static GehirnGehirn. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static GehirnGehirn. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static GehirnGehirn. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)Methods in de.wenzlaff.blockchain.model that return types with arguments of type Gehirn Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<Gehirn>Gehirn. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<Gehirn>Gehirn. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static org.web3j.protocol.core.RemoteCall<Gehirn>Gehirn. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<Gehirn>Gehirn. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-