| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.lib.omniledger.contracts |
| Modifier and Type | Method and Description |
|---|---|
Proof |
OmniledgerRPC.getProof(InstanceId id)
Gets a proof from omniledger to show that a given instance is in the
global state.
|
| Constructor and Description |
|---|
Instance(Proof p)
Instantiates an instance given a proof sent by omniledger.
|
| Modifier and Type | Method and Description |
|---|---|
Proof |
DarcInstance.spawnContractAndWait(String contractID,
Signer s,
List<Argument> args,
int wait)
Like spawnContract but waits for the instance to be stored in omniledger.
|
| Constructor and Description |
|---|
ValueInstance(OmniledgerRPC ol,
Proof p) |
Copyright © 2018. All rights reserved.