pub fn new_full(
    config: Configuration,
    authority_discovery_disabled: bool,
    eth_rpc_config: EthRpcConfig
) -> Result<(TaskManager, Arc<impl DrmlClient<Block, TFullBackend<Block>, RuntimeApi>>, RpcHandlers), Error>
Expand description

Create a new Pangolin service for a full node.