batchfetcherpb

package
v0.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_batchfetcherpb_batchfetcherpb_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Event

type Event struct {

	// Types that are assignable to Type:
	//	*Event_NewOrderedBatch
	//	*Event_ClientProgress
	Type isEvent_Type `protobuf_oneof:"Type"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetClientProgress

func (x *Event) GetClientProgress() *trantorpb.ClientProgress

func (*Event) GetNewOrderedBatch

func (x *Event) GetNewOrderedBatch() *NewOrderedBatch

func (*Event) GetType

func (m *Event) GetType() isEvent_Type

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) ReflectTypeOptions added in v0.2.0

func (*Event) ReflectTypeOptions() []reflect.Type

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type Event_ClientProgress

type Event_ClientProgress struct {
	ClientProgress *trantorpb.ClientProgress `protobuf:"bytes,2,opt,name=client_progress,json=clientProgress,proto3,oneof"`
}

func (*Event_ClientProgress) Unwrap

type Event_NewOrderedBatch

type Event_NewOrderedBatch struct {
	NewOrderedBatch *NewOrderedBatch `protobuf:"bytes,1,opt,name=new_ordered_batch,json=newOrderedBatch,proto3,oneof"`
}

func (*Event_NewOrderedBatch) Unwrap

type Event_Type

type Event_Type = isEvent_Type

type Event_TypeWrapper

type Event_TypeWrapper[T any] interface {
	Event_Type
	Unwrap() *T
}

type NewOrderedBatch

type NewOrderedBatch struct {
	Txs []*trantorpb.Transaction `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"`
	// contains filtered or unexported fields
}

func (*NewOrderedBatch) Descriptor deprecated

func (*NewOrderedBatch) Descriptor() ([]byte, []int)

Deprecated: Use NewOrderedBatch.ProtoReflect.Descriptor instead.

func (*NewOrderedBatch) GetTxs

func (x *NewOrderedBatch) GetTxs() []*trantorpb.Transaction

func (*NewOrderedBatch) ProtoMessage

func (*NewOrderedBatch) ProtoMessage()

func (*NewOrderedBatch) ProtoReflect

func (x *NewOrderedBatch) ProtoReflect() protoreflect.Message

func (*NewOrderedBatch) Reset

func (x *NewOrderedBatch) Reset()

func (*NewOrderedBatch) String

func (x *NewOrderedBatch) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL