| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzcoin.contracts | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
ByzCoinRPC.sendTransaction(ClientTransaction t)
Sends a transaction to byzcoin, but doesn't wait for the inclusion of this transaction in a block.
|
ClientTransactionId |
ByzCoinRPC.sendTransactionAndWait(ClientTransaction t,
int wait)
Sends a transaction to byzcoin and waits for up to 'wait' blocks for the transaction to be
included in the global state.
|
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
DarcInstance.evolveDarcAndWait(Darc newDarc,
Signer owner,
int wait)
Asks byzcoin to evolve the darc and waits until the new darc has
been stored in the global state.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
ClientTransaction.getId() |
Copyright © 2018. All rights reserved.