Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Processor ¶
type Processor struct {
node.InformerAndSigner
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor(infoAndSig node.InformerAndSigner, pStorage *policy.Storage) Processor
NewProcessor returns a registration utility processor bound to the provided node informerAndSigner and policy storage.
func (*Processor) TEEAttestation ¶
func (p *Processor) TEEAttestation( _ context.Context, submissionTag types.SubmissionTag, dataFixed *instruction.DataFixed, _ []hexutil.Bytes, _ []common.Address, _ *cpolicy.SigningPolicy, ) ([]byte, []byte, error)
TEEAttestation handles the registration attestation instruction, producing a TEE info response when the threshold is reached and acknowledging other submission stages.
Click to show internal directories.
Click to hide internal directories.