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 |
|---|---|
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() |
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)