| Class | Description |
|---|---|
| AuthProxProto | |
| AuthProxProto.EnrollmentInfo |
EnrollmentInfo is public info about an enrollment.
|
| AuthProxProto.EnrollmentInfo.Builder |
EnrollmentInfo is public info about an enrollment.
|
| AuthProxProto.EnrollmentsRequest |
EnrollmentsRequest gets a list of enrollments, optionally limited
by the Types and Issuers list.
|
| AuthProxProto.EnrollmentsRequest.Builder |
EnrollmentsRequest gets a list of enrollments, optionally limited
by the Types and Issuers list.
|
| AuthProxProto.EnrollmentsResponse |
EnrollmentsResponse is the returned list of enrollments.
|
| AuthProxProto.EnrollmentsResponse.Builder |
EnrollmentsResponse is the returned list of enrollments.
|
| AuthProxProto.EnrollRequest |
EnrollRequest is the request sent to this service to enroll
a user, authenticated by a certain type of external authentication.
|
| AuthProxProto.EnrollRequest.Builder |
EnrollRequest is the request sent to this service to enroll
a user, authenticated by a certain type of external authentication.
|
| AuthProxProto.EnrollResponse |
EnrollResponse is returned when an enrollment has been done correctly.
|
| AuthProxProto.EnrollResponse.Builder |
EnrollResponse is returned when an enrollment has been done correctly.
|
| AuthProxProto.PartialSig |
PartialSig is a local copy of github.com/dedis/kyber/sign/dss.PartialSig
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PartialSig.Builder |
PartialSig is a local copy of github.com/dedis/kyber/sign/dss.PartialSig
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PriShare |
PriShare is a local copy of github.com/dedis/kyber/share.PriShare
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PriShare.Builder |
PriShare is a local copy of github.com/dedis/kyber/share.PriShare
because we do not have proto files for Kyber objects.
|
| AuthProxProto.SignatureRequest |
SignatureRequest is the request sent to this service to request that
the Authentication Proxy check the authentication information and
generate a signature connecting some information identifying the
holder of the AuthInfo to the message.
|
| AuthProxProto.SignatureRequest.Builder |
SignatureRequest is the request sent to this service to request that
the Authentication Proxy check the authentication information and
generate a signature connecting some information identifying the
holder of the AuthInfo to the message.
|
| AuthProxProto.SignatureResponse |
SignatureResponse is the response to a SignMessage request.
|
| AuthProxProto.SignatureResponse.Builder |
SignatureResponse is the response to a SignMessage request.
|
| ByzCoinProto | |
| ByzCoinProto.AddTxRequest |
AddTxRequest requests to apply a new transaction to the ledger.
|
| ByzCoinProto.AddTxRequest.Builder |
AddTxRequest requests to apply a new transaction to the ledger.
|
| ByzCoinProto.AddTxResponse |
AddTxResponse is the reply after an AddTxRequest is finished.
|
| ByzCoinProto.AddTxResponse.Builder |
AddTxResponse is the reply after an AddTxRequest is finished.
|
| ByzCoinProto.Argument |
Argument is a name/value pair that will be passed to the contract.
|
| ByzCoinProto.Argument.Builder |
Argument is a name/value pair that will be passed to the contract.
|
| ByzCoinProto.ChainConfig |
ChainConfig stores all the configuration information for one skipchain.
|
| ByzCoinProto.ChainConfig.Builder |
ChainConfig stores all the configuration information for one skipchain.
|
| ByzCoinProto.CheckAuthorization |
CheckAuthorization returns the list of actions that could be executed if the
signatures of the given identities are present and valid
|
| ByzCoinProto.CheckAuthorization.Builder |
CheckAuthorization returns the list of actions that could be executed if the
signatures of the given identities are present and valid
|
| ByzCoinProto.CheckAuthorizationResponse |
CheckAuthorizationResponse returns a list of Actions that the given identities
can execute in the given darc.
|
| ByzCoinProto.CheckAuthorizationResponse.Builder |
CheckAuthorizationResponse returns a list of Actions that the given identities
can execute in the given darc.
|
| ByzCoinProto.ClientTransaction |
ClientTransaction is a slice of Instructions that will be applied in order.
|
| ByzCoinProto.ClientTransaction.Builder |
ClientTransaction is a slice of Instructions that will be applied in order.
|
| ByzCoinProto.Coin |
Coin is a generic structure holding any type of coin.
|
| ByzCoinProto.Coin.Builder |
Coin is a generic structure holding any type of coin.
|
| ByzCoinProto.CreateGenesisBlock |
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| ByzCoinProto.CreateGenesisBlock.Builder |
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
| ByzCoinProto.CreateGenesisBlockResponse |
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| ByzCoinProto.CreateGenesisBlockResponse.Builder |
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| ByzCoinProto.DataBody |
DataBody is stored in the body of the skipblock, and it's hash is stored
in the DataHeader.
|
| ByzCoinProto.DataBody.Builder |
DataBody is stored in the body of the skipblock, and it's hash is stored
in the DataHeader.
|
| ByzCoinProto.DataHeader |
DataHeader is the data passed to the Skipchain
|
| ByzCoinProto.DataHeader.Builder |
DataHeader is the data passed to the Skipchain
|
| ByzCoinProto.Delete |
Delete removes the instance.
|
| ByzCoinProto.Delete.Builder |
Delete removes the instance.
|
| ByzCoinProto.GetProof |
GetProof returns the proof that the given key is in the trie.
|
| ByzCoinProto.GetProof.Builder |
GetProof returns the proof that the given key is in the trie.
|
| ByzCoinProto.GetProofResponse |
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the trie.
|
| ByzCoinProto.GetProofResponse.Builder |
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the trie.
|
| ByzCoinProto.Instruction |
Instruction holds only one of Spawn, Invoke, or Delete
|
| ByzCoinProto.Instruction.Builder |
Instruction holds only one of Spawn, Invoke, or Delete
|
| ByzCoinProto.Invoke |
Invoke calls a method of an existing instance which will update its internal
state.
|
| ByzCoinProto.Invoke.Builder |
Invoke calls a method of an existing instance which will update its internal
state.
|
| ByzCoinProto.Proof |
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| ByzCoinProto.Proof.Builder |
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| ByzCoinProto.Spawn |
Spawn is called upon an existing instance that will spawn a new instance.
|
| ByzCoinProto.Spawn.Builder |
Spawn is called upon an existing instance that will spawn a new instance.
|
| ByzCoinProto.StateChange |
StateChange is one new state that will be applied to the collection.
|
| ByzCoinProto.StateChange.Builder |
StateChange is one new state that will be applied to the collection.
|
| ByzCoinProto.StateChangeBody |
StateChangeBody represents the body part of a state change, which is the
part that needs to be serialised and stored in a merkle tree.
|
| ByzCoinProto.StateChangeBody.Builder |
StateChangeBody represents the body part of a state change, which is the
part that needs to be serialised and stored in a merkle tree.
|
| ByzCoinProto.StreamingRequest |
StreamingRequest is a request asking the service to start streaming blocks
on the chain specified by ID.
|
| ByzCoinProto.StreamingRequest.Builder |
StreamingRequest is a request asking the service to start streaming blocks
on the chain specified by ID.
|
| ByzCoinProto.StreamingResponse |
StreamingResponse is the reply (block) that is streamed back to the client
|
| ByzCoinProto.StreamingResponse.Builder |
StreamingResponse is the reply (block) that is streamed back to the client
|
| ByzCoinProto.TxResult |
TxResult holds a transaction and the result of running it.
|
| ByzCoinProto.TxResult.Builder |
TxResult holds a transaction and the result of running it.
|
| Calypso | |
| Calypso.CreateLTS |
CreateLTS is used to start a DKG and store the private keys in each node.
|
| Calypso.CreateLTS.Builder |
CreateLTS is used to start a DKG and store the private keys in each node.
|
| Calypso.CreateLTSReply |
CreateLTSReply is returned upon successfully setting up the distributed
key.
|
| Calypso.CreateLTSReply.Builder |
CreateLTSReply is returned upon successfully setting up the distributed
key.
|
| Calypso.DecryptKey |
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin Client.
|
| Calypso.DecryptKey.Builder |
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin Client.
|
| Calypso.DecryptKeyReply |
DecryptKeyReply is returned if the service verified successfully that the
decryption request is valid.
|
| Calypso.DecryptKeyReply.Builder |
DecryptKeyReply is returned if the service verified successfully that the
decryption request is valid.
|
| Calypso.Read |
Read is the data stored in a read instance.
|
| Calypso.Read.Builder |
Read is the data stored in a read instance.
|
| Calypso.SharedPublic |
SharedPublic asks for the shared public key of the corresponding LTSID
|
| Calypso.SharedPublic.Builder |
SharedPublic asks for the shared public key of the corresponding LTSID
|
| Calypso.SharedPublicReply |
SharedPublicReply sends back the shared public key.
|
| Calypso.SharedPublicReply.Builder |
SharedPublicReply sends back the shared public key.
|
| Calypso.Write |
Write is the data stored in a write instance.
|
| Calypso.Write.Builder |
Write is the data stored in a write instance.
|
| CiscProto | |
| 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.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.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.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.DataUpdate |
DataUpdate verifies if a new update is available.
|
| CiscProto.DataUpdate.Builder |
DataUpdate verifies if a new update is available.
|
| CiscProto.DataUpdateReply |
DataUpdateReply returns the updated data.
|
| CiscProto.DataUpdateReply.Builder |
DataUpdateReply returns the updated data.
|
| CiscProto.Device |
Device is represented by a public key.
|
| CiscProto.Device.Builder |
Device is represented by a public key.
|
| CiscProto.IDBlock |
IDBlock stores one identity together with the skipblocks.
|
| CiscProto.IDBlock.Builder |
IDBlock stores one identity together with the skipblocks.
|
| CiscProto.PinRequest |
PinRequest used for admin autentification
|
| CiscProto.PinRequest.Builder |
PinRequest used for admin autentification
|
| CiscProto.PropagateIdentity |
PropagateIdentity sends a new identity to other identityServices
|
| CiscProto.PropagateIdentity.Builder |
PropagateIdentity sends a new identity to other identityServices
|
| 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.ProposeUpdate |
ProposeUpdate verifies if new data is available.
|
| CiscProto.ProposeUpdate.Builder |
ProposeUpdate verifies if new data is available.
|
| CiscProto.ProposeUpdateReply |
ProposeUpdateReply returns the updated propose-data.
|
| CiscProto.ProposeUpdateReply.Builder |
ProposeUpdateReply returns the updated propose-data.
|
| CiscProto.ProposeVote |
ProposeVote sends the signature for a specific IdentityList.
|
| CiscProto.ProposeVote.Builder |
ProposeVote sends the signature for a specific IdentityList.
|
| 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.StoreKeys |
StoreKeys used for setting autentification
|
| CiscProto.StoreKeys.Builder |
StoreKeys used for setting autentification
|
| CiscProto.UpdateSkipBlock |
UpdateSkipBlock asks the service to fetch the latest SkipBlock
|
| CiscProto.UpdateSkipBlock.Builder |
UpdateSkipBlock asks the service to fetch the latest SkipBlock
|
| CollectionProto | |
| CollectionProto.Children |
Protobuf type
collection.Children |
| CollectionProto.Children.Builder |
Protobuf type
collection.Children |
| CollectionProto.Dump |
Protobuf type
collection.Dump |
| CollectionProto.Dump.Builder |
Protobuf type
collection.Dump |
| 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.Step |
Protobuf type
collection.Step |
| CollectionProto.Step.Builder |
Protobuf type
collection.Step |
| DarcProto | |
| DarcProto.Darc |
Darc is the basic structure representing an access control.
|
| DarcProto.Darc.Builder |
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.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.IdentityEd25519 |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityEd25519.Builder |
IdentityEd25519 holds a Ed25519 public key (Point)
|
| DarcProto.IdentityProxy |
IdentityProxy holds the info necessary to verify a claim
from an external authentication system via an Authentication Proxy.
|
| DarcProto.IdentityProxy.Builder |
IdentityProxy holds the info necessary to verify a claim
from an external authentication system via an Authentication Proxy.
|
| DarcProto.IdentityX509EC |
IdentityX509EC holds a public key from a X509EC
|
| DarcProto.IdentityX509EC.Builder |
IdentityX509EC holds a public key from a X509EC
|
| 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.Rule |
Rule is a pair of action and expression.
|
| DarcProto.Rule.Builder |
Rule is a pair of action and expression.
|
| DarcProto.Rules |
Rules is a list of action-expression associations.
|
| DarcProto.Rules.Builder |
Rules is a list of action-expression associations.
|
| 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.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.SignerProxy |
SignerProxy holds the information necessary to verify claims
coming from external authentication systems via Authentication Proxies.
|
| DarcProto.SignerProxy.Builder |
SignerProxy holds the information necessary to verify claims
coming from external authentication systems via Authentication Proxies.
|
| 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.
|
| EventLogProto | |
| EventLogProto.Event |
Event is sent to create an event log.
|
| EventLogProto.Event.Builder |
Event is sent to create an event log.
|
| 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.SearchResponse |
SearchResponse is the reply to LogRequest.
|
| EventLogProto.SearchResponse.Builder |
SearchResponse is the reply to LogRequest.
|
| NetworkProto | |
| NetworkProto.ServerIdentity |
Protobuf type
network.ServerIdentity |
| NetworkProto.ServerIdentity.Builder |
Protobuf type
network.ServerIdentity |
| OnetProto | |
| OnetProto.Roster |
Protobuf type
onet.Roster |
| OnetProto.Roster.Builder |
Protobuf type
onet.Roster |
| OnetProto.Status |
Protobuf type
onet.Status |
| OnetProto.Status.Builder |
Protobuf type
onet.Status |
| Personhood | |
| Personhood.AnswerQuestionnaire |
AnswerQuestionnaire sends the answer from one client.
|
| Personhood.AnswerQuestionnaire.Builder |
AnswerQuestionnaire sends the answer from one client.
|
| Personhood.LinkPoP |
LinkPoP stores a link to a pop-party to accept this configuration.
|
| Personhood.LinkPoP.Builder |
LinkPoP stores a link to a pop-party to accept this configuration.
|
| Personhood.ListMessages |
ListMessages sorts all messages by balance and sends back the messages from
Start, but not more than Number.
|
| Personhood.ListMessages.Builder |
ListMessages sorts all messages by balance and sends back the messages from
Start, but not more than Number.
|
| Personhood.ListMessagesReply |
ListMessagesReply returns the subjects, IDs, balances and rewards of the top
messages, as chosen in ListMessages.
|
| Personhood.ListMessagesReply.Builder |
ListMessagesReply returns the subjects, IDs, balances and rewards of the top
messages, as chosen in ListMessages.
|
| Personhood.ListQuestionnaires |
ListQuestionnaires requests all questionnaires from Start, but not more than
Number.
|
| Personhood.ListQuestionnaires.Builder |
ListQuestionnaires requests all questionnaires from Start, but not more than
Number.
|
| Personhood.ListQuestionnairesReply |
ListQuestionnairesReply is a slice of all questionnaires, starting with the
one having the highest balance left.
|
| Personhood.ListQuestionnairesReply.Builder |
ListQuestionnairesReply is a slice of all questionnaires, starting with the
one having the highest balance left.
|
| Personhood.Message |
Message represents a message that will be sent to the system.
|
| Personhood.Message.Builder |
Message represents a message that will be sent to the system.
|
| Personhood.Party |
Party represents everything necessary to find a party in the ledger.
|
| Personhood.Party.Builder |
Party represents everything necessary to find a party in the ledger.
|
| Personhood.Questionnaire |
Questionnaire represents one poll that will be sent to candidates.
|
| Personhood.Questionnaire.Builder |
Questionnaire represents one poll that will be sent to candidates.
|
| Personhood.ReadMessage |
ReadMessage requests the full message and the reward for that message.
|
| Personhood.ReadMessage.Builder |
ReadMessage requests the full message and the reward for that message.
|
| Personhood.ReadMessageReply |
ReadMessageReply if the message is still active (balance >= reward)
|
| Personhood.ReadMessageReply.Builder |
ReadMessageReply if the message is still active (balance >= reward)
|
| Personhood.RegisterQuestionnaire |
RegisterQuestionnaire creates a questionnaire with a number of questions to
chose from and how much each replier gets rewarded.
|
| Personhood.RegisterQuestionnaire.Builder |
RegisterQuestionnaire creates a questionnaire with a number of questions to
chose from and how much each replier gets rewarded.
|
| Personhood.Reply |
Reply holds the results of the questionnaire together with a slice of users
that participated in it.
|
| Personhood.Reply.Builder |
Reply holds the results of the questionnaire together with a slice of users
that participated in it.
|
| Personhood.SendMessage |
SendMessage stores the message in the system.
|
| Personhood.SendMessage.Builder |
SendMessage stores the message in the system.
|
| Personhood.StringReply |
StringReply can be used by all calls that need a string to be returned
to the caller.
|
| Personhood.StringReply.Builder |
StringReply can be used by all calls that need a string to be returned
to the caller.
|
| Personhood.TopupMessage |
TopupMessage to fill up the balance of a message
|
| Personhood.TopupMessage.Builder |
TopupMessage to fill up the balance of a message
|
| Personhood.TopupQuestionnaire |
TopupQuestionnaire can be used to add new balance to a questionnaire.
|
| Personhood.TopupQuestionnaire.Builder |
TopupQuestionnaire can be used to add new balance to a questionnaire.
|
| PoPProto | |
| 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.CheckConfigReply |
CheckConfigReply sends back an integer for the Pop.
|
| PoPProto.CheckConfigReply.Builder |
CheckConfigReply sends back an integer for the Pop.
|
| PoPProto.FetchRequest |
FetchRequest asks to get FinalStatement
|
| PoPProto.FetchRequest.Builder |
FetchRequest asks to get FinalStatement
|
| PoPProto.FinalizeRequest |
FinalizeRequest asks to finalize on the given descid-popconfig.
|
| PoPProto.FinalizeRequest.Builder |
FinalizeRequest asks to finalize on the given descid-popconfig.
|
| 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.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.GetFinalStatements |
GetFinalStatements returns all stored final statements.
|
| PoPProto.GetFinalStatements.Builder |
GetFinalStatements returns all stored final statements.
|
| PoPProto.GetFinalStatementsReply |
GetFinalStatementsReply returns all stored final statements.
|
| PoPProto.GetFinalStatementsReply.Builder |
GetFinalStatementsReply returns all stored final statements.
|
| PoPProto.GetInstanceID |
GetInstanceID requests an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.GetInstanceID.Builder |
GetInstanceID requests an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.GetInstanceIDReply |
GetInstanceIDReply is the InstanceID for the party
|
| PoPProto.GetInstanceIDReply.Builder |
GetInstanceIDReply is the InstanceID for the party
|
| PoPProto.GetKeys |
GetKeys can be used to retrieve the keyset for a given party - useful
for an attendee to know if his key has been scanned.
|
| PoPProto.GetKeys.Builder |
GetKeys can be used to retrieve the keyset for a given party - useful
for an attendee to know if his key has been scanned.
|
| PoPProto.GetKeysReply |
GetKeysReply returns the keys stored for a given Party-ID.
|
| PoPProto.GetKeysReply.Builder |
GetKeysReply returns the keys stored for a given Party-ID.
|
| PoPProto.GetLink |
GetLink returns the public key of the linked organizer.
|
| PoPProto.GetLink.Builder |
GetLink returns the public key of the linked organizer.
|
| PoPProto.GetLinkReply |
GetLinkReply holds the public key of the linked organizer.
|
| PoPProto.GetLinkReply.Builder |
GetLinkReply holds the public key of the linked organizer.
|
| 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.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.GetSigner |
GetSigner requests an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.GetSigner.Builder |
GetSigner requests an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.GetSignerReply |
GetSignerReply is the Signer for the party
|
| PoPProto.GetSignerReply.Builder |
GetSignerReply is the Signer for the party
|
| PoPProto.MergeConfig |
MergeConfig asks if party is ready to merge
|
| PoPProto.MergeConfig.Builder |
MergeConfig asks if party is ready to merge
|
| PoPProto.MergeConfigReply |
MergeConfigReply responds with info of asked party
|
| PoPProto.MergeConfigReply.Builder |
MergeConfigReply responds with info of asked party
|
| PoPProto.MergeRequest |
MergeRequest asks to start merging process for given Party
|
| PoPProto.MergeRequest.Builder |
MergeRequest asks to start merging process for given Party
|
| 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.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.PopPartyInstance |
PopPartyInstance is the data that is stored in a pop-party instance.
|
| PoPProto.PopPartyInstance.Builder |
PopPartyInstance is the data that is stored in a pop-party instance.
|
| 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.StoreConfig |
StoreConfig presents a config to store
|
| PoPProto.StoreConfig.Builder |
StoreConfig presents a config to store
|
| PoPProto.StoreConfigReply |
StoreConfigReply gives back the hash.
|
| PoPProto.StoreConfigReply.Builder |
StoreConfigReply gives back the hash.
|
| PoPProto.StoreInstanceID |
StoreInstanceID writes an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.StoreInstanceID.Builder |
StoreInstanceID writes an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.StoreInstanceIDReply |
StoreInstanceIDReply is an empty reply
|
| PoPProto.StoreInstanceIDReply.Builder |
StoreInstanceIDReply is an empty reply
|
| PoPProto.StoreKeys |
StoreKeys stores a list of keys for attendees to retrieve
later.
|
| PoPProto.StoreKeys.Builder |
StoreKeys stores a list of keys for attendees to retrieve
later.
|
| PoPProto.StoreKeysReply |
StoreKeysReply is an empty message.
|
| PoPProto.StoreKeysReply.Builder |
StoreKeysReply is an empty message.
|
| PoPProto.StoreSigner |
StoreSigner writes an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.StoreSigner.Builder |
StoreSigner writes an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.StoreSignerReply |
StoreSignerReply is an empty reply
|
| PoPProto.StoreSignerReply.Builder |
StoreSignerReply is an empty reply
|
| PoPProto.VerifyLink |
VerifyLink returns if a given public key is linked.
|
| PoPProto.VerifyLink.Builder |
VerifyLink returns if a given public key is linked.
|
| 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.
|
| SkipchainProto | |
| SkipchainProto.ByzcoinSig |
Protobuf type
skipchain.ByzcoinSig |
| SkipchainProto.ByzcoinSig.Builder |
Protobuf type
skipchain.ByzcoinSig |
| SkipchainProto.Exception |
Protobuf type
skipchain.Exception |
| SkipchainProto.Exception.Builder |
Protobuf type
skipchain.Exception |
| SkipchainProto.ForwardLink |
Protobuf type
skipchain.ForwardLink |
| SkipchainProto.ForwardLink.Builder |
Protobuf type
skipchain.ForwardLink |
| SkipchainProto.GetAllSkipChainIDs |
GetAllSkipChainIDs - returns the SkipBlockIDs of the genesis blocks
of all of the known skipchains.
|
| SkipchainProto.GetAllSkipChainIDs.Builder |
GetAllSkipChainIDs - returns the SkipBlockIDs of the genesis blocks
of all of the known skipchains.
|
| SkipchainProto.GetAllSkipChainIDsReply |
GetAllSkipChainIDsReply - reply to GetAllSkipchains
|
| SkipchainProto.GetAllSkipChainIDsReply.Builder |
GetAllSkipChainIDsReply - reply to GetAllSkipchains
|
| SkipchainProto.GetSingleBlock |
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlock.Builder |
GetSingleBlock asks for a single block.
|
| SkipchainProto.GetSingleBlockByIndex |
GetSingleBlockByIndex searches for a block with the given index following
the genesis-block
|
| SkipchainProto.GetSingleBlockByIndex.Builder |
GetSingleBlockByIndex searches for a block with the given index following
the genesis-block
|
| 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.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.SchnorrSig |
Protobuf type
skipchain.SchnorrSig |
| SkipchainProto.SchnorrSig.Builder |
Protobuf type
skipchain.SchnorrSig |
| SkipchainProto.SkipBlock |
Protobuf type
skipchain.SkipBlock |
| SkipchainProto.SkipBlock.Builder |
Protobuf type
skipchain.SkipBlock |
| StatusProto | |
| 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.Response |
Response is what the Status service will reply to clients.
|
| StatusProto.Response.Builder |
Response is what the Status service will reply to clients.
|
| TrieProto | |
| TrieProto.EmptyNode |
Protobuf type
trie.EmptyNode |
| TrieProto.EmptyNode.Builder |
Protobuf type
trie.EmptyNode |
| TrieProto.InteriorNode |
Protobuf type
trie.InteriorNode |
| TrieProto.InteriorNode.Builder |
Protobuf type
trie.InteriorNode |
| TrieProto.LeafNode |
Protobuf type
trie.LeafNode |
| TrieProto.LeafNode.Builder |
Protobuf type
trie.LeafNode |
| TrieProto.Proof |
Proof contains an inclusion/absence proof for a key.
|
| TrieProto.Proof.Builder |
Proof contains an inclusion/absence proof for a key.
|
Copyright © 2018. All rights reserved.