| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.skipchain |
| Modifier and Type | Method and Description |
|---|---|
SkipBlock |
ByzCoinRPC.getGenesisBlock() |
SkipBlock |
Proof.getLatest()
Getter for the skipblock associated 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.getSkipblock(SkipblockId id)
Returns the skipblock from the skipchain, given its id.
|
| Modifier and Type | Method and Description |
|---|---|
List<SkipBlock> |
SkipchainRPC.getUpdateChain()
Returns a list of blocks block and verify that the links are correct.
|
List<SkipBlock> |
SkipchainRPC.getUpdateChain(SkipblockId trustedLatest)
Returns a list of blocks block and verify that the links are correct.
|
Copyright © 2019. All rights reserved.