| Modifier and Type | Method and Description |
|---|---|
static ERTToken |
ERTToken.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTToken |
ERTToken.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
static ERTToken |
ERTToken.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deprecated.
|
static ERTToken |
ERTToken.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider) |
| Modifier and Type | Method and Description |
|---|---|
static org.web3j.protocol.core.RemoteCall<ERTToken> |
ERTToken.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol)
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,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol) |
static org.web3j.protocol.core.RemoteCall<ERTToken> |
ERTToken.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol)
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,
BigInteger _initialAmount,
String _tokenName,
BigInteger _decimalUnits,
String _tokenSymbol) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.