| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.converters | |
| org.adridadou.ethereum.ethereumj.config | |
| org.adridadou.ethereum.smartcontract |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
SmartContractInfo.getAddress() |
static EthAddress |
EthAddress.of(byte[] address) |
static EthAddress |
EthAddress.of(org.ethereum.crypto.ECKey key) |
static EthAddress |
EthAddress.of(String address) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EthereumFacade.addressExists(EthAddress address) |
boolean |
BlockchainProxyTest.addressExists(EthAddress address) |
boolean |
BlockchainProxyReal.addressExists(EthAddress address) |
boolean |
BlockchainProxy.addressExists(EthAddress address) |
<T> T |
EthereumFacade.createContractProxy(ContractAbi abi,
EthAddress address,
org.ethereum.crypto.ECKey sender,
Class<T> contractInterface) |
<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) |
SmartContract |
BlockchainProxyTest.mapFromAbi(ContractAbi abi,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
SmartContract |
BlockchainProxyReal.mapFromAbi(ContractAbi abi,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
SmartContract |
BlockchainProxy.mapFromAbi(ContractAbi abi,
EthAddress address,
org.ethereum.crypto.ECKey sender) |
rx.Observable<org.ethereum.core.TransactionReceipt> |
BlockchainProxyTest.sendTx(long value,
byte[] data,
org.ethereum.crypto.ECKey sender,
EthAddress address) |
rx.Observable<org.ethereum.core.TransactionReceipt> |
BlockchainProxyReal.sendTx(long value,
byte[] data,
org.ethereum.crypto.ECKey sender,
EthAddress toAddress) |
rx.Observable<org.ethereum.core.TransactionReceipt> |
BlockchainProxy.sendTx(long value,
byte[] data,
org.ethereum.crypto.ECKey sender,
EthAddress address) |
| Constructor and Description |
|---|
SmartContractInfo(EthAddress address,
org.ethereum.crypto.ECKey sender) |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
AddressHandler.convert(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
MinerOptions.getCoinbase() |
| Constructor and Description |
|---|
MinerOptions(boolean start,
EthAddress coinbase,
String extraData,
long minGasPrice,
long minBlockTimeout,
int cpuMineThreads,
boolean fullDataSet) |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
SmartContractReal.getAddress() |
| Constructor and Description |
|---|
SmartContractReal(String abi,
org.ethereum.facade.Ethereum ethereum,
org.ethereum.crypto.ECKey sender,
EthAddress address,
BlockchainProxyReal bcProxy) |
Copyright © 2016. All rights reserved.