types

package
v0.0.0-...-692deea Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MercuryOCRConfig

type MercuryOCRConfig struct {
	Signers               []common.Address
	Transmitters          [][32]byte
	F                     uint8
	OnchainConfig         []byte
	OffchainConfigVersion uint64
	OffchainConfig        []byte
}

type MercuryServerOpts

type MercuryServerOpts struct {
	Server struct {
		DevMode             bool
		AutomaticMigrations bool
		Service             string
		Port                string
	}
	RPC struct {
		PrivateKey  string
		NodePubKeys []string
		Port        string
	}
	Database struct {
		Url               string
		WriterInstanceUrl string
		EncryptionKey     string
	}
	Bootstrap struct {
		Username string
		Password string
	}
	WSRPCUrlInternal string
	WSRPCUrlExternal string
}

type MercuryServerType

type MercuryServerType string
const (
	MS_WSRPC MercuryServerType = "wsrpc"
	MS_WS    MercuryServerType = "ws"
	MS_REST  MercuryServerType = "rest"
	MS_ALL   MercuryServerType = "all"
)

type User

type User struct {
	Id       string
	Username string
	Password string
}

Directories

Path Synopsis
config

Jump to

Keyboard shortcuts

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