| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzgen | |
| ch.epfl.dedis.calypso | |
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.skipchain |
| Modifier and Type | Method and Description |
|---|---|
static ByzCoinRPC |
ByzCoinRPC.fromByzCoin(Roster roster,
SkipblockId skipchainId)
Constructs a ByzCoinRPC from a known configuration.
|
Block |
ByzCoinRPC.getBlock(SkipblockId id)
Fetches a given block from the skipchain and returns the corresponding Block.
|
boolean |
Proof.isContract(String expected,
SkipblockId id)
Checks if the proof is valid and of type expected.
|
boolean |
Proof.verify(SkipblockId id)
Verifies the proof with regard to the root id.
|
| Modifier and Type | Method and Description |
|---|---|
CalypsoFactory |
CalypsoFactory.setGenesis(SkipblockId genesis)
Set chain genesis (getId/hash of the fist block in the chain)
|
| Modifier and Type | Method and Description |
|---|---|
static CalypsoRPC |
CalypsoRPC.fromCalypso(Roster roster,
SkipblockId byzcoinId,
LTSId ltsId)
Connects to an existing byzcoin and an existing Long Term Secret.
|
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
SkipBlock.getId() |
SkipblockId |
SkipBlock.getSkipchainId() |
| Modifier and Type | Field and Description |
|---|---|
protected SkipblockId |
SkipchainRPC.scID |
| Modifier and Type | Method and Description |
|---|---|
SkipblockId |
ForwardLink.getFrom() |
SkipblockId |
SkipchainRPC.getID() |
SkipblockId |
ForwardLink.getTo() |
| Modifier and Type | Method and Description |
|---|---|
SkipBlock |
SkipchainRPC.getSkipblock(SkipblockId id)
Returns the skipblock from the skipchain, given its id.
|
| Constructor and Description |
|---|
SkipchainRPC(Roster roster,
SkipblockId scID)
If the skipchain is already initialised, this constructor will only
initialise the class.
|
Copyright © 2018. All rights reserved.