| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.skipchain |
| Modifier and Type | Method and Description |
|---|---|
SkipBlock |
ByzCoinRPC.getGenesisBlock() |
SkipBlock |
Proof.getLatest()
accessor for the skipblock assocaited with this proof.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<SkipBlock> |
ByzCoinRPC.subscribeSkipBlock()
Subscribe to an infinite stream of future SkipBlocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.SkipBlockReceiver.receive(SkipBlock block) |
| Constructor and Description |
|---|
Block(SkipBlock sb)
Instantiates a new OmniBlock given a skipblock.
|
| Modifier and Type | Method and Description |
|---|---|
SkipBlock |
SkipchainRPC.getLatestSkipblock() |
SkipBlock |
SkipchainRPC.getSkipblock(SkipblockId id)
Returns the skipblock from the skipchain, given its id.
|
Copyright © 2018. All rights reserved.