-
Deed.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)
Deed.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
Deed.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)
static org.web3j.protocol.core.RemoteCall<Deed>
static org.web3j.protocol.core.RemoteCall<Deed>
Deed.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider,
String _proxyRegistryAddress,
String _baseMetadataURI)
static org.web3j.protocol.core.RemoteCall<Deed>
Deed.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit,
String _proxyRegistryAddress,
String _baseMetadataURI)
static org.web3j.protocol.core.RemoteCall<Deed>
Deed.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider,
String _proxyRegistryAddress,
String _baseMetadataURI)