public class Contract
extends java.lang.Object
| Constructor and Description |
|---|
Contract(org.web3j.protocol.core.methods.response.EthCompileSolidity.Code code) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
addFunction(org.ethereum.core.CallTransaction.Function function) |
org.web3j.protocol.core.methods.response.EthCompileSolidity.Code |
code() |
java.util.List<org.ethereum.core.CallTransaction.Function> |
functions() |
public Contract(org.web3j.protocol.core.methods.response.EthCompileSolidity.Code code)
public Contract addFunction(org.ethereum.core.CallTransaction.Function function)
public org.web3j.protocol.core.methods.response.EthCompileSolidity.Code code()
public java.util.List<org.ethereum.core.CallTransaction.Function> functions()