Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.11.0
type Config struct {
// SupervisorAddr to follow for cross-chain safety updates.
// Non-empty if running in follow-mode.
// Cannot be set if RPCAddr is set.
SupervisorAddr string
// RPCAddr address to bind RPC server to, to serve external supervisor nodes.
// Cannot be set if SupervisorAddr is set.
RPCAddr string
// RPCPort port to bind RPC server to, to serve external supervisor nodes.
// Binds to any available port if set to 0.
// Only applicable if RPCAddr is set.
RPCPort int
// RPCJwtSecretPath path of JWT secret file to apply authentication to the interop server address.
RPCJwtSecretPath string
}
Click to show internal directories.
Click to hide internal directories.