mevrelay

package
v0.0.198 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_proto_mevrelay_bids_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_mevrelay_payloads_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_mevrelay_relay_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BidTrace

type BidTrace struct {
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ParentHash           *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=parent_hash,proto3" json:"parent_hash,omitempty"`
	BlockHash            *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	BuilderPubkey        *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=builder_pubkey,proto3" json:"builder_pubkey,omitempty"`
	ProposerPubkey       *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=proposer_pubkey,proto3" json:"proposer_pubkey,omitempty"`
	ProposerFeeRecipient *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=proposer_fee_recipient,proto3" json:"proposer_fee_recipient,omitempty"`
	GasLimit             *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=gas_limit,proto3" json:"gas_limit,omitempty"`
	GasUsed              *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
	Value                *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=value,proto3" json:"value,omitempty"`
	NumTx                *wrapperspb.UInt64Value `protobuf:"bytes,10,opt,name=num_tx,proto3" json:"num_tx,omitempty"`
	BlockNumber          *wrapperspb.UInt64Value `protobuf:"bytes,11,opt,name=block_number,proto3" json:"block_number,omitempty"`
	Timestamp            *wrapperspb.Int64Value  `protobuf:"bytes,12,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TimestampMs          *wrapperspb.Int64Value  `protobuf:"bytes,13,opt,name=timestamp_ms,proto3" json:"timestamp_ms,omitempty"`
	OptimisticSubmission *wrapperspb.BoolValue   `protobuf:"bytes,14,opt,name=optimistic_submission,proto3" json:"optimistic_submission,omitempty"`
	// contains filtered or unexported fields
}

func (*BidTrace) Descriptor deprecated

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

Deprecated: Use BidTrace.ProtoReflect.Descriptor instead.

func (*BidTrace) GetBlockHash

func (x *BidTrace) GetBlockHash() *wrapperspb.StringValue

func (*BidTrace) GetBlockNumber

func (x *BidTrace) GetBlockNumber() *wrapperspb.UInt64Value

func (*BidTrace) GetBuilderPubkey

func (x *BidTrace) GetBuilderPubkey() *wrapperspb.StringValue

func (*BidTrace) GetGasLimit

func (x *BidTrace) GetGasLimit() *wrapperspb.UInt64Value

func (*BidTrace) GetGasUsed

func (x *BidTrace) GetGasUsed() *wrapperspb.UInt64Value

func (*BidTrace) GetNumTx

func (x *BidTrace) GetNumTx() *wrapperspb.UInt64Value

func (*BidTrace) GetOptimisticSubmission

func (x *BidTrace) GetOptimisticSubmission() *wrapperspb.BoolValue

func (*BidTrace) GetParentHash

func (x *BidTrace) GetParentHash() *wrapperspb.StringValue

func (*BidTrace) GetProposerFeeRecipient

func (x *BidTrace) GetProposerFeeRecipient() *wrapperspb.StringValue

func (*BidTrace) GetProposerPubkey

func (x *BidTrace) GetProposerPubkey() *wrapperspb.StringValue

func (*BidTrace) GetSlot

func (x *BidTrace) GetSlot() *wrapperspb.UInt64Value

func (*BidTrace) GetTimestamp

func (x *BidTrace) GetTimestamp() *wrapperspb.Int64Value

func (*BidTrace) GetTimestampMs

func (x *BidTrace) GetTimestampMs() *wrapperspb.Int64Value

func (*BidTrace) GetValue

func (x *BidTrace) GetValue() *wrapperspb.StringValue

func (*BidTrace) ProtoMessage

func (*BidTrace) ProtoMessage()

func (*BidTrace) ProtoReflect

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

func (*BidTrace) Reset

func (x *BidTrace) Reset()

func (*BidTrace) String

func (x *BidTrace) String() string

type ProposerPayloadDelivered added in v0.0.197

type ProposerPayloadDelivered struct {
	Slot                 *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=slot,proto3" json:"slot,omitempty"`
	ParentHash           *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=parent_hash,proto3" json:"parent_hash,omitempty"`
	BlockHash            *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=block_hash,proto3" json:"block_hash,omitempty"`
	BuilderPubkey        *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=builder_pubkey,proto3" json:"builder_pubkey,omitempty"`
	ProposerPubkey       *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=proposer_pubkey,proto3" json:"proposer_pubkey,omitempty"`
	ProposerFeeRecipient *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=proposer_fee_recipient,proto3" json:"proposer_fee_recipient,omitempty"`
	GasLimit             *wrapperspb.UInt64Value `protobuf:"bytes,7,opt,name=gas_limit,proto3" json:"gas_limit,omitempty"`
	GasUsed              *wrapperspb.UInt64Value `protobuf:"bytes,8,opt,name=gas_used,proto3" json:"gas_used,omitempty"`
	Value                *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=value,proto3" json:"value,omitempty"`
	BlockNumber          *wrapperspb.UInt64Value `protobuf:"bytes,10,opt,name=block_number,proto3" json:"block_number,omitempty"`
	NumTx                *wrapperspb.UInt64Value `protobuf:"bytes,11,opt,name=num_tx,proto3" json:"num_tx,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposerPayloadDelivered) Descriptor deprecated added in v0.0.197

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

Deprecated: Use ProposerPayloadDelivered.ProtoReflect.Descriptor instead.

func (*ProposerPayloadDelivered) GetBlockHash added in v0.0.197

func (x *ProposerPayloadDelivered) GetBlockHash() *wrapperspb.StringValue

func (*ProposerPayloadDelivered) GetBlockNumber added in v0.0.197

func (x *ProposerPayloadDelivered) GetBlockNumber() *wrapperspb.UInt64Value

func (*ProposerPayloadDelivered) GetBuilderPubkey added in v0.0.197

func (x *ProposerPayloadDelivered) GetBuilderPubkey() *wrapperspb.StringValue

func (*ProposerPayloadDelivered) GetGasLimit added in v0.0.197

func (*ProposerPayloadDelivered) GetGasUsed added in v0.0.197

func (*ProposerPayloadDelivered) GetNumTx added in v0.0.197

func (*ProposerPayloadDelivered) GetParentHash added in v0.0.197

func (x *ProposerPayloadDelivered) GetParentHash() *wrapperspb.StringValue

func (*ProposerPayloadDelivered) GetProposerFeeRecipient added in v0.0.197

func (x *ProposerPayloadDelivered) GetProposerFeeRecipient() *wrapperspb.StringValue

func (*ProposerPayloadDelivered) GetProposerPubkey added in v0.0.197

func (x *ProposerPayloadDelivered) GetProposerPubkey() *wrapperspb.StringValue

func (*ProposerPayloadDelivered) GetSlot added in v0.0.197

func (*ProposerPayloadDelivered) GetValue added in v0.0.197

func (*ProposerPayloadDelivered) ProtoMessage added in v0.0.197

func (*ProposerPayloadDelivered) ProtoMessage()

func (*ProposerPayloadDelivered) ProtoReflect added in v0.0.197

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

func (*ProposerPayloadDelivered) Reset added in v0.0.197

func (x *ProposerPayloadDelivered) Reset()

func (*ProposerPayloadDelivered) String added in v0.0.197

func (x *ProposerPayloadDelivered) String() string

type Relay

type Relay struct {
	Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Url  *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*Relay) Descriptor deprecated

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

Deprecated: Use Relay.ProtoReflect.Descriptor instead.

func (*Relay) GetName

func (x *Relay) GetName() *wrapperspb.StringValue

func (*Relay) GetUrl

func (x *Relay) GetUrl() *wrapperspb.StringValue

func (*Relay) ProtoMessage

func (*Relay) ProtoMessage()

func (*Relay) ProtoReflect

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

func (*Relay) Reset

func (x *Relay) Reset()

func (*Relay) String

func (x *Relay) String() string

Jump to

Keyboard shortcuts

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