bfg

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyProcessed error = fmt.Errorf("Already Processed BTC Block")
View Source
var (
	ErrBTCPrivateKeyMissing = errors.New("you must specify a BTC private key")
)

Functions

This section is empty.

Types

type Config

type Config struct {
	BTCStartHeight          uint64
	EXBTCAddress            string
	EXBTCInitialConns       int
	EXBTCMaxConns           int
	PrivateListenAddress    string
	PublicListenAddress     string
	LogLevel                string
	PgURI                   string
	PrometheusListenAddress string
	PrometheusNamespace     string
	PprofListenAddress      string
	RequestLimit            int
	RequestTimeout          int // in seconds
	RemoteIPHeaders         []string
	TrustedProxies          []string
	BFGURL                  string
	BTCPrivateKey           string
}

func NewDefaultConfig

func NewDefaultConfig() *Config

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(cfg *Config) (*Server, error)

func (*Server) BtcBlockCanonicalHeight added in v0.9.0

func (s *Server) BtcBlockCanonicalHeight(ctx context.Context) (uint64, error)

func (*Server) Run

func (s *Server) Run(pctx context.Context) error

Jump to

Keyboard shortcuts

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