bulletinboard

package
v0.0.0-...-c8bbbf3 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 1 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TCP = "tcp"
	WSS = "wss"
)
View Source
var (
	RelayPublishLimit, _ = time.ParseDuration("15s")
)

Functions

This section is empty.

Types

type BountyBidWon

type BountyBidWon struct {
	Slot    uint64
	Builder string
}

type MQTTTopic

type MQTTTopic string

type ProposerHeaderRequest

type ProposerHeaderRequest struct {
	Slot      uint64
	Proposer  string
	Timestamp uint64
}

type RelayHighestBid

type RelayHighestBid struct {
	Slot             uint64
	BuilderPublicKey string
	Amount           string
}

type RelayMQTTOpts

type RelayMQTTOpts struct {
	Broker   string
	Port     uint64
	ClientID string
	UserName string
	Password string
}

type SlotPayloadRequest

type SlotPayloadRequest struct {
	Slot     uint64
	Proposer string
}

Jump to

Keyboard shortcuts

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