Uses of Class
org.exoplatform.wallet.contract.ERTToken
-
-
Uses of ERTToken in org.exoplatform.wallet.contract
Methods in org.exoplatform.wallet.contract that return ERTToken Modifier and Type Method Description static ERTTokenERTToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERTTokenERTToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)static ERTTokenERTToken. load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)Deprecated.static ERTTokenERTToken. 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 ERTToken Modifier and Type Method Description static org.web3j.protocol.core.RemoteCall<ERTToken>ERTToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, String _implementationAddress, String _dataAddress)Deprecated.static org.web3j.protocol.core.RemoteCall<ERTToken>ERTToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _implementationAddress, String _dataAddress)static org.web3j.protocol.core.RemoteCall<ERTToken>ERTToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, String _implementationAddress, String _dataAddress)Deprecated.static org.web3j.protocol.core.RemoteCall<ERTToken>ERTToken. deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, String _implementationAddress, String _dataAddress)
-