Uses of Class
io.meeds.deeds.contract.TokenFactory
-
Uses of TokenFactory in io.meeds.deeds.contract
Methods in io.meeds.deeds.contract that return TokenFactoryModifier and TypeMethodDescriptionstatic TokenFactoryTokenFactory.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static TokenFactoryTokenFactory.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static TokenFactoryTokenFactory.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static TokenFactoryTokenFactory.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) Methods in io.meeds.deeds.contract that return types with arguments of type TokenFactoryModifier and TypeMethodDescriptionstatic org.web3j.protocol.core.RemoteCall<TokenFactory>TokenFactory.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime) Deprecated.static org.web3j.protocol.core.RemoteCall<TokenFactory>TokenFactory.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime) static org.web3j.protocol.core.RemoteCall<TokenFactory>TokenFactory.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime) Deprecated.static org.web3j.protocol.core.RemoteCall<TokenFactory>TokenFactory.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, BigInteger _meedPerMinute, BigInteger _startRewardsTime)