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: UtxoId
Genesis UTXO of the Partner Chain. This value is immutable.
slots_per_epoch: SlotsPerEpoch
Number of slots ber Partner Chain epoch. This value is immutable.
_config: PhantomData<Runtime>