| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.calypso | |
| ch.epfl.dedis.lib.darc |
| Modifier and Type | Method and Description |
|---|---|
static Instance |
Instance.fromByzcoin(ByzCoinRPC bc,
InstanceId id)
Creates an instance given an id and a Byzcoin service.
|
static Instance |
Instance.fromProof(Proof p)
Creates an instance from a proof received from ByzCoin.
|
Instance |
Proof.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static WriteData |
WriteData.fromByzcoin(ByzCoinRPC bc,
InstanceId id)
Recreates a WriteData from an instanceid.
|
static WriteData |
WriteData.fromInstance(Instance inst)
Recreates a WriteData from an instance.
|
static Document |
Document.fromWriteInstance(WriteInstance wi,
byte[] keyMaterial)
Recreate the document once all the material already is fetched from ByzCoin.
|
ReadData |
ReadInstance.getRead() |
WriteData |
WriteInstance.getWrite() |
| Constructor and Description |
|---|
ReadData(Instance inst)
Creates a new ReadData from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.updateRule(String a,
byte[] expr)
Updates a rule.
|
Copyright © 2018. All rights reserved.