pub type SidechainConfig = GenesisConfig<Runtime>;Aliased Type§
pub struct SidechainConfig {
pub genesis_utxo: UtxoId,
pub slots_per_epoch: SlotsPerEpoch,
pub _config: PhantomData<Runtime>,
}Fields§
§genesis_utxo: UtxoIdGenesis UTXO of the Partner Chain. This value is immutable.
slots_per_epoch: SlotsPerEpochNumber of slots ber Partner Chain epoch. This value is immutable.
_config: PhantomData<Runtime>