Modifier and Type | Method and Description |
---|---|
org.web3j.protocol.core.methods.response.TransactionReceipt |
EthereumConnection.deploy(Class<? extends org.web3j.tx.Contract> contractClass,
org.web3j.tx.gas.ContractGasProvider contractGasProvider,
org.web3j.crypto.Credentials credentials,
Long chainId)
Deploys a given contract.
|
Long |
EthereumConnection.getChainId()
Retrieve the chain identifier of the Ethereum network.
|
String |
EthereumConnection.sendAccountTransaction(String account,
String to,
BigInteger value,
BigInteger gasPrice,
BigInteger nonce)
Send transaction via client node account.
|
String |
EthereumConnection.sendRawTransaction(String rawTransaction)
Sends a raw transaction.
|
String |
EthereumConnection.sendTransaction(org.web3j.crypto.Credentials credentials,
String to,
BigInteger value,
BigInteger maxFeePerGas,
BigInteger maxPriorityFeePerGas,
Long chainId)
Sends an Ethereum EIP-1559 transaction.
|
String |
EthereumConnection.sendTransaction(org.web3j.crypto.Credentials credentials,
String to,
BigInteger value,
BigInteger gasPrice,
Long chainId)
Sends an Ethereum transaction.
|
Copyright © 2018–2024 e-Contract.be BV. All rights reserved.