Documentation ¶
Index ¶
- Variables
- type BidTrace
- func (*BidTrace) Descriptor() ([]byte, []int)deprecated
- func (x *BidTrace) GetBlockHash() *wrapperspb.StringValue
- func (x *BidTrace) GetBlockNumber() *wrapperspb.UInt64Value
- func (x *BidTrace) GetBuilderPubkey() *wrapperspb.StringValue
- func (x *BidTrace) GetGasLimit() *wrapperspb.UInt64Value
- func (x *BidTrace) GetGasUsed() *wrapperspb.UInt64Value
- func (x *BidTrace) GetNumTx() *wrapperspb.UInt64Value
- func (x *BidTrace) GetOptimisticSubmission() *wrapperspb.BoolValue
- func (x *BidTrace) GetParentHash() *wrapperspb.StringValue
- func (x *BidTrace) GetProposerFeeRecipient() *wrapperspb.StringValue
- func (x *BidTrace) GetProposerPubkey() *wrapperspb.StringValue
- func (x *BidTrace) GetSlot() *wrapperspb.UInt64Value
- func (x *BidTrace) GetTimestamp() *wrapperspb.Int64Value
- func (x *BidTrace) GetTimestampMs() *wrapperspb.Int64Value
- func (x *BidTrace) GetValue() *wrapperspb.StringValue
- func (*BidTrace) ProtoMessage()
- func (x *BidTrace) ProtoReflect() protoreflect.Message
- func (x *BidTrace) Reset()
- func (x *BidTrace) String() string
- type ProposerPayloadDelivered
- func (*ProposerPayloadDelivered) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerPayloadDelivered) GetBlockHash() *wrapperspb.StringValue
- func (x *ProposerPayloadDelivered) GetBlockNumber() *wrapperspb.UInt64Value
- func (x *ProposerPayloadDelivered) GetBuilderPubkey() *wrapperspb.StringValue
- func (x *ProposerPayloadDelivered) GetGasLimit() *wrapperspb.UInt64Value
- func (x *ProposerPayloadDelivered) GetGasUsed() *wrapperspb.UInt64Value
- func (x *ProposerPayloadDelivered) GetNumTx() *wrapperspb.UInt64Value
- func (x *ProposerPayloadDelivered) GetParentHash() *wrapperspb.StringValue
- func (x *ProposerPayloadDelivered) GetProposerFeeRecipient() *wrapperspb.StringValue
- func (x *ProposerPayloadDelivered) GetProposerPubkey() *wrapperspb.StringValue
- func (x *ProposerPayloadDelivered) GetSlot() *wrapperspb.UInt64Value
- func (x *ProposerPayloadDelivered) GetValue() *wrapperspb.StringValue
- func (*ProposerPayloadDelivered) ProtoMessage()
- func (x *ProposerPayloadDelivered) ProtoReflect() protoreflect.Message
- func (x *ProposerPayloadDelivered) Reset()
- func (x *ProposerPayloadDelivered) String() string
- type Relay
- type ValidatorRegistration
- func (*ValidatorRegistration) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorRegistration) GetMessage() *ValidatorRegistrationMessage
- func (x *ValidatorRegistration) GetSignature() *wrapperspb.StringValue
- func (*ValidatorRegistration) ProtoMessage()
- func (x *ValidatorRegistration) ProtoReflect() protoreflect.Message
- func (x *ValidatorRegistration) Reset()
- func (x *ValidatorRegistration) String() string
- type ValidatorRegistrationMessage
- func (*ValidatorRegistrationMessage) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorRegistrationMessage) GetFeeRecipient() *wrapperspb.StringValue
- func (x *ValidatorRegistrationMessage) GetGasLimit() *wrapperspb.UInt64Value
- func (x *ValidatorRegistrationMessage) GetPubkey() *wrapperspb.StringValue
- func (x *ValidatorRegistrationMessage) GetTimestamp() *wrapperspb.UInt64Value
- func (*ValidatorRegistrationMessage) ProtoMessage()
- func (x *ValidatorRegistrationMessage) ProtoReflect() protoreflect.Message
- func (x *ValidatorRegistrationMessage) Reset()
- func (x *ValidatorRegistrationMessage) String() string
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) 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
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 (x *ProposerPayloadDelivered) GetGasLimit() *wrapperspb.UInt64Value
func (*ProposerPayloadDelivered) GetGasUsed ¶ added in v0.0.197
func (x *ProposerPayloadDelivered) GetGasUsed() *wrapperspb.UInt64Value
func (*ProposerPayloadDelivered) GetNumTx ¶ added in v0.0.197
func (x *ProposerPayloadDelivered) GetNumTx() *wrapperspb.UInt64Value
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 (x *ProposerPayloadDelivered) GetSlot() *wrapperspb.UInt64Value
func (*ProposerPayloadDelivered) GetValue ¶ added in v0.0.197
func (x *ProposerPayloadDelivered) GetValue() *wrapperspb.StringValue
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) 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
type ValidatorRegistration ¶ added in v1.0.24
type ValidatorRegistration struct { Message *ValidatorRegistrationMessage `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*ValidatorRegistration) Descriptor
deprecated
added in
v1.0.24
func (*ValidatorRegistration) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorRegistration.ProtoReflect.Descriptor instead.
func (*ValidatorRegistration) GetMessage ¶ added in v1.0.24
func (x *ValidatorRegistration) GetMessage() *ValidatorRegistrationMessage
func (*ValidatorRegistration) GetSignature ¶ added in v1.0.24
func (x *ValidatorRegistration) GetSignature() *wrapperspb.StringValue
func (*ValidatorRegistration) ProtoMessage ¶ added in v1.0.24
func (*ValidatorRegistration) ProtoMessage()
func (*ValidatorRegistration) ProtoReflect ¶ added in v1.0.24
func (x *ValidatorRegistration) ProtoReflect() protoreflect.Message
func (*ValidatorRegistration) Reset ¶ added in v1.0.24
func (x *ValidatorRegistration) Reset()
func (*ValidatorRegistration) String ¶ added in v1.0.24
func (x *ValidatorRegistration) String() string
type ValidatorRegistrationMessage ¶ added in v1.0.24
type ValidatorRegistrationMessage struct { FeeRecipient *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=fee_recipient,proto3" json:"fee_recipient,omitempty"` GasLimit *wrapperspb.UInt64Value `protobuf:"bytes,2,opt,name=gas_limit,proto3" json:"gas_limit,omitempty"` Timestamp *wrapperspb.UInt64Value `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Pubkey *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty"` // contains filtered or unexported fields }
func (*ValidatorRegistrationMessage) Descriptor
deprecated
added in
v1.0.24
func (*ValidatorRegistrationMessage) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorRegistrationMessage.ProtoReflect.Descriptor instead.
func (*ValidatorRegistrationMessage) GetFeeRecipient ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) GetFeeRecipient() *wrapperspb.StringValue
func (*ValidatorRegistrationMessage) GetGasLimit ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) GetGasLimit() *wrapperspb.UInt64Value
func (*ValidatorRegistrationMessage) GetPubkey ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) GetPubkey() *wrapperspb.StringValue
func (*ValidatorRegistrationMessage) GetTimestamp ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) GetTimestamp() *wrapperspb.UInt64Value
func (*ValidatorRegistrationMessage) ProtoMessage ¶ added in v1.0.24
func (*ValidatorRegistrationMessage) ProtoMessage()
func (*ValidatorRegistrationMessage) ProtoReflect ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) ProtoReflect() protoreflect.Message
func (*ValidatorRegistrationMessage) Reset ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) Reset()
func (*ValidatorRegistrationMessage) String ¶ added in v1.0.24
func (x *ValidatorRegistrationMessage) String() string
Click to show internal directories.
Click to hide internal directories.