| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
DarcInstance.spawnInstance(String contractID,
Signer s,
List<Argument> args)
Like spawnInstanceInstruction, but creates a ClientTransaction with only this instruction and sends it
to byzcoin.
|
Proof |
DarcInstance.spawnInstanceAndWait(String contractID,
Signer s,
List<Argument> args,
int wait)
Like spawnInstance but waits for the instance to be stored 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<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 command,
List<Argument> arguments)
Constructor for the invoke action.
|
Spawn(String contractId,
List<Argument> arguments)
Constructor for the spawn action.
|
Copyright © 2018. All rights reserved.