Function fc_mapping_sync::kv::sync_genesis_block
source · pub fn sync_genesis_block<Block: BlockT, C>(
client: &C,
backend: &Backend<Block>,
header: &Block::Header
) -> Result<(), String>where
C: ProvideRuntimeApi<Block>,
C::Api: EthereumRuntimeRPCApi<Block>,