- getAccounts() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back a list of all accounts managed by the client node.
- getBalance(String) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the balance for the address.
- getBlock(String, boolean) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back a block for the given block hash.
- getBlock(DefaultBlockParameter, boolean) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back a block for the given block number.
- getBlockNumber() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the latest block number.
- getChainId() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Retrieve the chain identifier of the Ethereum network.
- getClientVersion() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the web3 client version.
- getCode() - Method in exception be.e_contract.ethereum.ra.api.EthereumException
-
- getConfirmingBlocks() - Method in class be.e_contract.ethereum.ra.api.TransactionConfirmation
-
- getConnection(ConnectionSpec) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnectionFactory
-
- getConnection() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnectionFactory
-
- getDefaultNodeLocation() - Method in interface be.e_contract.ethereum.ra.api.EthereumAdmin
-
Gives back the default location of the client node.
- getDefaultWebSocketNodeLocation() - Method in interface be.e_contract.ethereum.ra.api.EthereumAdmin
-
Gives back the default web socket client node location.
- getGasPrice() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the node gas price.
- getImplementationVersion() - Method in interface be.e_contract.ethereum.ra.api.EthereumAdmin
-
Gives back the implementation version of the Ethereum resource adapter.
- getMaxPriorityFeePerGas() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the node estimate for maximum priority fee per gas.
- getNetVersion() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the net version.
- getNodeLocation() - Method in class be.e_contract.ethereum.ra.api.EthereumConnectionSpec
-
Gives back the location of the Ethereum client node.
- getPeerCount() - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the peer count of the Ethereum client node.
- getTimestamp() - Method in class be.e_contract.ethereum.ra.api.TransactionConfirmation
-
- getTransactionConfirmation(String) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the status of a transaction.
- getTransactionCount(String) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the transaction nonce for the given address.
- getTransactionHash() - Method in class be.e_contract.ethereum.ra.api.TransactionConfirmation
-
- getTransactionReceipt(String) - Method in interface be.e_contract.ethereum.ra.api.EthereumConnection
-
Gives back the web3 transaction receipt.
- getTransactionReceipt() - Method in class be.e_contract.ethereum.ra.api.TransactionConfirmation
-