| 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 go.dedis.ch/kyber/v3/sign/dss.PartialSig
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PartialSig.Builder |
PartialSig is a local copy of go.dedis.ch/kyber/v3/sign/dss.PartialSig
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PriShare |
PriShare is a local copy of go.dedis.ch/kyber/v3/share.PriShare
because we do not have proto files for Kyber objects.
|
| AuthProxProto.PriShare.Builder |
PriShare is a local copy of go.dedis.ch/kyber/v3/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.CheckStateChangeValidity |
CheckStateChangeValidity is a request to get the list
of state changes belonging to the same block as the
targeted one to compute the hash
|
| ByzCoinProto.CheckStateChangeValidity.Builder |
CheckStateChangeValidity is a request to get the list
of state changes belonging to the same block as the
targeted one to compute the hash
|
| ByzCoinProto.CheckStateChangeValidityResponse |
CheckStateChangeValidityResponse is the response with
the list of state changes so that the hash can be
compared against the one in the block
|
| ByzCoinProto.CheckStateChangeValidityResponse.Builder |
CheckStateChangeValidityResponse is the response with
the list of state changes so that the hash can be
compared against the one in the block
|
| 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.DBKeyValue |
DBKeyValue represents one element in bboltdb
|
| ByzCoinProto.DBKeyValue.Builder |
DBKeyValue represents one element in bboltdb
|
| ByzCoinProto.DebugRemoveRequest |
DebugRemoveRequest asks the conode to delete the given byzcoin-instance from its database.
|
| ByzCoinProto.DebugRemoveRequest.Builder |
DebugRemoveRequest asks the conode to delete the given byzcoin-instance from its database.
|
| ByzCoinProto.DebugRequest |
DebugRequest returns the list of all byzcoins if byzcoinid is empty, else it returns
a dump of all instances if byzcoinid is given and exists.
|
| ByzCoinProto.DebugRequest.Builder |
DebugRequest returns the list of all byzcoins if byzcoinid is empty, else it returns
a dump of all instances if byzcoinid is given and exists.
|
| ByzCoinProto.DebugResponse |
DebugResponse is returned from the server.
|
| ByzCoinProto.DebugResponse.Builder |
DebugResponse is returned from the server.
|
| ByzCoinProto.DebugResponseByzcoin |
DebugResponseByzcoin represents one byzcoinid with the genesis and the latest block,
as it is for debugging reasons, we trust the node and don't return any proof.
|
| ByzCoinProto.DebugResponseByzcoin.Builder |
DebugResponseByzcoin represents one byzcoinid with the genesis and the latest block,
as it is for debugging reasons, we trust the node and don't return any proof.
|
| ByzCoinProto.DebugResponseState |
DebugResponseState holds one key/state pair of the response.
|
| ByzCoinProto.DebugResponseState.Builder |
DebugResponseState holds one key/state pair of the response.
|
| ByzCoinProto.Delete |
Delete removes the instance.
|
| ByzCoinProto.Delete.Builder |
Delete removes the instance.
|
| ByzCoinProto.DownloadState |
DownloadState requests the current global state of that node.
|
| ByzCoinProto.DownloadState.Builder |
DownloadState requests the current global state of that node.
|
| ByzCoinProto.DownloadStateResponse |
DownloadStateResponse is returned by the service.
|
| ByzCoinProto.DownloadStateResponse.Builder |
DownloadStateResponse is returned by the service.
|
| ByzCoinProto.GetAllInstanceVersion |
GetAllInstanceVersion is a request asking for the list of
state changes of a given instance
|
| ByzCoinProto.GetAllInstanceVersion.Builder |
GetAllInstanceVersion is a request asking for the list of
state changes of a given instance
|
| ByzCoinProto.GetAllInstanceVersionResponse |
GetAllInstanceVersionResponse is the response that contains
the list of state changes of a instance
|
| ByzCoinProto.GetAllInstanceVersionResponse.Builder |
GetAllInstanceVersionResponse is the response that contains
the list of state changes of a instance
|
| ByzCoinProto.GetInstanceVersion |
GetInstanceVersion is a request asking the service to fetch
the version of the given instance
|
| ByzCoinProto.GetInstanceVersion.Builder |
GetInstanceVersion is a request asking the service to fetch
the version of the given instance
|
| ByzCoinProto.GetInstanceVersionResponse |
GetInstanceVersionResponse is the response for both
GetInstanceVersion and GetLastInstanceVersion.
|
| ByzCoinProto.GetInstanceVersionResponse.Builder |
GetInstanceVersionResponse is the response for both
GetInstanceVersion and GetLastInstanceVersion.
|
| ByzCoinProto.GetLastInstanceVersion |
GetLastInstanceVersion is request asking for the last version
of a given instance
|
| ByzCoinProto.GetLastInstanceVersion.Builder |
GetLastInstanceVersion is request asking for the last version
of a given 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.GetSignerCounters |
GetSignerCounters is a request to get the latest version for the specified
identity.
|
| ByzCoinProto.GetSignerCounters.Builder |
GetSignerCounters is a request to get the latest version for the specified
identity.
|
| ByzCoinProto.GetSignerCountersResponse |
GetSignerCountersResponse holds the latest version for the identity in the
request.
|
| ByzCoinProto.GetSignerCountersResponse.Builder |
GetSignerCountersResponse holds the latest version for the identity in the
request.
|
| 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.Authorise |
Authorise adds a ByzCoinID to the list of authorized IDs.
|
| Calypso.Authorise.Builder |
Authorise adds a ByzCoinID to the list of authorized IDs.
|
| Calypso.AuthoriseReply |
AuthoriseReply is returned upon successful authorization
Deprecated: please use AuthorizeReply
|
| Calypso.AuthoriseReply.Builder |
AuthoriseReply is returned upon successful authorization
Deprecated: please use AuthorizeReply
|
| Calypso.Authorize |
Authorize is used to add the given ByzCoinID into the list of
authorised IDs.
|
| Calypso.Authorize.Builder |
Authorize is used to add the given ByzCoinID into the list of
authorised IDs.
|
| Calypso.AuthorizeReply |
AuthorizeReply is returned upon successful authorisation.
|
| Calypso.AuthorizeReply.Builder |
AuthorizeReply is returned upon successful authorisation.
|
| 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.GetLTSReply |
GetLTSReply asks for the shared public key of the corresponding LTSID
|
| Calypso.GetLTSReply.Builder |
GetLTSReply asks for the shared public key of the corresponding LTSID
|
| Calypso.LtsInstanceInfo |
LtsInstanceInfo is the information stored in an LTS instance.
|
| Calypso.LtsInstanceInfo.Builder |
LtsInstanceInfo is the information stored in an LTS instance.
|
| Calypso.Read |
Read is the data stored in a read instance.
|
| Calypso.Read.Builder |
Read is the data stored in a read instance.
|
| Calypso.ReshareLTS |
ReshareLTS is used to update the LTS shares.
|
| Calypso.ReshareLTS.Builder |
ReshareLTS is used to update the LTS shares.
|
| Calypso.ReshareLTSReply |
ReshareLTSReply is returned upon successful resharing.
|
| Calypso.ReshareLTSReply.Builder |
ReshareLTSReply is returned upon successful resharing.
|
| 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 |
| NetworkProto.ServiceIdentity |
Protobuf type
network.ServiceIdentity |
| NetworkProto.ServiceIdentity.Builder |
Protobuf type
network.ServiceIdentity |
| 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.Attendees |
Attendees is a slice of points of attendees' public keys.
|
| Personhood.Attendees.Builder |
Attendees is a slice of points of attendees' public keys.
|
| Personhood.Attribute |
Attribute stores one specific attribute of a credential.
|
| Personhood.Attribute.Builder |
Attribute stores one specific attribute of a credential.
|
| Personhood.Capabilities |
Capabilities returns what the service is able to do.
|
| Personhood.Capabilities.Builder |
Capabilities returns what the service is able to do.
|
| Personhood.CapabilitiesResponse |
CapabilitiesResponse is the response with the endpoints and the version of each
endpoint.
|
| Personhood.CapabilitiesResponse.Builder |
CapabilitiesResponse is the response with the endpoints and the version of each
endpoint.
|
| Personhood.Capability |
Capability is one endpoint / version pair
|
| Personhood.Capability.Builder |
Capability is one endpoint / version pair
|
| Personhood.Credential |
Credential represents one identity of the user.
|
| Personhood.Credential.Builder |
Credential represents one identity of the user.
|
| Personhood.CredentialStruct |
CredentialStruct holds a slice of credentials.
|
| Personhood.CredentialStruct.Builder |
CredentialStruct holds a slice of credentials.
|
| Personhood.FinalStatement |
FinalStatement is the final configuration holding all data necessary
for a verifier.
|
| Personhood.FinalStatement.Builder |
FinalStatement is the final configuration holding all data necessary
for a verifier.
|
| Personhood.LRSTag |
LRSTag is the tag of the linkable ring signature sent in by a user.
|
| Personhood.LRSTag.Builder |
LRSTag is the tag of the linkable ring signature sent in by a user.
|
| Personhood.Meetup |
Meetup is sent by a user who wants to discover who else is around.
|
| Personhood.Meetup.Builder |
Meetup is sent by a user who wants to discover who else is around.
|
| Personhood.MeetupResponse |
MeetupResponse contains all users from the last x minutes.
|
| Personhood.MeetupResponse.Builder |
MeetupResponse contains all users from the last x minutes.
|
| 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.PartyList |
PartyList can either store a new party in the list, or just return the list of
available parties.
|
| Personhood.PartyList.Builder |
PartyList can either store a new party in the list, or just return the list of
available parties.
|
| Personhood.PartyListResponse |
PartyListResponse holds a list of all known parties so far.
|
| Personhood.PartyListResponse.Builder |
PartyListResponse holds a list of all known parties so far.
|
| Personhood.Poll |
Poll allows for adding, listing, and answering to storagePolls
|
| Personhood.Poll.Builder |
Poll allows for adding, listing, and answering to storagePolls
|
| Personhood.PollAnswer |
PollAnswer stores one answer for a poll.
|
| Personhood.PollAnswer.Builder |
PollAnswer stores one answer for a poll.
|
| Personhood.PollChoice |
PollChoice represents one choice of one participant.
|
| Personhood.PollChoice.Builder |
PollChoice represents one choice of one participant.
|
| Personhood.PollList |
PollList returns all known storagePolls for this byzcoinID
|
| Personhood.PollList.Builder |
PollList returns all known storagePolls for this byzcoinID
|
| Personhood.PollResponse |
PollResponse is sent back to the client and contains all storagePolls known that
still have a reward left.
|
| Personhood.PollResponse.Builder |
PollResponse is sent back to the client and contains all storagePolls known that
still have a reward left.
|
| Personhood.PollStruct |
PollStruct represents one poll with answers.
|
| Personhood.PollStruct.Builder |
PollStruct represents one poll with answers.
|
| Personhood.PopDesc |
PopDesc holds the name, date and a roster of all involved conodes.
|
| Personhood.PopDesc.Builder |
PopDesc holds the name, date and a roster of all involved conodes.
|
| Personhood.PopPartyStruct |
PopPartyStruct is the data that is stored in a pop-party instance.
|
| Personhood.PopPartyStruct.Builder |
PopPartyStruct is the data that is stored in a pop-party instance.
|
| Personhood.RoPaSci |
RoPaSci represents one rock-paper-scissors game.
|
| Personhood.RoPaSci.Builder |
RoPaSci represents one rock-paper-scissors game.
|
| Personhood.RoPaSciList |
RoPaSciList can either store a new RockPaperScissors in the list, or just
return the available RoPaScis.
|
| Personhood.RoPaSciList.Builder |
RoPaSciList can either store a new RockPaperScissors in the list, or just
return the available RoPaScis.
|
| Personhood.RoPaSciListResponse |
RoPaSciListResponse returns a list of all known, unfinished RockPaperScissors
games.
|
| Personhood.RoPaSciListResponse.Builder |
RoPaSciListResponse returns a list of all known, unfinished RockPaperScissors
games.
|
| Personhood.RoPaSciStruct |
RoPaSciStruct holds one Rock Paper Scissors event
|
| Personhood.RoPaSciStruct.Builder |
RoPaSciStruct holds one Rock Paper Scissors event
|
| Personhood.SpawnerStruct |
SpawnerStruct holds the data necessary for knowing how much spawning
of a certain contract costs.
|
| Personhood.SpawnerStruct.Builder |
SpawnerStruct holds the data necessary for knowing how much spawning
of a certain contract costs.
|
| 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.UserLocation |
UserLocation is the moment a user has been at a certain location.
|
| Personhood.UserLocation.Builder |
UserLocation is the moment a user has been at a certain location.
|
| 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.GetSingleBlockByIndexReply |
GetSingleBlockByIndexReply returns the block and a set of links that proves
this block to be attached to the genesis block.
|
| SkipchainProto.GetSingleBlockByIndexReply.Builder |
GetSingleBlockByIndexReply returns the block and a set of links that proves
this block to be attached to 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 |
| SkipchainProto.StoreSkipBlock |
StoreSkipBlock - Requests a new skipblock to be appended to the given
SkipBlock.
|
| SkipchainProto.StoreSkipBlock.Builder |
StoreSkipBlock - Requests a new skipblock to be appended to the given
SkipBlock.
|
| SkipchainProto.StoreSkipBlockReply |
StoreSkipBlockReply - returns the signed SkipBlock with updated backlinks
and the previous block if it exists.
|
| SkipchainProto.StoreSkipBlockReply.Builder |
StoreSkipBlockReply - returns the signed SkipBlock with updated backlinks
and the previous block if it exists.
|
| 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 © 2019. All rights reserved.