Uses of Class
org.exoplatform.wallet.contract.MeedsToken
-
-
Uses of MeedsToken in org.exoplatform.wallet.contract
Methods in org.exoplatform.wallet.contract that return MeedsToken Modifier and Type Method Description static MeedsTokenMeedsToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static MeedsTokenMeedsToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static MeedsTokenMeedsToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static MeedsTokenMeedsToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)Methods in org.exoplatform.wallet.contract that return types with arguments of type MeedsToken Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<MeedsToken>MeedsToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<MeedsToken>MeedsToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static org.web3j.protocol.core.RemoteCall<MeedsToken>MeedsToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static org.web3j.protocol.core.RemoteCall<MeedsToken>MeedsToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-