TestConfig.Builder |
TestConfig.Builder.balance(EthAccount account,
EthValue value) |
EthData |
Web3JFacade.constantCall(EthAccount account,
EthAddress address,
EthData data) |
BigInteger |
Web3JFacade.estimateGas(EthAccount sender,
EthData data) |
SmartContract |
EthereumProxyRpc.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
SmartContract |
EthereumProxyEthereumJ.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
SmartContract |
EthereumProxy.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
CompletableFuture<EthAddress> |
EthereumProxyRpc.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
EthereumProxyEthereumJ.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
EthereumProxy.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
EthereumProxyRpc.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
EthereumProxyEthereumJ.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
EthereumProxy.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthExecutionResult> |
EthereumProxyRpc.sendTx(EthValue value,
EthData data,
EthAccount account,
EthAddress toAddress) |
CompletableFuture<EthExecutionResult> |
EthereumProxyEthereumJ.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
EthereumProxy.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |