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) |
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) |