public class ContractUtil extends Object
| 构造器和说明 |
|---|
ContractUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.web3j.protocol.core.methods.response.EthCall |
call(String from,
BigInteger nonce,
BigInteger gasPrice,
BigInteger gasLimit,
String to,
BigInteger value,
String data,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthCall |
call(String from,
String to,
org.web3j.abi.datatypes.Function function,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthCall |
call(String from,
String to,
String function,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(BigInteger gasPrice,
BigInteger gasLimit,
String to,
BigInteger value,
String data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(BigInteger gasPrice,
BigInteger gasLimit,
String to,
String data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(BigInteger gasPrice,
String to,
BigInteger value,
String data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(String to,
BigInteger value,
org.web3j.abi.datatypes.Function data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(String to,
BigInteger value,
String data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(String to,
org.web3j.abi.datatypes.Function data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
static org.web3j.protocol.core.methods.response.EthSendTransaction |
execute(String to,
String data,
org.web3j.crypto.Credentials credentials,
BlockChainClient blockChainClient) |
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(BigInteger gasPrice, BigInteger gasLimit, String to, String data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(BigInteger gasPrice, String to, BigInteger value, String data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(String to, BigInteger value, String data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(String to, BigInteger value, org.web3j.abi.datatypes.Function data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(String to, String data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthSendTransaction execute(String to, org.web3j.abi.datatypes.Function data, org.web3j.crypto.Credentials credentials, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthCall call(String from, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthCall call(String from, String to, org.web3j.abi.datatypes.Function function, BlockChainClient blockChainClient)
public static org.web3j.protocol.core.methods.response.EthCall call(String from, String to, String function, BlockChainClient blockChainClient)
Copyright © 2023. All rights reserved.