Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func NewScheduler ¶
func NewScheduler( topicId string, operator string, executionWindow int64, contractService *bridge.BridgeContractService, hederaClient *hederaClient.HederaNodeClient, ) *Scheduler
NewScheduler - Creates new instance of Scheduler
func (*Scheduler) Schedule ¶
func (s *Scheduler) Schedule(id string, submission ethsubmission.Submission) error
Schedule - Schedules new Transaction for execution at the right leader elected slot
Click to show internal directories.
Click to hide internal directories.