ccip

package
v0.0.0-...-2b0caa0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultCantonConfigPath = "/etc/canton/config.toml"

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockchainInfo

type BlockchainInfo struct {
	GRPCLedgerAPIURL string                  `toml:"grpc_ledger_api_url"`
	Auth             commonconfig.AuthConfig `toml:"auth,omitempty"`
}

BlockchainInfo holds the network-specific data for a canton chain. It will be present in submitted job specs for canton chains, mapped to a specific chain selector.

type Config

type Config struct {
	// ReaderConfigs is a map of canton chain selectors to reader configurations.
	ReaderConfigs map[string]sourcereader.ReaderConfig `toml:"reader_configs"`
	// BlockchainInfos is a map of canton chain selectors to blockchain information.
	BlockchainInfos map[string]BlockchainInfo `toml:"blockchain_infos"`
}

Config holds chain-specific configuration for the CCIP chain integration.

Directories

Path Synopsis
cmd/ccv command

Jump to

Keyboard shortcuts

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