public class DeployedContract
extends java.lang.Object
| Constructor and Description |
|---|
DeployedContract(org.web3j.protocol.core.methods.response.EthSendTransaction tx,
java.lang.String contractAddress,
org.web3j.crypto.Credentials owner,
org.web3j.protocol.core.methods.response.EthGetTransactionReceipt receipt,
Contract contract) |
| Modifier and Type | Method and Description |
|---|---|
DeployedContract |
addAllReferencedContract(java.util.Collection<Contract> contrats) |
DeployedContract |
addReferencedContract(Contract referencedContract)
Add a contract with emited events of interest.
|
Contract |
contract() |
java.lang.String |
contractAddress() |
org.web3j.crypto.Credentials |
from() |
DeployedContract |
from(org.web3j.crypto.Credentials from) |
org.web3j.crypto.Credentials |
owner() |
org.web3j.protocol.core.methods.response.EthGetTransactionReceipt |
receipt() |
java.util.List<Contract> |
referencedContracts() |
org.web3j.protocol.core.methods.response.EthSendTransaction |
tx() |
public DeployedContract(org.web3j.protocol.core.methods.response.EthSendTransaction tx,
java.lang.String contractAddress,
org.web3j.crypto.Credentials owner,
org.web3j.protocol.core.methods.response.EthGetTransactionReceipt receipt,
Contract contract)
public org.web3j.protocol.core.methods.response.EthSendTransaction tx()
public java.lang.String contractAddress()
public org.web3j.crypto.Credentials owner()
public org.web3j.protocol.core.methods.response.EthGetTransactionReceipt receipt()
public Contract contract()
public org.web3j.crypto.Credentials from()
public DeployedContract from(org.web3j.crypto.Credentials from)
public DeployedContract addReferencedContract(Contract referencedContract)
referencedContract - public DeployedContract addAllReferencedContract(java.util.Collection<Contract> contrats)
public java.util.List<Contract> referencedContracts()