Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func EventFromPb(pb *batchfetcherpb.Event) *Event
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
func (*Event) Pb ¶
func (m *Event) Pb() *batchfetcherpb.Event
type Event_ClientProgress ¶
type Event_ClientProgress struct {
ClientProgress *types.ClientProgress
}
func (*Event_ClientProgress) MirReflect ¶
func (*Event_ClientProgress) MirReflect() mirreflect.Type
func (*Event_ClientProgress) Pb ¶
func (w *Event_ClientProgress) Pb() batchfetcherpb.Event_Type
func (*Event_ClientProgress) Unwrap ¶
func (w *Event_ClientProgress) Unwrap() *types.ClientProgress
type Event_NewOrderedBatch ¶
type Event_NewOrderedBatch struct {
NewOrderedBatch *NewOrderedBatch
}
func (*Event_NewOrderedBatch) MirReflect ¶
func (*Event_NewOrderedBatch) MirReflect() mirreflect.Type
func (*Event_NewOrderedBatch) Pb ¶
func (w *Event_NewOrderedBatch) Pb() batchfetcherpb.Event_Type
func (*Event_NewOrderedBatch) Unwrap ¶
func (w *Event_NewOrderedBatch) Unwrap() *NewOrderedBatch
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() batchfetcherpb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb batchfetcherpb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type NewOrderedBatch ¶
type NewOrderedBatch struct {
Txs []*types.Transaction
}
func NewOrderedBatchFromPb ¶
func NewOrderedBatchFromPb(pb *batchfetcherpb.NewOrderedBatch) *NewOrderedBatch
func (*NewOrderedBatch) MirReflect ¶
func (*NewOrderedBatch) MirReflect() mirreflect.Type
func (*NewOrderedBatch) Pb ¶
func (m *NewOrderedBatch) Pb() *batchfetcherpb.NewOrderedBatch
Click to show internal directories.
Click to hide internal directories.