| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzcoin.contracts | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ChainConfigInstance |
ChainConfigInstance.fromByzcoin(ByzCoinRPC bc)
Instantiates a new ChainConfigInstance given a working byzcoin service.
|
static ChainConfigInstance |
ChainConfigInstance.fromByzcoin(ByzCoinRPC bc,
Proof p)
Convenience function to connect to an existing ValueInstance.
|
void |
ChainConfigInstance.update()
Updates the value by getting the latest instance and updating it.
|
| Constructor and Description |
|---|
ChainConfigData(Instance inst)
Construct a config given the instance of the existing config.
|
| 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 © 2019. All rights reserved.