Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRelayer ¶
func NewRelayer(lggr logger.Logger, chain starkchain.Chain, capRegistry core.CapabilitiesRegistry) *relayer
Types ¶
type RelayConfig ¶
type RelayConfig struct { ChainID string `json:"chainID"` AccountAddress string `json:"accountAddress"` // address of the account contract NodeName string `json:"nodeName"` // optional, defaults to random node with 'chainID' }
[relayConfig] member of Chainlink's job spec v2 (OCR2 only currently)
Click to show internal directories.
Click to hide internal directories.