| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.smartcontract |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealSmartContract
Created by davidroon on 20.04.16.
|
class |
TestSmartContract
Created by davidroon on 18.08.16.
|
Copyright © 2016. All rights reserved.