SmartContract |
BlockchainProxyTest.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyRpc.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyReal.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxy.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyTest.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyRpc.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyReal.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxy.mapFromAbi(ContractAbi abi,
EthAddress address,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyTest.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxyRpc.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxyReal.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxy.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxyTest.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyRpc.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyReal.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxy.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyTest.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyRpc.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress toAddress) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyReal.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
BlockchainProxy.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |