| Class and Description |
|---|
| NetworkProto.ServerIdentity
Protobuf type
network.ServerIdentity |
| OnetProto.Roster
Protobuf type
onet.Roster |
| SkipchainProto.SkipBlock
Protobuf type
skipchain.SkipBlock |
| StatusProto.Response
Response is what the Status service will reply to clients.
|
| Class and Description |
|---|
| SkipchainProto.SchnorrSig
Protobuf type
skipchain.SchnorrSig |
| Class and Description |
|---|
| DarcOCSProto.Darc
Darc is the basic structure representing an access control.
|
| DarcOCSProto.Identity
Identity is a generic structure can be either an Ed25519 public key or a Darc
|
| DarcOCSProto.IdentityDarc
IdentityDarc is a structure that points to a Darc with a given DarcID on a skipchain
|
| DarcOCSProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.Signature
Signature is a signature on a Darc to accept a given decision.
|
| DarcOCSProto.SignaturePath
SignaturePath is a struct that holds information necessary for signature verification
|
| Class and Description |
|---|
| EventLogProto.Event
Event is sent to create an event log.
|
| EventLogProto.SearchResponse
SearchResponse is the reply to LogRequest.
|
| Class and Description |
|---|
| OmniLedgerProto.Argument
Argument is a name/value pair that will be passed to the object.
|
| OmniLedgerProto.ChainConfig
ChainConfig stores all the configuration information for one skipchain.
|
| OmniLedgerProto.ClientTransaction
ClientTransaction is a slice of Instructions that will be applied in order.
|
| OmniLedgerProto.Delete
Delete removes the object.
|
| OmniLedgerProto.InstanceID
An InstanceID is a unique identifier for one instance of a contract.
|
| OmniLedgerProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
| OmniLedgerProto.Invoke
Invoke calls a method of an existing object which will update its internal
state.
|
| OmniLedgerProto.Proof
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| OmniLedgerProto.Spawn
Spawn is called upon an existing object that will spawn a new object.
|
| Class and Description |
|---|
| DarcProto.Darc
Darc is the basic structure representing an access control.
|
| DarcProto.Identity
Identity is a generic structure can be either an Ed25519 public key, a Darc
or a X509 Identity.
|
| DarcProto.IdentityDarc
IdentityDarc is a structure that points to a Darc with a given ID on a
skipchain.
|
| DarcProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.Request
Request is the structure that the client must provide to be verified
|
| DarcProto.Signature
Signature is a signature on a Darc to accept a given decision.
|
| Class and Description |
|---|
| OCSProto.DecryptKeyReply
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.Read
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| OCSProto.Transaction
Transaction holds either:
- a read request
- a write
- a key-update
- a write and a key-update
Additionally, it can hold a slice of bytes with any data that the user wants to
add to bind to that transaction.
|
| OCSProto.Write
Write stores the data and the encrypted secret
|
| SkipchainProto.SkipBlock
Protobuf type
skipchain.SkipBlock |
| Class and Description |
|---|
| CiscProto.Authenticate
Authenticate first message of authentication protocol
Empty message serves as trigger to start authentication protocol
It also serves as response from server to sign nonce within LinkCtx
|
| CiscProto.Authenticate.Builder
Authenticate first message of authentication protocol
Empty message serves as trigger to start authentication protocol
It also serves as response from server to sign nonce within LinkCtx
|
| CiscProto.AuthenticateOrBuilder |
| CiscProto.CreateIdentity
CreateIdentity starts a new identity-skipchain with the initial
Data and asking all nodes in Roster to participate.
|
| CiscProto.CreateIdentity.Builder
CreateIdentity starts a new identity-skipchain with the initial
Data and asking all nodes in Roster to participate.
|
| CiscProto.CreateIdentityOrBuilder |
| CiscProto.CreateIdentityReply
CreateIdentityReply is the reply when a new Identity has been added.
|
| CiscProto.CreateIdentityReply.Builder
CreateIdentityReply is the reply when a new Identity has been added.
|
| CiscProto.CreateIdentityReplyOrBuilder |
| CiscProto.Data
Data holds the information about all devices and the data stored in this
identity-blockchain.
|
| CiscProto.Data.Builder
Data holds the information about all devices and the data stored in this
identity-blockchain.
|
| CiscProto.DataOrBuilder |
| CiscProto.DataUpdate
DataUpdate verifies if a new update is available.
|
| CiscProto.DataUpdate.Builder
DataUpdate verifies if a new update is available.
|
| CiscProto.DataUpdateOrBuilder |
| CiscProto.DataUpdateReply
DataUpdateReply returns the updated data.
|
| CiscProto.DataUpdateReply.Builder
DataUpdateReply returns the updated data.
|
| CiscProto.DataUpdateReplyOrBuilder |
| CiscProto.Device
Device is represented by a public key.
|
| CiscProto.Device.Builder
Device is represented by a public key.
|
| CiscProto.DeviceOrBuilder |
| CiscProto.IDBlock
IDBlock stores one identity together with the skipblocks.
|
| CiscProto.IDBlock.Builder
IDBlock stores one identity together with the skipblocks.
|
| CiscProto.IDBlockOrBuilder |
| CiscProto.PinRequest
PinRequest used for admin autentification
|
| CiscProto.PinRequest.Builder
PinRequest used for admin autentification
|
| CiscProto.PinRequestOrBuilder |
| CiscProto.PropagateIdentity
PropagateIdentity sends a new identity to other identityServices
|
| CiscProto.PropagateIdentity.Builder
PropagateIdentity sends a new identity to other identityServices
|
| CiscProto.PropagateIdentityOrBuilder |
| CiscProto.ProposeSend
ProposeSend sends a new proposition to be stored in all identities.
|
| CiscProto.ProposeSend.Builder
ProposeSend sends a new proposition to be stored in all identities.
|
| CiscProto.ProposeSendOrBuilder |
| CiscProto.ProposeUpdate
ProposeUpdate verifies if new data is available.
|
| CiscProto.ProposeUpdate.Builder
ProposeUpdate verifies if new data is available.
|
| CiscProto.ProposeUpdateOrBuilder |
| CiscProto.ProposeUpdateReply
ProposeUpdateReply returns the updated propose-data.
|
| CiscProto.ProposeUpdateReply.Builder
ProposeUpdateReply returns the updated propose-data.
|
| CiscProto.ProposeUpdateReplyOrBuilder |
| CiscProto.ProposeVote
ProposeVote sends the signature for a specific IdentityList.
|
| CiscProto.ProposeVote.Builder
ProposeVote sends the signature for a specific IdentityList.
|
| CiscProto.ProposeVoteOrBuilder |
| CiscProto.ProposeVoteReply
ProposeVoteReply returns the signed new skipblock if the threshold of
votes have arrived.
|
| CiscProto.ProposeVoteReply.Builder
ProposeVoteReply returns the signed new skipblock if the threshold of
votes have arrived.
|
| CiscProto.ProposeVoteReplyOrBuilder |
| CiscProto.StoreKeys
StoreKeys used for setting autentification
|
| CiscProto.StoreKeys.Builder
StoreKeys used for setting autentification
|
| CiscProto.StoreKeysOrBuilder |
| CiscProto.UpdateSkipBlock
UpdateSkipBlock asks the service to fetch the latest SkipBlock
|
| CiscProto.UpdateSkipBlock.Builder
UpdateSkipBlock asks the service to fetch the latest SkipBlock
|
| CiscProto.UpdateSkipBlockOrBuilder |
| CollectionProto.Children
Protobuf type
collection.Children |
| CollectionProto.Children.Builder
Protobuf type
collection.Children |
| CollectionProto.ChildrenOrBuilder |
| CollectionProto.Dump
Protobuf type
collection.Dump |
| CollectionProto.Dump.Builder
Protobuf type
collection.Dump |
| CollectionProto.DumpOrBuilder |
| CollectionProto.Proof
Proof is an object representing the proof of presence or absence of a given key in a collection.
|
| CollectionProto.Proof.Builder
Proof is an object representing the proof of presence or absence of a given key in a collection.
|
| CollectionProto.ProofOrBuilder |
| CollectionProto.Step
Protobuf type
collection.Step |
| CollectionProto.Step.Builder
Protobuf type
collection.Step |
| CollectionProto.StepOrBuilder |
| DarcOCSProto.Darc
Darc is the basic structure representing an access control.
|
| DarcOCSProto.Darc.Builder
Darc is the basic structure representing an access control.
|
| DarcOCSProto.DarcOrBuilder |
| DarcOCSProto.Identity
Identity is a generic structure can be either an Ed25519 public key or a Darc
|
| DarcOCSProto.Identity.Builder
Identity is a generic structure can be either an Ed25519 public key or a Darc
|
| DarcOCSProto.IdentityDarc
IdentityDarc is a structure that points to a Darc with a given DarcID on a skipchain
|
| DarcOCSProto.IdentityDarc.Builder
IdentityDarc is a structure that points to a Darc with a given DarcID on a skipchain
|
| DarcOCSProto.IdentityDarcOrBuilder |
| DarcOCSProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityEd25519.Builder
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcOCSProto.IdentityEd25519OrBuilder |
| DarcOCSProto.IdentityOrBuilder |
| DarcOCSProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.IdentityX509EC.Builder
IdentityX509EC holds a public key from a X509EC
|
| DarcOCSProto.IdentityX509ECOrBuilder |
| DarcOCSProto.Signature
Signature is a signature on a Darc to accept a given decision.
|
| DarcOCSProto.Signature.Builder
Signature is a signature on a Darc to accept a given decision.
|
| DarcOCSProto.SignatureOrBuilder |
| DarcOCSProto.SignaturePath
SignaturePath is a struct that holds information necessary for signature verification
|
| DarcOCSProto.SignaturePath.Builder
SignaturePath is a struct that holds information necessary for signature verification
|
| DarcOCSProto.SignaturePathOrBuilder |
| DarcOCSProto.Signer
Signer is a generic structure that can hold different types of signers
|
| DarcOCSProto.Signer.Builder
Signer is a generic structure that can hold different types of signers
|
| DarcOCSProto.SignerEd25519
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcOCSProto.SignerEd25519.Builder
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcOCSProto.SignerEd25519OrBuilder |
| DarcOCSProto.SignerOrBuilder |
| DarcOCSProto.SignerX509EC
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcOCSProto.SignerX509EC.Builder
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcOCSProto.SignerX509ECOrBuilder |
| DarcProto.Darc
Darc is the basic structure representing an access control.
|
| DarcProto.Darc.Builder
Darc is the basic structure representing an access control.
|
| DarcProto.DarcOrBuilder |
| DarcProto.Identity
Identity is a generic structure can be either an Ed25519 public key, a Darc
or a X509 Identity.
|
| DarcProto.Identity.Builder
Identity is a generic structure can be either an Ed25519 public key, a Darc
or a X509 Identity.
|
| DarcProto.IdentityDarc
IdentityDarc is a structure that points to a Darc with a given ID on a
skipchain.
|
| DarcProto.IdentityDarc.Builder
IdentityDarc is a structure that points to a Darc with a given ID on a
skipchain.
|
| DarcProto.IdentityDarcOrBuilder |
| DarcProto.IdentityEd25519
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519.Builder
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519OrBuilder |
| DarcProto.IdentityOrBuilder |
| DarcProto.IdentityX509EC
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509EC.Builder
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509ECOrBuilder |
| DarcProto.Request
Request is the structure that the client must provide to be verified
|
| DarcProto.Request.Builder
Request is the structure that the client must provide to be verified
|
| DarcProto.RequestOrBuilder |
| DarcProto.Signature
Signature is a signature on a Darc to accept a given decision.
|
| DarcProto.Signature.Builder
Signature is a signature on a Darc to accept a given decision.
|
| DarcProto.SignatureOrBuilder |
| DarcProto.Signer
Signer is a generic structure that can hold different types of signers
|
| DarcProto.Signer.Builder
Signer is a generic structure that can hold different types of signers
|
| DarcProto.SignerEd25519
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcProto.SignerEd25519.Builder
SignerEd25519 holds a public and private keys necessary to sign Darcs
|
| DarcProto.SignerEd25519OrBuilder |
| DarcProto.SignerOrBuilder |
| DarcProto.SignerX509EC
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcProto.SignerX509EC.Builder
SignerX509EC holds a public and private keys necessary to sign Darcs,
but the private key will not be given out.
|
| DarcProto.SignerX509ECOrBuilder |
| EventLogProto.Event
Event is sent to create an event log.
|
| EventLogProto.Event.Builder
Event is sent to create an event log.
|
| EventLogProto.EventOrBuilder |
| EventLogProto.SearchRequest
SearchRequest includes all the search parameters (AND of all provided search
parameters).
|
| EventLogProto.SearchRequest.Builder
SearchRequest includes all the search parameters (AND of all provided search
parameters).
|
| EventLogProto.SearchRequestOrBuilder |
| EventLogProto.SearchResponse
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponse.Builder
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponseOrBuilder |
| NetworkProto.ServerIdentity
Protobuf type
network.ServerIdentity |
| NetworkProto.ServerIdentity.Builder
Protobuf type
network.ServerIdentity |
| NetworkProto.ServerIdentityOrBuilder |
| OCSProto.CreateSkipchainsReply
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsReply.Builder
CreateSkipchainsReply returns the skipchain-id of the OCS-skipchain
|
| OCSProto.CreateSkipchainsReplyOrBuilder |
| OCSProto.CreateSkipchainsRequest
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.CreateSkipchainsRequest.Builder
CreateSkipchainsRequest asks for setting up a new OCS-skipchain.
|
| OCSProto.CreateSkipchainsRequestOrBuilder |
| OCSProto.DecryptKeyReply
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.DecryptKeyReply.Builder
DecryptKeyReply is sent back to the api with the key encrypted under the
reader's public key.
|
| OCSProto.DecryptKeyReplyOrBuilder |
| OCSProto.DecryptKeyRequest
DecryptKeyRequest is sent to the service with the read-request.
|
| OCSProto.DecryptKeyRequest.Builder
DecryptKeyRequest is sent to the service with the read-request.
|
| OCSProto.DecryptKeyRequestOrBuilder |
| OCSProto.GetBunchReply
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchReply.Builder
GetBunchReply returns the genesis blocks of all registered OCS.
|
| OCSProto.GetBunchReplyOrBuilder |
| OCSProto.GetBunchRequest
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetBunchRequest.Builder
GetBunchRequest asks for a list of bunches
|
| OCSProto.GetBunchRequestOrBuilder |
| OCSProto.GetDarcPath
GetDarcPath returns the shortest path from the base darc to a darc
containing the identity.
|
| OCSProto.GetDarcPath.Builder
GetDarcPath returns the shortest path from the base darc to a darc
containing the identity.
|
| OCSProto.GetDarcPathOrBuilder |
| OCSProto.GetDarcPathReply
GetDarcPathReply returns the shortest path to prove that the identity
can sign.
|
| OCSProto.GetDarcPathReply.Builder
GetDarcPathReply returns the shortest path to prove that the identity
can sign.
|
| OCSProto.GetDarcPathReplyOrBuilder |
| OCSProto.GetLatestDarc
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarc.Builder
GetLatestDarc returns the path to the latest darc.
|
| OCSProto.GetLatestDarcOrBuilder |
| OCSProto.GetLatestDarcReply
GetLatestDarcReply returns a list of all darcs, starting from
the one requested.
|
| OCSProto.GetLatestDarcReply.Builder
GetLatestDarcReply returns a list of all darcs, starting from
the one requested.
|
| OCSProto.GetLatestDarcReplyOrBuilder |
| OCSProto.GetReadRequests
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequests.Builder
GetReadRequests asks for a list of requests
|
| OCSProto.GetReadRequestsOrBuilder |
| OCSProto.GetReadRequestsReply
GetReadRequestsReply returns the requests
|
| OCSProto.GetReadRequestsReply.Builder
GetReadRequestsReply returns the requests
|
| OCSProto.GetReadRequestsReplyOrBuilder |
| OCSProto.Read
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| OCSProto.Read.Builder
Read stores a read-request which is the secret encrypted under the
pseudonym's public key.
|
| OCSProto.ReadDoc
ReadDoc represents one read-request by a reader.
|
| OCSProto.ReadDoc.Builder
ReadDoc represents one read-request by a reader.
|
| OCSProto.ReadDocOrBuilder |
| OCSProto.ReadOrBuilder |
| OCSProto.ReadReply
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadReply.Builder
ReadReply is the added skipblock, if successful.
|
| OCSProto.ReadReplyOrBuilder |
| OCSProto.ReadRequest
ReadRequest asks the OCS-skipchain to allow a reader to access a document.
|
| OCSProto.ReadRequest.Builder
ReadRequest asks the OCS-skipchain to allow a reader to access a document.
|
| OCSProto.ReadRequestOrBuilder |
| OCSProto.SharedPublicReply
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicReply.Builder
SharedPublicReply sends back the shared public key.
|
| OCSProto.SharedPublicReplyOrBuilder |
| OCSProto.SharedPublicRequest
SharedPublicRequest asks for the shared public key of the corresponding
skipchain-ID.
|
| OCSProto.SharedPublicRequest.Builder
SharedPublicRequest asks for the shared public key of the corresponding
skipchain-ID.
|
| OCSProto.SharedPublicRequestOrBuilder |
| OCSProto.Transaction
Transaction holds either:
- a read request
- a write
- a key-update
- a write and a key-update
Additionally, it can hold a slice of bytes with any data that the user wants to
add to bind to that transaction.
|
| OCSProto.Transaction.Builder
Transaction holds either:
- a read request
- a write
- a key-update
- a write and a key-update
Additionally, it can hold a slice of bytes with any data that the user wants to
add to bind to that transaction.
|
| OCSProto.TransactionOrBuilder |
| OCSProto.UpdateDarc
UpdateDarc allows to set up new accounts or edit existing
read-rights in documents.
|
| OCSProto.UpdateDarc.Builder
UpdateDarc allows to set up new accounts or edit existing
read-rights in documents.
|
| OCSProto.UpdateDarcOrBuilder |
| OCSProto.UpdateDarcReply
UpdateDarcReply contains the skipblock with the account stored
in it.
|
| OCSProto.UpdateDarcReply.Builder
UpdateDarcReply contains the skipblock with the account stored
in it.
|
| OCSProto.UpdateDarcReplyOrBuilder |
| OCSProto.Write
Write stores the data and the encrypted secret
|
| OCSProto.Write.Builder
Write stores the data and the encrypted secret
|
| OCSProto.WriteOrBuilder |
| OCSProto.WriteReply
WriteReply returns the created skipblock which is the write-id
|
| OCSProto.WriteReply.Builder
WriteReply returns the created skipblock which is the write-id
|
| OCSProto.WriteReplyOrBuilder |
| OCSProto.WriteRequest
WriteRequest asks the OCS-skipchain to store data on the skipchain.
|
| OCSProto.WriteRequest.Builder
WriteRequest asks the OCS-skipchain to store data on the skipchain.
|
| OCSProto.WriteRequestOrBuilder |
| OmniLedgerProto.AddTxRequest
AddTxRequest requests to apply a new transaction to the ledger.
|
| OmniLedgerProto.AddTxRequest.Builder
AddTxRequest requests to apply a new transaction to the ledger.
|
| OmniLedgerProto.AddTxRequestOrBuilder |
| OmniLedgerProto.AddTxResponse
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.AddTxResponse.Builder
AddTxResponse is the reply after an AddTxRequest is finished.
|
| OmniLedgerProto.AddTxResponseOrBuilder |
| OmniLedgerProto.Argument
Argument is a name/value pair that will be passed to the object.
|
| OmniLedgerProto.Argument.Builder
Argument is a name/value pair that will be passed to the object.
|
| OmniLedgerProto.ArgumentOrBuilder |
| OmniLedgerProto.ChainConfig
ChainConfig stores all the configuration information for one skipchain.
|
| OmniLedgerProto.ChainConfig.Builder
ChainConfig stores all the configuration information for one skipchain.
|
| OmniLedgerProto.ChainConfigOrBuilder |
| OmniLedgerProto.ClientTransaction
ClientTransaction is a slice of Instructions that will be applied in order.
|
| OmniLedgerProto.ClientTransaction.Builder
ClientTransaction is a slice of Instructions that will be applied in order.
|
| OmniLedgerProto.ClientTransactionOrBuilder |
| OmniLedgerProto.Coin
Coin is a generic structure holding any type of coin.
|
| OmniLedgerProto.Coin.Builder
Coin is a generic structure holding any type of coin.
|
| OmniLedgerProto.CoinOrBuilder |
| OmniLedgerProto.CreateGenesisBlock
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| OmniLedgerProto.CreateGenesisBlock.Builder
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockOrBuilder |
| OmniLedgerProto.CreateGenesisBlockResponse
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponse.Builder
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| OmniLedgerProto.CreateGenesisBlockResponseOrBuilder |
| OmniLedgerProto.DataBody
DataBody is stored in the body of the skipblock but is not hashed.
|
| OmniLedgerProto.DataBody.Builder
DataBody is stored in the body of the skipblock but is not hashed.
|
| OmniLedgerProto.DataBodyOrBuilder |
| OmniLedgerProto.DataHeader
DataHeader is the data passed to the Skipchain
|
| OmniLedgerProto.DataHeader.Builder
DataHeader is the data passed to the Skipchain
|
| OmniLedgerProto.DataHeaderOrBuilder |
| OmniLedgerProto.Delete
Delete removes the object.
|
| OmniLedgerProto.Delete.Builder
Delete removes the object.
|
| OmniLedgerProto.DeleteOrBuilder |
| OmniLedgerProto.GetProof
GetProof returns the proof that the given key is in the collection.
|
| OmniLedgerProto.GetProof.Builder
GetProof returns the proof that the given key is in the collection.
|
| OmniLedgerProto.GetProofOrBuilder |
| OmniLedgerProto.GetProofResponse
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| OmniLedgerProto.GetProofResponse.Builder
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| OmniLedgerProto.GetProofResponseOrBuilder |
| OmniLedgerProto.InstanceID
An InstanceID is a unique identifier for one instance of a contract.
|
| OmniLedgerProto.InstanceID.Builder
An InstanceID is a unique identifier for one instance of a contract.
|
| OmniLedgerProto.InstanceIDOrBuilder |
| OmniLedgerProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
| OmniLedgerProto.Instruction.Builder
Instruction holds only one of Spawn, Invoke, or Delete
|
| OmniLedgerProto.InstructionOrBuilder |
| OmniLedgerProto.Invoke
Invoke calls a method of an existing object which will update its internal
state.
|
| OmniLedgerProto.Invoke.Builder
Invoke calls a method of an existing object which will update its internal
state.
|
| OmniLedgerProto.InvokeOrBuilder |
| OmniLedgerProto.Proof
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| OmniLedgerProto.Proof.Builder
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| OmniLedgerProto.ProofOrBuilder |
| OmniLedgerProto.Spawn
Spawn is called upon an existing object that will spawn a new object.
|
| OmniLedgerProto.Spawn.Builder
Spawn is called upon an existing object that will spawn a new object.
|
| OmniLedgerProto.SpawnOrBuilder |
| OmniLedgerProto.StateChange
StateChange is one new state that will be applied to the collection.
|
| OmniLedgerProto.StateChange.Builder
StateChange is one new state that will be applied to the collection.
|
| OmniLedgerProto.StateChangeOrBuilder |
| OnetProto.Roster
Protobuf type
onet.Roster |
| OnetProto.Roster.Builder
Protobuf type
onet.Roster |
| OnetProto.RosterOrBuilder |
| OnetProto.Status
Protobuf type
onet.Status |
| OnetProto.Status.Builder
Protobuf type
onet.Status |
| OnetProto.StatusOrBuilder |
| PoPProto.CheckConfig
CheckConfig asks whether the pop-config and the attendees are available.
|
| PoPProto.CheckConfig.Builder
CheckConfig asks whether the pop-config and the attendees are available.
|
| PoPProto.CheckConfigOrBuilder |
| PoPProto.CheckConfigReply
CheckConfigReply sends back an integer for the Pop.
|
| PoPProto.CheckConfigReply.Builder
CheckConfigReply sends back an integer for the Pop.
|
| PoPProto.CheckConfigReplyOrBuilder |
| PoPProto.FetchRequest
FetchRequest asks to get FinalStatement
|
| PoPProto.FetchRequest.Builder
FetchRequest asks to get FinalStatement
|
| PoPProto.FetchRequestOrBuilder |
| PoPProto.FinalizeRequest
FinalizeRequest asks to finalize on the given descid-popconfig.
|
| PoPProto.FinalizeRequest.Builder
FinalizeRequest asks to finalize on the given descid-popconfig.
|
| PoPProto.FinalizeRequestOrBuilder |
| PoPProto.FinalizeResponse
FinalizeResponse returns the FinalStatement if all conodes already received
a PopDesc and signed off.
|
| PoPProto.FinalizeResponse.Builder
FinalizeResponse returns the FinalStatement if all conodes already received
a PopDesc and signed off.
|
| PoPProto.FinalizeResponseOrBuilder |
| PoPProto.FinalStatement
FinalStatement is the final configuration holding all data necessary
for a verifier.
|
| PoPProto.FinalStatement.Builder
FinalStatement is the final configuration holding all data necessary
for a verifier.
|
| PoPProto.FinalStatementOrBuilder |
| PoPProto.GetProposals
GetProposals asks the conode to return a list of all waiting proposals.
|
| PoPProto.GetProposals.Builder
GetProposals asks the conode to return a list of all waiting proposals.
|
| PoPProto.GetProposalsOrBuilder |
| PoPProto.GetProposalsReply
GetProposalsReply returns the list of all waiting proposals on that node.
|
| PoPProto.GetProposalsReply.Builder
GetProposalsReply returns the list of all waiting proposals on that node.
|
| PoPProto.GetProposalsReplyOrBuilder |
| PoPProto.MergeConfig
MergeConfig asks if party is ready to merge
|
| PoPProto.MergeConfig.Builder
MergeConfig asks if party is ready to merge
|
| PoPProto.MergeConfigOrBuilder |
| PoPProto.MergeConfigReply
MergeConfigReply responds with info of asked party
|
| PoPProto.MergeConfigReply.Builder
MergeConfigReply responds with info of asked party
|
| PoPProto.MergeConfigReplyOrBuilder |
| PoPProto.MergeRequest
MergeRequest asks to start merging process for given Party
|
| PoPProto.MergeRequest.Builder
MergeRequest asks to start merging process for given Party
|
| PoPProto.MergeRequestOrBuilder |
| PoPProto.PinRequest
PinRequest will print a random pin on stdout if the pin is empty.
|
| PoPProto.PinRequest.Builder
PinRequest will print a random pin on stdout if the pin is empty.
|
| PoPProto.PinRequestOrBuilder |
| PoPProto.PopDesc
PopDesc holds the name, date and a roster of all involved conodes.
|
| PoPProto.PopDesc.Builder
PopDesc holds the name, date and a roster of all involved conodes.
|
| PoPProto.PopDescOrBuilder |
| PoPProto.ShortDesc
ShortDesc represents Short Description of Pop party
Used in merge configuration
|
| PoPProto.ShortDesc.Builder
ShortDesc represents Short Description of Pop party
Used in merge configuration
|
| PoPProto.ShortDescOrBuilder |
| PoPProto.StoreConfig
StoreConfig presents a config to store
|
| PoPProto.StoreConfig.Builder
StoreConfig presents a config to store
|
| PoPProto.StoreConfigOrBuilder |
| PoPProto.StoreConfigReply
StoreConfigReply gives back the hash.
|
| PoPProto.StoreConfigReply.Builder
StoreConfigReply gives back the hash.
|
| PoPProto.StoreConfigReplyOrBuilder |
| PoPProto.VerifyLink
VerifyLink returns if a given public key is linked.
|
| PoPProto.VerifyLink.Builder
VerifyLink returns if a given public key is linked.
|
| PoPProto.VerifyLinkOrBuilder |
| PoPProto.VerifyLinkReply
VerifyLinkReply returns true if the public key is in the admin-list.
|
| PoPProto.VerifyLinkReply.Builder
VerifyLinkReply returns true if the public key is in the admin-list.
|
| PoPProto.VerifyLinkReplyOrBuilder |
| SkipchainProto.ByzcoinSig
Protobuf type
skipchain.ByzcoinSig |
| SkipchainProto.ByzcoinSig.Builder
Protobuf type
skipchain.ByzcoinSig |
| SkipchainProto.ByzcoinSigOrBuilder |
| SkipchainProto.Exception
Protobuf type
skipchain.Exception |
| SkipchainProto.Exception.Builder
Protobuf type
skipchain.Exception |
| SkipchainProto.ExceptionOrBuilder |
| SkipchainProto.ForwardLink
Protobuf type
skipchain.ForwardLink |
| SkipchainProto.ForwardLink.Builder
Protobuf type
skipchain.ForwardLink |
| SkipchainProto.ForwardLinkOrBuilder |
| SkipchainProto.GetSingleBlock
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlock.Builder
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlockOrBuilder |
| SkipchainProto.GetUpdateChain
GetUpdateChain - the client sends the hash of the last known
Skipblock and will get back a list of all necessary SkipBlocks
to get to the latest.
|
| SkipchainProto.GetUpdateChain.Builder
GetUpdateChain - the client sends the hash of the last known
Skipblock and will get back a list of all necessary SkipBlocks
to get to the latest.
|
| SkipchainProto.GetUpdateChainOrBuilder |
| SkipchainProto.GetUpdateChainReply
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
|
| SkipchainProto.GetUpdateChainReply.Builder
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
|
| SkipchainProto.GetUpdateChainReplyOrBuilder |
| SkipchainProto.SchnorrSig
Protobuf type
skipchain.SchnorrSig |
| SkipchainProto.SchnorrSig.Builder
Protobuf type
skipchain.SchnorrSig |
| SkipchainProto.SchnorrSigOrBuilder |
| SkipchainProto.SkipBlock
Protobuf type
skipchain.SkipBlock |
| SkipchainProto.SkipBlock.Builder
Protobuf type
skipchain.SkipBlock |
| SkipchainProto.SkipBlockOrBuilder |
| StatusProto.Request
Request is what the Status service is expected to receive from clients.
|
| StatusProto.Request.Builder
Request is what the Status service is expected to receive from clients.
|
| StatusProto.RequestOrBuilder |
| StatusProto.Response
Response is what the Status service will reply to clients.
|
| StatusProto.Response.Builder
Response is what the Status service will reply to clients.
|
| StatusProto.ResponseOrBuilder |
Copyright © 2018. All rights reserved.