| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
ChainConfigInstance.evolveChainConfigInstruction(ChainConfigData newConfig,
List<Identity> ids,
List<Long> ownerCtrs)
Creates an instruction to evolve the value in byzcoin.
|
Instruction |
SecureDarcInstance.evolveDarcInstruction(Darc newDarc,
Identity id,
Long signerCtr)
Creates an instruction to evolve the darc in byzcoin.
|
Instruction |
SecureDarcInstance.evolveDarcInstruction(Darc newDarc,
Identity id,
Long signerCtr,
boolean unrestricted)
Creates an instruction to (unrestricted) evolve the darc in byzcoin.
|
Instruction |
ValueInstance.evolveValueInstruction(byte[] newValue,
Identity owner,
Long signerCtr)
Creates an instruction to evolve the value in byzcoin.
|
Instruction |
SecureDarcInstance.spawnInstanceInstruction(String contractID,
Identity id,
Long signerCtr,
List<Argument> args)
Creates an instruction for spawning an instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
ClientTransaction.getInstructions()
Getter for the instructions.
|
| Constructor and Description |
|---|
ClientTransaction(List<Instruction> instructions)
Constructor for the client transaction.
|
Copyright © 2019. All rights reserved.