<T> T |
EthereumFacade.createContractProxy(SoliditySource code,
String contractName,
EthAddress address,
org.ethereum.crypto.ECKey sender,
Class<T> contractInterface) |
SmartContract |
BlockchainProxyTest.map(SoliditySource src,
String contractName,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
SmartContract |
BlockchainProxyReal.map(SoliditySource src,
String contractName,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
SmartContract |
BlockchainProxy.map(SoliditySource src,
String contractName,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
rx.Observable<EthAddress> |
BlockchainProxyTest.publish(SoliditySource code,
String contractName,
org.ethereum.crypto.ECKey sender,
Object... constructorArgs) |
rx.Observable<EthAddress> |
BlockchainProxyReal.publish(SoliditySource code,
String contractName,
org.ethereum.crypto.ECKey sender,
Object... constructorArgs) |
rx.Observable<EthAddress> |
BlockchainProxy.publish(SoliditySource code,
String contractName,
org.ethereum.crypto.ECKey sender,
Object... constructorArgs) |
rx.Observable<EthAddress> |
EthereumFacade.publishContract(SoliditySource code,
String contractName,
org.ethereum.crypto.ECKey sender,
Object... constructorArgs) |