| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.byzcoin.transaction |
| Modifier and Type | Method and Description |
|---|---|
List<ClientTransaction> |
Block.getAcceptedClientTransactions()
Returns only accepted ClientTransactions stored in the block.
|
| 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 |
|---|---|
ClientTransaction |
TxResult.getClientTransaction()
Getter for the client transaction.
|
Copyright © 2018. All rights reserved.