| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.calypso |
| Modifier and Type | Method and Description |
|---|---|
Proof |
ByzCoinRPC.getProof(InstanceId id)
Gets a proof from byzcoin to show that a given instance is stored in the
global state.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance |
Instance.fromProof(Proof p)
Creates an instance from a proof received from ByzCoin.
|
| Constructor and Description |
|---|
Block(Proof p)
Constructor for the OmniBlock held in the given Proof.
|
| Modifier and Type | Method and Description |
|---|---|
Proof |
SecureDarcInstance.spawnInstanceAndWait(String contractID,
Signer s,
Long signerCtr,
List<Argument> args,
int wait)
Like spawnInstance but waits for the instance to be stored in byzcoin.
|
| Modifier and Type | Method and Description |
|---|---|
static ChainConfigInstance |
ChainConfigInstance.fromByzcoin(ByzCoinRPC bc,
Proof p)
Convenience function to connect to an existing ValueInstance.
|
static ValueInstance |
ValueInstance.fromByzcoin(ByzCoinRPC bc,
Proof p)
Convenience function to connect to an existing ValueInstance.
|
| Modifier and Type | Method and Description |
|---|---|
Proof |
LTSInstance.getProofAndVerify()
Retrieves and verifies the proof for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLTSReply |
CalypsoRPC.createLTS(Proof proof)
Create a long-term-secret (LTS) and retrieve its configuration.
|
void |
CalypsoRPC.reshareLTS(Proof proof)
Start a request to reshare the LTS.
|
DecryptKeyReply |
CalypsoRPC.tryDecrypt(Proof writeProof,
Proof readProof)
Ask the secret-management cothority for the decryption shares.
|
Copyright © 2019. All rights reserved.