Documentation
¶
Index ¶
Constants ¶
View Source
const ProtoName = "execute"
Variables ¶
This section is empty.
Functions ¶
func NewExecute ¶
func NewExecute(n *onet.TreeNodeInstance) (onet.ProtocolInstance, error)
Types ¶
type Execute ¶
type Execute struct {
*onet.TreeNodeInstance
Input *base.ExecuteInput
Output *base.ExecuteOutput
ExecReq *core.ExecutionRequest
InputReceipts map[string]*core.OpcodeReceipt
OutputReceipts map[string]*core.OpcodeReceipt
KP *key.Pair
Publics []kyber.Point
Failures int
Success int
Threshold int
Executed chan bool
// contains filtered or unexported fields
}
type Request ¶
type Request struct {
Input *base.ExecuteInput
ExecReq *core.ExecutionRequest
}
type Response ¶
type Response struct {
InSignatures map[string]bdnproto.BdnSignature
OutSignatures map[string]bdnproto.BdnSignature
}
type StructRequest ¶
type StructResponse ¶
Click to show internal directories.
Click to hide internal directories.