private_event_sourcing_integrity

Function genesis_self_check

Source
pub fn genesis_self_check(
    _data: GenesisSelfCheckData,
) -> ExternResult<ValidateCallbackResult>
Expand description

Validation you perform during the genesis process. Nobody else on the network performs it, only you. There is no access to network calls in this callback