| 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 |
DarcInstance.spawnInstanceAndWait(String contractID,
Signer s,
List<Argument> args,
int wait)
Like spawnInstance but waits for the instance to be stored in byzcoin.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueInstance |
ValueInstance.fromByzcoin(ByzCoinRPC bc,
Proof p)
Convenience function to connect to an existing ValueInstance.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptKeyReply |
CalypsoRPC.tryDecrypt(Proof writeProof,
Proof readProof)
Ask the secret-manageemnt cothority for the decryption shares.
|
Copyright © 2018. All rights reserved.