| Class and Description |
|---|
| ByzCoinProto.ChainConfig
ChainConfig stores all the configuration information for one skipchain.
|
| ByzCoinProto.DataBody
DataBody is stored in the body of the skipblock, and it's hash is stored
in the DataHeader.
|
| ByzCoinProto.Proof
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| Class and Description |
|---|
| ByzCoinProto.Argument
Argument is a name/value pair that will be passed to the contract.
|
| ByzCoinProto.ClientTransaction
ClientTransaction is a slice of Instructions that will be applied in order.
|
| ByzCoinProto.Delete
Delete removes the instance.
|
| ByzCoinProto.Instruction
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.Spawn
Spawn is called upon an existing instance that will spawn a new instance.
|
| ByzCoinProto.TxResult
TxResult holds a transaction and the result of running it.
|
| Class and Description |
|---|
| Calypso.CreateLTSReply
CreateLTSReply is returned upon successfully setting up the distributed
key.
|
| Calypso.DecryptKeyReply
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.Write
Write is the data stored in a write instance.
|
| Class and Description |
|---|
| EventLogProto.Event
Event is sent to create an event log.
|
| EventLogProto.SearchResponse
SearchResponse is the reply to LogRequest.
|
| 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 |
|---|
| 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.Rule
Rule is a pair of action and expression.
|
| DarcProto.Rules
Rules is a list of action-expression associations.
|
| DarcProto.Signature
Signature is a signature on a Darc to accept a given decision.
|
| Class and Description |
|---|
| 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.AddTxRequestOrBuilder |
| ByzCoinProto.AddTxResponse
AddTxResponse is the reply after an AddTxRequest is finished.
|
| ByzCoinProto.AddTxResponse.Builder
AddTxResponse is the reply after an AddTxRequest is finished.
|
| ByzCoinProto.AddTxResponseOrBuilder |
| 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.ArgumentOrBuilder |
| ByzCoinProto.ChainConfig
ChainConfig stores all the configuration information for one skipchain.
|
| ByzCoinProto.ChainConfig.Builder
ChainConfig stores all the configuration information for one skipchain.
|
| ByzCoinProto.ChainConfigOrBuilder |
| 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.CheckAuthorizationOrBuilder |
| 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.CheckAuthorizationResponseOrBuilder |
| 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.ClientTransactionOrBuilder |
| 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.CoinOrBuilder |
| 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.CreateGenesisBlockOrBuilder |
| ByzCoinProto.CreateGenesisBlockResponse
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| ByzCoinProto.CreateGenesisBlockResponse.Builder
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
| ByzCoinProto.CreateGenesisBlockResponseOrBuilder |
| 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.DataBodyOrBuilder |
| ByzCoinProto.DataHeader
DataHeader is the data passed to the Skipchain
|
| ByzCoinProto.DataHeader.Builder
DataHeader is the data passed to the Skipchain
|
| ByzCoinProto.DataHeaderOrBuilder |
| ByzCoinProto.Delete
Delete removes the instance.
|
| ByzCoinProto.Delete.Builder
Delete removes the instance.
|
| ByzCoinProto.DeleteOrBuilder |
| ByzCoinProto.GetProof
GetProof returns the proof that the given key is in the collection.
|
| ByzCoinProto.GetProof.Builder
GetProof returns the proof that the given key is in the collection.
|
| ByzCoinProto.GetProofOrBuilder |
| ByzCoinProto.GetProofResponse
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| ByzCoinProto.GetProofResponse.Builder
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
| ByzCoinProto.GetProofResponseOrBuilder |
| ByzCoinProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
| ByzCoinProto.Instruction.Builder
Instruction holds only one of Spawn, Invoke, or Delete
|
| ByzCoinProto.InstructionOrBuilder |
| 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.InvokeOrBuilder |
| 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.ProofOrBuilder |
| 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.SpawnOrBuilder |
| 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.StateChangeOrBuilder |
| 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.StreamingRequestOrBuilder |
| 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.StreamingResponseOrBuilder |
| 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.
|
| ByzCoinProto.TxResultOrBuilder |
| 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.CreateLTSOrBuilder |
| 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.CreateLTSReplyOrBuilder |
| Calypso.DecryptKey
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin.
|
| Calypso.DecryptKey.Builder
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin.
|
| Calypso.DecryptKeyOrBuilder |
| 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.DecryptKeyReplyOrBuilder |
| Calypso.Read
Read is the data stored in a read instance.
|
| Calypso.Read.Builder
Read is the data stored in a read instance.
|
| Calypso.ReadOrBuilder |
| 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.SharedPublicOrBuilder |
| Calypso.SharedPublicReply
SharedPublicReply sends back the shared public key.
|
| Calypso.SharedPublicReply.Builder
SharedPublicReply sends back the shared public key.
|
| Calypso.SharedPublicReplyOrBuilder |
| Calypso.Write
Write is the data stored in a write instance.
|
| Calypso.Write.Builder
Write is the data stored in a write instance.
|
| Calypso.WriteOrBuilder |
| 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 |
| 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.Rule
Rule is a pair of action and expression.
|
| DarcProto.Rule.Builder
Rule is a pair of action and expression.
|
| DarcProto.RuleOrBuilder |
| DarcProto.Rules
Rules is a list of action-expression associations.
|
| DarcProto.Rules.Builder
Rules is a list of action-expression associations.
|
| DarcProto.RulesOrBuilder |
| 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 |
| 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 |
| Personhood.AnswerQuestionnaire
AnswerQuestionnaire sends the answer from one client.
|
| Personhood.AnswerQuestionnaire.Builder
AnswerQuestionnaire sends the answer from one client.
|
| Personhood.AnswerQuestionnaireOrBuilder |
| 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.LinkPoPOrBuilder |
| 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.ListMessagesOrBuilder |
| 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.ListMessagesReplyOrBuilder |
| 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.ListQuestionnairesOrBuilder |
| 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.ListQuestionnairesReplyOrBuilder |
| 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.MessageOrBuilder |
| 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.PartyOrBuilder |
| 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.QuestionnaireOrBuilder |
| 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.ReadMessageOrBuilder |
| Personhood.ReadMessageReply
ReadMessageReply if the message is still active (balance >= reward)
|
| Personhood.ReadMessageReply.Builder
ReadMessageReply if the message is still active (balance >= reward)
|
| Personhood.ReadMessageReplyOrBuilder |
| 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.RegisterQuestionnaireOrBuilder |
| 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.ReplyOrBuilder |
| Personhood.SendMessage
SendMessage stores the message in the system.
|
| Personhood.SendMessage.Builder
SendMessage stores the message in the system.
|
| Personhood.SendMessageOrBuilder |
| 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.StringReplyOrBuilder |
| Personhood.TopupMessage
TopupMessage to fill up the balance of a message
|
| Personhood.TopupMessage.Builder
TopupMessage to fill up the balance of a message
|
| Personhood.TopupMessageOrBuilder |
| 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.
|
| Personhood.TopupQuestionnaireOrBuilder |
| 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.GetFinalStatements
GetFinalStatements returns all stored final statements.
|
| PoPProto.GetFinalStatements.Builder
GetFinalStatements returns all stored final statements.
|
| PoPProto.GetFinalStatementsOrBuilder |
| PoPProto.GetFinalStatementsReply
GetFinalStatementsReply returns all stored final statements.
|
| PoPProto.GetFinalStatementsReply.Builder
GetFinalStatementsReply returns all stored final statements.
|
| PoPProto.GetFinalStatementsReplyOrBuilder |
| PoPProto.GetInstanceID
GetInstanceID requests an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.GetInstanceID.Builder
GetInstanceID requests an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.GetInstanceIDOrBuilder |
| PoPProto.GetInstanceIDReply
GetInstanceIDReply is the InstanceID for the party
|
| PoPProto.GetInstanceIDReply.Builder
GetInstanceIDReply is the InstanceID for the party
|
| PoPProto.GetInstanceIDReplyOrBuilder |
| 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.GetKeysOrBuilder |
| 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.GetKeysReplyOrBuilder |
| PoPProto.GetLink
GetLink returns the public key of the linked organizer.
|
| PoPProto.GetLink.Builder
GetLink returns the public key of the linked organizer.
|
| PoPProto.GetLinkOrBuilder |
| PoPProto.GetLinkReply
GetLinkReply holds the public key of the linked organizer.
|
| PoPProto.GetLinkReply.Builder
GetLinkReply holds the public key of the linked organizer.
|
| PoPProto.GetLinkReplyOrBuilder |
| 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.GetSigner
GetSigner requests an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.GetSigner.Builder
GetSigner requests an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.GetSignerOrBuilder |
| PoPProto.GetSignerReply
GetSignerReply is the Signer for the party
|
| PoPProto.GetSignerReply.Builder
GetSignerReply is the Signer for the party
|
| PoPProto.GetSignerReplyOrBuilder |
| 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.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.PopPartyInstanceOrBuilder |
| 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.StoreInstanceID
StoreInstanceID writes an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.StoreInstanceID.Builder
StoreInstanceID writes an InstanceID from ByzCoin to a FinalStatement.
|
| PoPProto.StoreInstanceIDOrBuilder |
| PoPProto.StoreInstanceIDReply
StoreInstanceIDReply is an empty reply
|
| PoPProto.StoreInstanceIDReply.Builder
StoreInstanceIDReply is an empty reply
|
| PoPProto.StoreInstanceIDReplyOrBuilder |
| 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.StoreKeysOrBuilder |
| PoPProto.StoreKeysReply
StoreKeysReply is an empty message.
|
| PoPProto.StoreKeysReply.Builder
StoreKeysReply is an empty message.
|
| PoPProto.StoreKeysReplyOrBuilder |
| PoPProto.StoreSigner
StoreSigner writes an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.StoreSigner.Builder
StoreSigner writes an Signer from ByzCoin to a FinalStatement.
|
| PoPProto.StoreSignerOrBuilder |
| PoPProto.StoreSignerReply
StoreSignerReply is an empty reply
|
| PoPProto.StoreSignerReply.Builder
StoreSignerReply is an empty reply
|
| PoPProto.StoreSignerReplyOrBuilder |
| 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 |
| Class and Description |
|---|
| SkipchainProto.ByzcoinSig
Protobuf type
skipchain.ByzcoinSig |
| SkipchainProto.ForwardLink
Protobuf type
skipchain.ForwardLink |
| Class and Description |
|---|
| OnetProto.Status
Protobuf type
onet.Status |
Copyright © 2018. All rights reserved.