Uses of Class
io.meeds.deeds.contract.XMeedsNFTRewarding
-
-
Uses of XMeedsNFTRewarding in io.meeds.deeds.contract
Methods in io.meeds.deeds.contract that return XMeedsNFTRewarding Modifier and Type Method Description static XMeedsNFTRewardingXMeedsNFTRewarding. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static XMeedsNFTRewardingXMeedsNFTRewarding. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static XMeedsNFTRewardingXMeedsNFTRewarding. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static XMeedsNFTRewardingXMeedsNFTRewarding. 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 XMeedsNFTRewarding Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<XMeedsNFTRewarding>XMeedsNFTRewarding. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _meed, String _rewardDistribution, String _nftAddress, BigInteger _startRewardsTime, List<String> _cityNames, List<String> _cardNames, List<BigInteger> _cardPrices, List<BigInteger> _cardSupply)Deprecated.static org.web3j.protocol.core.RemoteCall<XMeedsNFTRewarding>XMeedsNFTRewarding. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, String _rewardDistribution, String _nftAddress, BigInteger _startRewardsTime, List<String> _cityNames, List<String> _cardNames, List<BigInteger> _cardPrices, List<BigInteger> _cardSupply)static org.web3j.protocol.core.RemoteCall<XMeedsNFTRewarding>XMeedsNFTRewarding. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _meed, String _rewardDistribution, String _nftAddress, BigInteger _startRewardsTime, List<String> _cityNames, List<String> _cardNames, List<BigInteger> _cardPrices, List<BigInteger> _cardSupply)Deprecated.static org.web3j.protocol.core.RemoteCall<XMeedsNFTRewarding>XMeedsNFTRewarding. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _meed, String _rewardDistribution, String _nftAddress, BigInteger _startRewardsTime, List<String> _cityNames, List<String> _cardNames, List<BigInteger> _cardPrices, List<BigInteger> _cardSupply)
-