referrerpolicy=no-referrer-when-downgrade

Function start_full_node

Source
pub fn start_full_node<Block, Client, Backend, RCInterface>(
    _: StartFullNodeParams<'_, Block, Client, RCInterface>,
) -> Result<()>
where Block: BlockT, Client: Finalizer<Block, Backend> + UsageProvider<Block> + HeaderBackend<Block> + Send + Sync + BlockBackend<Block> + BlockchainEvents<Block> + 'static, for<'a> &'a Client: BlockImport<Block>, Backend: BackendT<Block> + 'static, RCInterface: RelayChainInterface + Clone + 'static,
๐Ÿ‘ŽDeprecated: use start_relay_chain_tasks instead
Expand description

Start a full node for a parachain.

A full node will only sync the given parachain and will follow the tip of the chain.