public class ContractApi extends Api
| 构造器和说明 |
|---|
ContractApi(java.lang.String url) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
call(CallTx callTx) |
java.lang.String |
call(CallTx callTx,
java.math.BigInteger tag) |
java.math.BigInteger |
getEstimatedGas(CallTx callTx,
java.math.BigInteger tag) |
java.math.BigInteger |
getGasPrice() |
public java.lang.String call(CallTx callTx) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String call(CallTx callTx, java.math.BigInteger tag) throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger getEstimatedGas(CallTx callTx, java.math.BigInteger tag) throws java.io.IOException
java.io.IOExceptionpublic java.math.BigInteger getGasPrice()
throws java.io.IOException
java.io.IOException