Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
ProvingSystem common.ProvingSystemId
Proof []byte
PublicInput []byte
VerificationKey []byte
QuorumNumbers types.QuorumNums
QuorumThresholdPercentages types.QuorumThresholdPercentages
Fee *big.Int
}
func NewTask ¶
func NewTask(provingSystemId common.ProvingSystemId, proof []byte, publicInput []byte, verificationKey []byte, quorumNumbers types.QuorumNums, quorumThresholdPercentages types.QuorumThresholdPercentages, fee *big.Int) *Task
type TaskSender ¶
type TaskSender struct {
// contains filtered or unexported fields
}
func NewTaskSender ¶
func NewTaskSender(avsWriter *chainio.AvsWriter) *TaskSender
func (*TaskSender) SendTask ¶
func (ts *TaskSender) SendTask(task *Task) error
Click to show internal directories.
Click to hide internal directories.