# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
ChainConfig will live on the home chain and will be used to update chain configuration like FRoleDon value and supported nodes dynamically.
ChainConfigInfo This is a 1-1 mapping between the config that we get from the contract to make se/deserializing easier.
HomeChainConfigMapper This is a 1-1 mapping between the config that we get from the contract to make se/deserializing easier.
See https://github.com/smartcontractkit/chainlink/blob/e964798a974f3246ee1da011feffe33509b358df/contracts/src/v0.8/ccip/capability/CCIPHome.sol#L105-L131
nolint:lll.
OCR3ConfigWithMeta https://github.com/smartcontractkit/chainlink/blob/e964798a974f3246ee1da011feffe33509b358df/contracts/src/v0.8/ccip/capability/CCIPHome.sol#L105-L131 TODO: we might need to change it from OCR3ConfigWithMeta to VersionedConfig If so, we'll create a new package so that we don't have conflict naming with RMNHome
nolint:lll.
See https://github.com/smartcontractkit/chainlink/blob/e964798a974f3246ee1da011feffe33509b358df/contracts/src/v0.8/ccip/capability/CCIPHome.sol#L105-L131
nolint:lll.
No description provided by the author