| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
SecureDarcInstance.spawnInstance(String contractID,
Signer s,
Long signerCtr,
List<Argument> args)
Like spawnInstanceInstruction, but creates a ClientTransaction with only this instruction and sends it
to byzcoin.
|
Proof |
SecureDarcInstance.spawnInstanceAndWait(String contractID,
Signer s,
Long signerCtr,
List<Argument> args,
int wait)
Like spawnInstance but waits for the instance to be stored 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<Argument> |
Spawn.getArguments()
Getter for the arguments.
|
List<Argument> |
Invoke.getArguments()
Getter for the arguments
|
static List<Argument> |
Argument.NewList(String key,
byte[] value) |
static List<Argument> |
Argument.NewList(String key,
String value) |
| Constructor and Description |
|---|
Invoke(String cID,
String command,
List<Argument> arguments)
Constructor for the invoke action.
|
Spawn(String contractID,
List<Argument> arguments)
Constructor for the spawn action.
|
Copyright © 2019. All rights reserved.