| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger |
| Modifier and Type | Method and Description |
|---|---|
void |
OmniledgerRPC.sendTransaction(ClientTransaction t)
Sends a transaction to omniledger, but doesn't wait for the inclusion of this transaction in a block.
|
void |
OmniledgerRPC.sendTransactionAndWait(ClientTransaction t,
int wait)
Sends a transaction to omniledger and waits for up to 'wait' blocks for the transaction to be
included in the global state.
|
Copyright © 2018. All rights reserved.