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() |
java.math.BigInteger |
queryItcBalance(java.lang.String contractAddress,
java.lang.String holder) |
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.IOExceptionpublic java.math.BigInteger queryItcBalance(java.lang.String contractAddress,
java.lang.String holder)
throws java.io.IOException
java.io.IOException