public class BlockchainProxyReal extends Object implements BlockchainProxy
| Constructor and Description |
|---|
BlockchainProxyReal(org.ethereum.facade.Ethereum ethereum,
EthereumEventHandler eventHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addressExists(EthAddress address) |
EthereumEventHandler |
events() |
SmartContract |
map(SoliditySource src,
String contractName,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
SmartContract |
mapFromAbi(ContractAbi abi,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
rx.Observable<EthAddress> |
publish(SoliditySource code,
String contractName,
org.ethereum.crypto.ECKey sender,
Object... constructorArgs) |
rx.Observable<org.ethereum.core.TransactionReceipt> |
sendTx(long value,
byte[] data,
org.ethereum.crypto.ECKey sender,
EthAddress toAddress) |
public BlockchainProxyReal(org.ethereum.facade.Ethereum ethereum,
EthereumEventHandler eventHandler)
public SmartContract map(SoliditySource src, String contractName, EthAddress address, org.ethereum.crypto.ECKey sender)
map in interface BlockchainProxypublic SmartContract mapFromAbi(ContractAbi abi, EthAddress address, org.ethereum.crypto.ECKey sender)
mapFromAbi in interface BlockchainProxypublic rx.Observable<EthAddress> publish(SoliditySource code, String contractName, org.ethereum.crypto.ECKey sender, Object... constructorArgs)
publish in interface BlockchainProxypublic rx.Observable<org.ethereum.core.TransactionReceipt> sendTx(long value,
byte[] data,
org.ethereum.crypto.ECKey sender,
EthAddress toAddress)
sendTx in interface BlockchainProxypublic EthereumEventHandler events()
events in interface BlockchainProxypublic boolean addressExists(EthAddress address)
addressExists in interface BlockchainProxyCopyright © 2016. All rights reserved.