Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeqBatch ¶
type SeqBatch struct { Number types.ArgUint64 `json:"number"` AccInputHash common.Hash `json:"accInputHash"` BatchL2Data types.ArgBytes `json:"batchL2Data"` }
SeqBatch structure
type Tracker ¶ added in v0.0.4
type Tracker struct {
// contains filtered or unexported fields
}
Tracker watches the contract for relevant changes to the sequencer
func NewTracker ¶ added in v0.0.4
NewTracker creates a new Tracker
func (*Tracker) GetSequenceBatch ¶ added in v0.0.4
GetSequenceBatch returns sequence batch for given batch number
Click to show internal directories.
Click to hide internal directories.