public class OnBlockParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
org.ethereum.core.Block |
block |
List<org.ethereum.core.TransactionReceipt> |
receipts |
| Constructor and Description |
|---|
OnBlockParameters(org.ethereum.core.Block block,
List<org.ethereum.core.TransactionReceipt> receipts) |
Copyright © 2016. All rights reserved.