Versions in this module Expand all Collapse all v1 v1.0.1 Jan 26, 2025 v1.0.0 Nov 28, 2024 Changes in this version + var DroppedReason_name = map[int32]string + var DroppedReason_value = map[string]int32 + var File_bundle_proto protoreflect.FileDescriptor + type Accepted struct + Slot uint64 + ValidatorIdentity string + func (*Accepted) Descriptor() ([]byte, []int) + func (*Accepted) ProtoMessage() + func (x *Accepted) GetSlot() uint64 + func (x *Accepted) GetValidatorIdentity() string + func (x *Accepted) ProtoReflect() protoreflect.Message + func (x *Accepted) Reset() + func (x *Accepted) String() string + type Bundle struct + Header *shared.Header + Packets []*packet.Packet + func (*Bundle) Descriptor() ([]byte, []int) + func (*Bundle) ProtoMessage() + func (x *Bundle) GetHeader() *shared.Header + func (x *Bundle) GetPackets() []*packet.Packet + func (x *Bundle) ProtoReflect() protoreflect.Message + func (x *Bundle) Reset() + func (x *Bundle) String() string + type BundleResult struct + BundleId string + Result isBundleResult_Result + func (*BundleResult) Descriptor() ([]byte, []int) + func (*BundleResult) ProtoMessage() + func (m *BundleResult) GetResult() isBundleResult_Result + func (x *BundleResult) GetAccepted() *Accepted + func (x *BundleResult) GetBundleId() string + func (x *BundleResult) GetDropped() *Dropped + func (x *BundleResult) GetFinalized() *Finalized + func (x *BundleResult) GetProcessed() *Processed + func (x *BundleResult) GetRejected() *Rejected + func (x *BundleResult) ProtoReflect() protoreflect.Message + func (x *BundleResult) Reset() + func (x *BundleResult) String() string + type BundleResult_Accepted struct + Accepted *Accepted + type BundleResult_Dropped struct + Dropped *Dropped + type BundleResult_Finalized struct + Finalized *Finalized + type BundleResult_Processed struct + Processed *Processed + type BundleResult_Rejected struct + Rejected *Rejected + type BundleUuid struct + Bundle *Bundle + Uuid string + func (*BundleUuid) Descriptor() ([]byte, []int) + func (*BundleUuid) ProtoMessage() + func (x *BundleUuid) GetBundle() *Bundle + func (x *BundleUuid) GetUuid() string + func (x *BundleUuid) ProtoReflect() protoreflect.Message + func (x *BundleUuid) Reset() + func (x *BundleUuid) String() string + type Dropped struct + Reason DroppedReason + func (*Dropped) Descriptor() ([]byte, []int) + func (*Dropped) ProtoMessage() + func (x *Dropped) GetReason() DroppedReason + func (x *Dropped) ProtoReflect() protoreflect.Message + func (x *Dropped) Reset() + func (x *Dropped) String() string + type DroppedBundle struct + Msg string + func (*DroppedBundle) Descriptor() ([]byte, []int) + func (*DroppedBundle) ProtoMessage() + func (x *DroppedBundle) GetMsg() string + func (x *DroppedBundle) ProtoReflect() protoreflect.Message + func (x *DroppedBundle) Reset() + func (x *DroppedBundle) String() string + type DroppedReason int32 + const DroppedReason_BlockhashExpired + const DroppedReason_NotFinalized + const DroppedReason_PartiallyProcessed + func (DroppedReason) Descriptor() protoreflect.EnumDescriptor + func (DroppedReason) EnumDescriptor() ([]byte, []int) + func (DroppedReason) Type() protoreflect.EnumType + func (x DroppedReason) Enum() *DroppedReason + func (x DroppedReason) Number() protoreflect.EnumNumber + func (x DroppedReason) String() string + type Finalized struct + func (*Finalized) Descriptor() ([]byte, []int) + func (*Finalized) ProtoMessage() + func (x *Finalized) ProtoReflect() protoreflect.Message + func (x *Finalized) Reset() + func (x *Finalized) String() string + type InternalError struct + Msg string + func (*InternalError) Descriptor() ([]byte, []int) + func (*InternalError) ProtoMessage() + func (x *InternalError) GetMsg() string + func (x *InternalError) ProtoReflect() protoreflect.Message + func (x *InternalError) Reset() + func (x *InternalError) String() string + type Processed struct + BundleIndex uint64 + Slot uint64 + ValidatorIdentity string + func (*Processed) Descriptor() ([]byte, []int) + func (*Processed) ProtoMessage() + func (x *Processed) GetBundleIndex() uint64 + func (x *Processed) GetSlot() uint64 + func (x *Processed) GetValidatorIdentity() string + func (x *Processed) ProtoReflect() protoreflect.Message + func (x *Processed) Reset() + func (x *Processed) String() string + type Rejected struct + Reason isRejected_Reason + func (*Rejected) Descriptor() ([]byte, []int) + func (*Rejected) ProtoMessage() + func (m *Rejected) GetReason() isRejected_Reason + func (x *Rejected) GetDroppedBundle() *DroppedBundle + func (x *Rejected) GetInternalError() *InternalError + func (x *Rejected) GetSimulationFailure() *SimulationFailure + func (x *Rejected) GetStateAuctionBidRejected() *StateAuctionBidRejected + func (x *Rejected) GetWinningBatchBidRejected() *WinningBatchBidRejected + func (x *Rejected) ProtoReflect() protoreflect.Message + func (x *Rejected) Reset() + func (x *Rejected) String() string + type Rejected_DroppedBundle struct + DroppedBundle *DroppedBundle + type Rejected_InternalError struct + InternalError *InternalError + type Rejected_SimulationFailure struct + SimulationFailure *SimulationFailure + type Rejected_StateAuctionBidRejected struct + StateAuctionBidRejected *StateAuctionBidRejected + type Rejected_WinningBatchBidRejected struct + WinningBatchBidRejected *WinningBatchBidRejected + type SimulationFailure struct + Msg *string + TxSignature string + func (*SimulationFailure) Descriptor() ([]byte, []int) + func (*SimulationFailure) ProtoMessage() + func (x *SimulationFailure) GetMsg() string + func (x *SimulationFailure) GetTxSignature() string + func (x *SimulationFailure) ProtoReflect() protoreflect.Message + func (x *SimulationFailure) Reset() + func (x *SimulationFailure) String() string + type StateAuctionBidRejected struct + AuctionId string + Msg *string + SimulatedBidLamports uint64 + func (*StateAuctionBidRejected) Descriptor() ([]byte, []int) + func (*StateAuctionBidRejected) ProtoMessage() + func (x *StateAuctionBidRejected) GetAuctionId() string + func (x *StateAuctionBidRejected) GetMsg() string + func (x *StateAuctionBidRejected) GetSimulatedBidLamports() uint64 + func (x *StateAuctionBidRejected) ProtoReflect() protoreflect.Message + func (x *StateAuctionBidRejected) Reset() + func (x *StateAuctionBidRejected) String() string + type WinningBatchBidRejected struct + AuctionId string + Msg *string + SimulatedBidLamports uint64 + func (*WinningBatchBidRejected) Descriptor() ([]byte, []int) + func (*WinningBatchBidRejected) ProtoMessage() + func (x *WinningBatchBidRejected) GetAuctionId() string + func (x *WinningBatchBidRejected) GetMsg() string + func (x *WinningBatchBidRejected) GetSimulatedBidLamports() uint64 + func (x *WinningBatchBidRejected) ProtoReflect() protoreflect.Message + func (x *WinningBatchBidRejected) Reset() + func (x *WinningBatchBidRejected) String() string