public interface BlockchainProxy
| 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 address) |
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 address)
EthereumEventHandler events()
boolean addressExists(EthAddress address)
Copyright © 2016. All rights reserved.