| 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 |
SecureDarcInstance.evolveDarcAndWait(Darc newDarc,
Signer owner,
Long ownerCtr,
int wait)
Asks byzcoin to evolve the darc and waits until the new darc has
been stored in the global state.
|
ClientTransactionId |
SecureDarcInstance.evolveDarcAndWait(Darc newDarc,
Signer owner,
Long ownerCtr,
int wait,
boolean unrestricted)
Asks byzcoin to (unrestricted) evolve the darc and waits until the new darc has
been stored in the global state.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientTransactionId |
ClientTransaction.getId() |
Copyright © 2019. All rights reserved.