| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
DarcInstance.evolveDarcInstruction(Darc newDarc,
Signer owner,
int pos,
int len)
Creates an instruction to evolve the darc in byzcoin.
|
Instruction |
ValueInstance.evolveValueInstruction(byte[] newValue,
Signer owner,
int pos,
int len)
Creates an instruction to evolve the value in byzcoin.
|
Instruction |
DarcInstance.spawnInstanceInstruction(String contractID,
Signer s,
List<Argument> args,
int pos,
int len)
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 © 2018. All rights reserved.