| 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.GetSignerCountersResponse
GetSignerCountersResponse holds the latest version for the identity in the
request.
|
| ByzCoinProto.Proof
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
| ByzCoinProto.StateChange
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.
|
| Class and Description |
|---|
| ByzCoinProto.ChainConfig
ChainConfig stores all the configuration information for one 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.LtsInstanceInfo
LtsInstanceInfo is the information stored in an LTS instance.
|
| 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 |
|---|
| SkipchainProto.SkipBlock
Protobuf type
skipchain.SkipBlock |
| 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 |
|---|
| NetworkProto.ServerIdentity
Protobuf type
network.ServerIdentity |
| OnetProto.Roster
Protobuf type
onet.Roster |
| StatusProto.Response
Response is what the Status service will reply to clients.
|
| Class and Description |
|---|
| AuthProxProto.EnrollmentInfo
EnrollmentInfo is public info about an enrollment.
|
| AuthProxProto.EnrollmentInfo.Builder
EnrollmentInfo is public info about an enrollment.
|
| AuthProxProto.EnrollmentInfoOrBuilder |
| 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.EnrollmentsRequestOrBuilder |
| AuthProxProto.EnrollmentsResponse
EnrollmentsResponse is the returned list of enrollments.
|
| AuthProxProto.EnrollmentsResponse.Builder
EnrollmentsResponse is the returned list of enrollments.
|
| AuthProxProto.EnrollmentsResponseOrBuilder |
| 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.EnrollRequestOrBuilder |
| 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.EnrollResponseOrBuilder |
| 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.PartialSigOrBuilder |
| 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.PriShareOrBuilder |
| 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.SignatureRequestOrBuilder |
| AuthProxProto.SignatureResponse
SignatureResponse is the response to a SignMessage request.
|
| AuthProxProto.SignatureResponse.Builder
SignatureResponse is the response to a SignMessage request.
|
| AuthProxProto.SignatureResponseOrBuilder |
| 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.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.CheckStateChangeValidityOrBuilder |
| 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.CheckStateChangeValidityResponseOrBuilder |
| 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.DBKeyValue
DBKeyValue represents one element in bboltdb
|
| ByzCoinProto.DBKeyValue.Builder
DBKeyValue represents one element in bboltdb
|
| ByzCoinProto.DBKeyValueOrBuilder |
| 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.DebugRemoveRequestOrBuilder |
| 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.DebugRequestOrBuilder |
| 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.DebugResponseByzcoinOrBuilder |
| ByzCoinProto.DebugResponseOrBuilder |
| ByzCoinProto.DebugResponseState
DebugResponseState holds one key/state pair of the response.
|
| ByzCoinProto.DebugResponseState.Builder
DebugResponseState holds one key/state pair of the response.
|
| ByzCoinProto.DebugResponseStateOrBuilder |
| ByzCoinProto.Delete
Delete removes the instance.
|
| ByzCoinProto.Delete.Builder
Delete removes the instance.
|
| ByzCoinProto.DeleteOrBuilder |
| ByzCoinProto.DownloadState
DownloadState requests the current global state of that node.
|
| ByzCoinProto.DownloadState.Builder
DownloadState requests the current global state of that node.
|
| ByzCoinProto.DownloadStateOrBuilder |
| ByzCoinProto.DownloadStateResponse
DownloadStateResponse is returned by the service.
|
| ByzCoinProto.DownloadStateResponse.Builder
DownloadStateResponse is returned by the service.
|
| ByzCoinProto.DownloadStateResponseOrBuilder |
| 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.GetAllInstanceVersionOrBuilder |
| 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.GetAllInstanceVersionResponseOrBuilder |
| 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.GetInstanceVersionOrBuilder |
| ByzCoinProto.GetInstanceVersionResponse
GetInstanceVersionResponse is the response for both
GetInstanceVersion and GetLastInstanceVersion.
|
| ByzCoinProto.GetInstanceVersionResponse.Builder
GetInstanceVersionResponse is the response for both
GetInstanceVersion and GetLastInstanceVersion.
|
| ByzCoinProto.GetInstanceVersionResponseOrBuilder |
| 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.GetLastInstanceVersionOrBuilder |
| 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.GetProofOrBuilder |
| 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.GetProofResponseOrBuilder |
| 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.GetSignerCountersOrBuilder |
| 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.GetSignerCountersResponseOrBuilder |
| 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.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.StateChangeBodyOrBuilder |
| 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.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.AuthoriseOrBuilder |
| 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.AuthoriseReplyOrBuilder |
| 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.AuthorizeOrBuilder |
| Calypso.AuthorizeReply
AuthorizeReply is returned upon successful authorisation.
|
| Calypso.AuthorizeReply.Builder
AuthorizeReply is returned upon successful authorisation.
|
| Calypso.AuthorizeReplyOrBuilder |
| 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 Client.
|
| Calypso.DecryptKey.Builder
DecryptKey is sent by a reader after he successfully stored a 'Read' request
in byzcoin Client.
|
| 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.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.GetLTSReplyOrBuilder |
| Calypso.LtsInstanceInfo
LtsInstanceInfo is the information stored in an LTS instance.
|
| Calypso.LtsInstanceInfo.Builder
LtsInstanceInfo is the information stored in an LTS instance.
|
| Calypso.LtsInstanceInfoOrBuilder |
| 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.ReshareLTS
ReshareLTS is used to update the LTS shares.
|
| Calypso.ReshareLTS.Builder
ReshareLTS is used to update the LTS shares.
|
| Calypso.ReshareLTSOrBuilder |
| Calypso.ReshareLTSReply
ReshareLTSReply is returned upon successful resharing.
|
| Calypso.ReshareLTSReply.Builder
ReshareLTSReply is returned upon successful resharing.
|
| Calypso.ReshareLTSReplyOrBuilder |
| 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.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.IdentityProxyOrBuilder |
| 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.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.SignerProxyOrBuilder |
| 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 |
| NetworkProto.ServiceIdentity
Protobuf type
network.ServiceIdentity |
| NetworkProto.ServiceIdentity.Builder
Protobuf type
network.ServiceIdentity |
| NetworkProto.ServiceIdentityOrBuilder |
| 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.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.AttendeesOrBuilder |
| Personhood.Attribute
Attribute stores one specific attribute of a credential.
|
| Personhood.Attribute.Builder
Attribute stores one specific attribute of a credential.
|
| Personhood.AttributeOrBuilder |
| Personhood.Capabilities
Capabilities returns what the service is able to do.
|
| Personhood.Capabilities.Builder
Capabilities returns what the service is able to do.
|
| Personhood.CapabilitiesOrBuilder |
| 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.CapabilitiesResponseOrBuilder |
| Personhood.Capability
Capability is one endpoint / version pair
|
| Personhood.Capability.Builder
Capability is one endpoint / version pair
|
| Personhood.CapabilityOrBuilder |
| Personhood.Credential
Credential represents one identity of the user.
|
| Personhood.Credential.Builder
Credential represents one identity of the user.
|
| Personhood.CredentialOrBuilder |
| Personhood.CredentialStruct
CredentialStruct holds a slice of credentials.
|
| Personhood.CredentialStruct.Builder
CredentialStruct holds a slice of credentials.
|
| Personhood.CredentialStructOrBuilder |
| 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.FinalStatementOrBuilder |
| 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.LRSTagOrBuilder |
| 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.MeetupOrBuilder |
| Personhood.MeetupResponse
MeetupResponse contains all users from the last x minutes.
|
| Personhood.MeetupResponse.Builder
MeetupResponse contains all users from the last x minutes.
|
| Personhood.MeetupResponseOrBuilder |
| 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.PartyListOrBuilder |
| 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.PartyListResponseOrBuilder |
| Personhood.PartyOrBuilder |
| 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.PollAnswerOrBuilder |
| Personhood.PollChoice
PollChoice represents one choice of one participant.
|
| Personhood.PollChoice.Builder
PollChoice represents one choice of one participant.
|
| Personhood.PollChoiceOrBuilder |
| Personhood.PollList
PollList returns all known storagePolls for this byzcoinID
|
| Personhood.PollList.Builder
PollList returns all known storagePolls for this byzcoinID
|
| Personhood.PollListOrBuilder |
| Personhood.PollOrBuilder |
| 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.PollResponseOrBuilder |
| Personhood.PollStruct
PollStruct represents one poll with answers.
|
| Personhood.PollStruct.Builder
PollStruct represents one poll with answers.
|
| Personhood.PollStructOrBuilder |
| 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.PopDescOrBuilder |
| 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.PopPartyStructOrBuilder |
| 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.RoPaSciListOrBuilder |
| 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.RoPaSciListResponseOrBuilder |
| Personhood.RoPaSciOrBuilder |
| Personhood.RoPaSciStruct
RoPaSciStruct holds one Rock Paper Scissors event
|
| Personhood.RoPaSciStruct.Builder
RoPaSciStruct holds one Rock Paper Scissors event
|
| Personhood.RoPaSciStructOrBuilder |
| 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.SpawnerStructOrBuilder |
| 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.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.
|
| Personhood.UserLocationOrBuilder |
| 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.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.GetAllSkipChainIDsOrBuilder |
| SkipchainProto.GetAllSkipChainIDsReply
GetAllSkipChainIDsReply - reply to GetAllSkipchains
|
| SkipchainProto.GetAllSkipChainIDsReply.Builder
GetAllSkipChainIDsReply - reply to GetAllSkipchains
|
| SkipchainProto.GetAllSkipChainIDsReplyOrBuilder |
| 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.GetSingleBlockByIndexOrBuilder |
| 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.GetSingleBlockByIndexReplyOrBuilder |
| 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 |
| 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.StoreSkipBlockOrBuilder |
| 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.
|
| SkipchainProto.StoreSkipBlockReplyOrBuilder |
| 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 |
| TrieProto.EmptyNode
Protobuf type
trie.EmptyNode |
| TrieProto.EmptyNode.Builder
Protobuf type
trie.EmptyNode |
| TrieProto.EmptyNodeOrBuilder |
| TrieProto.InteriorNode
Protobuf type
trie.InteriorNode |
| TrieProto.InteriorNode.Builder
Protobuf type
trie.InteriorNode |
| TrieProto.InteriorNodeOrBuilder |
| TrieProto.LeafNode
Protobuf type
trie.LeafNode |
| TrieProto.LeafNode.Builder
Protobuf type
trie.LeafNode |
| TrieProto.LeafNodeOrBuilder |
| TrieProto.Proof
Proof contains an inclusion/absence proof for a key.
|
| TrieProto.Proof.Builder
Proof contains an inclusion/absence proof for a key.
|
| TrieProto.ProofOrBuilder |
| 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 © 2019. All rights reserved.