| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.contracts |
| Modifier and Type | Method and Description |
|---|---|
ChainConfigData |
ChainConfigInstance.getChainConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainConfigInstance.evolveChainConfig(ChainConfigData newConfig,
List<Signer> owners,
List<Long> ownerCtrs)
Sends the instruction to change the Chain Config and returns immediately.
|
Instruction |
ChainConfigInstance.evolveChainConfigInstruction(ChainConfigData newConfig,
List<Identity> ids,
List<Long> ownerCtrs)
Creates an instruction to evolve the value in byzcoin.
|
void |
ChainConfigInstance.evolveConfigAndWait(ChainConfigData newConfig,
List<Signer> owners,
List<Long> ownerCtrs,
int wait)
Send the instruction to change the Chain Config and wait for it to be included.
|
| Constructor and Description |
|---|
ChainConfigData(ChainConfigData config)
Construct a copy of the object.
|
Copyright © 2019. All rights reserved.