| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.lib.omniledger.contracts | |
| ch.epfl.dedis.lib.omniledger.darc |
| Modifier and Type | Method and Description |
|---|---|
Darc |
OmniledgerRPC.getGenesisDarc() |
| Constructor and Description |
|---|
OmniledgerRPC(Roster r,
Darc d,
java.time.Duration blockInterval)
This instantiates a new omniledger object by asking the cothority to set up a new omniledger.
|
| Modifier and Type | Method and Description |
|---|---|
Darc |
DarcInstance.getDarc() |
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
DarcInstance.evolveDarc(Darc newDarc,
Signer owner) |
void |
DarcInstance.evolveDarcAndWait(Darc newDarc,
Signer owner)
Asks omniledger to evolve the darc and waits until the new darc has
been stored in the global state.
|
Instruction |
DarcInstance.evolveDarcInstruction(Darc newDarc,
Signer owner,
int pos,
int len)
Creates an instruction to evolve the darc in omniledger.
|
| Constructor and Description |
|---|
DarcInstance(OmniledgerRPC ol,
Darc d) |
| Modifier and Type | Method and Description |
|---|---|
Darc |
Darc.copy() |
Darc |
Darc.copyEvolve() |
| Modifier and Type | Method and Description |
|---|---|
static Identity |
IdentityFactory.New(Darc darc)
Creates the corresponding identity to a darc.
|
void |
Darc.setPrevId(Darc d) |
| Constructor and Description |
|---|
IdentityDarc(Darc darc)
Instantiates a IdentityDarc given a darc.
|
Copyright © 2018. All rights reserved.