| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
SmartContractByteCode |
EthereumFacade.getCode(EthAddress address) |
| Modifier and Type | Method and Description |
|---|---|
SmartContractByteCode |
Web3JFacade.getCode(EthAddress address) |
SmartContractByteCode |
EthereumProxyRpc.getCode(EthAddress address) |
SmartContractByteCode |
EthereumProxyEthereumJ.getCode(EthAddress address) |
SmartContractByteCode |
EthereumProxy.getCode(EthAddress address) |
| Modifier and Type | Method and Description |
|---|---|
static SmartContractByteCode |
SmartContractByteCode.of(byte[] code) |
static SmartContractByteCode |
SmartContractByteCode.of(String code) |
Copyright © 2017. All rights reserved.