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