Function polkadot_service::build_full
source · pub fn build_full<OverseerGenerator: OverseerGen>(
config: Configuration,
params: NewFullParams<OverseerGenerator>,
) -> Result<NewFull, Error>
Expand description
Build a full node.
The actual “flavor”, aka if it will use Polkadot
, Rococo
or Kusama
is determined based on
IdentifyVariant
using the chain spec.