Function genesis_self_check
pub fn genesis_self_check(
_data: GenesisSelfCheckDataV2,
) -> Result<ValidateCallbackResult, WasmError>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